aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index f0267706cb45..5aa099bc7690 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2135,6 +2135,20 @@ config FB_MX3
2135 far only synchronous displays are supported. If you plan to use 2135 far only synchronous displays are supported. If you plan to use
2136 an LCD display with your i.MX31 system, say Y here. 2136 an LCD display with your i.MX31 system, say Y here.
2137 2137
2138config FB_BROADSHEET
2139 tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
2140 depends on FB
2141 select FB_SYS_FILLRECT
2142 select FB_SYS_COPYAREA
2143 select FB_SYS_IMAGEBLIT
2144 select FB_SYS_FOPS
2145 select FB_DEFERRED_IO
2146 help
2147 This driver implements support for the E-Ink Broadsheet
2148 controller. The release name for this device was Epson S1D13521
2149 and could also have been called by other names when coupled with
2150 a bridge adapter.
2151
2138source "drivers/video/omap/Kconfig" 2152source "drivers/video/omap/Kconfig"
2139 2153
2140source "drivers/video/backlight/Kconfig" 2154source "drivers/video/backlight/Kconfig"