Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310265
b: refs/heads/master
c: aac63a4
h: refs/heads/master
i:
  310263: bab6f7c
v: v3
  • Loading branch information
Laurent Pinchart committed Apr 24, 2012
1 parent 8c21439 commit 85ee334
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 1,823 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53027cdf2a676e19306011cb01cd9c7c00124cd6
refs/heads/master: aac63a4ac861476858d24a5a8b09098b1ef9c54d
35 changes: 1 addition & 34 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ config FB_XILINX

config FB_COBALT
tristate "Cobalt server LCD frame buffer support"
depends on FB && (MIPS_COBALT || MIPS_SEAD3)
depends on FB && MIPS_COBALT

config FB_SH7760
bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
Expand Down Expand Up @@ -2382,39 +2382,6 @@ config FB_BROADSHEET
and could also have been called by other names when coupled with
a bridge adapter.

config FB_AUO_K190X
tristate "AUO-K190X EPD controller support"
depends on FB
select FB_SYS_FILLRECT
select FB_SYS_COPYAREA
select FB_SYS_IMAGEBLIT
select FB_SYS_FOPS
select FB_DEFERRED_IO
help
Provides support for epaper controllers from the K190X series
of AUO. These controllers can be used to drive epaper displays
from Sipix.

This option enables the common support, shared by the individual
controller drivers. You will also have to enable the driver
for the controller type used in your device.

config FB_AUO_K1900
tristate "AUO-K1900 EPD controller support"
depends on FB && FB_AUO_K190X
help
This driver implements support for the AUO K1900 epd-controller.
This controller can drive Sipix epaper displays but can only do
serial updates, reducing the number of possible frames per second.

config FB_AUO_K1901
tristate "AUO-K1901 EPD controller support"
depends on FB && FB_AUO_K190X
help
This driver implements support for the AUO K1901 epd-controller.
This controller can drive Sipix epaper displays and supports
concurrent updates, making higher frames per second possible.

config FB_JZ4740
tristate "JZ4740 LCD framebuffer support"
depends on FB && MACH_JZ4740
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o
obj-$(CONFIG_FB_MAXINE) += maxinefb.o
obj-$(CONFIG_FB_METRONOME) += metronomefb.o
obj-$(CONFIG_FB_BROADSHEET) += broadsheetfb.o
obj-$(CONFIG_FB_AUO_K190X) += auo_k190x.o
obj-$(CONFIG_FB_AUO_K1900) += auo_k1900fb.o
obj-$(CONFIG_FB_AUO_K1901) += auo_k1901fb.o
obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o
obj-$(CONFIG_FB_SH7760) += sh7760fb.o
obj-$(CONFIG_FB_IMX) += imxfb.o
Expand Down
198 changes: 0 additions & 198 deletions trunk/drivers/video/auo_k1900fb.c

This file was deleted.

Loading

0 comments on commit 85ee334

Please sign in to comment.