Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310262
b: refs/heads/master
c: 2c8304d
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Stübner authored and Florian Tobias Schandinat committed Apr 29, 2012
1 parent 0dcc1ea commit d1346f2
Show file tree
Hide file tree
Showing 6 changed files with 1,300 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f45f9dbb392f9ca0919e9cd2370ab66ae752ec8
refs/heads/master: 2c8304d3125b9c75797a35037945df63869bfdf6
17 changes: 17 additions & 0 deletions trunk/drivers/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2382,6 +2382,23 @@ 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_JZ4740
tristate "JZ4740 LCD framebuffer support"
depends on FB && MACH_JZ4740
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ 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_S1D13XXX) += s1d13xxxfb.o
obj-$(CONFIG_FB_SH7760) += sh7760fb.o
obj-$(CONFIG_FB_IMX) += imxfb.o
Expand Down
Loading

0 comments on commit d1346f2

Please sign in to comment.