diff options
author | Jaya Kumar <jayakumar.lkml@gmail.com> | 2009-01-01 11:49:19 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-10 06:27:59 -0500 |
commit | 0d4ff4df341208b1b75e01feca27301c0dcbf490 (patch) | |
tree | 53cbfa3058c15e04ec1c7758ac4343cc06f06ed0 /drivers/video/Kconfig | |
parent | b4e411294a193e18c41912bc3df03f5b9cd7c823 (diff) |
[ARM] 5353/1: fbdev: add E-Ink Broadsheet controller support v3
This patch adds support for the E-Ink Broadsheet display controller.
Cc: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Jaya Kumar <jayakumar.lkml@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 14 |
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 | ||
2138 | config 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 | |||
2138 | source "drivers/video/omap/Kconfig" | 2152 | source "drivers/video/omap/Kconfig" |
2139 | 2153 | ||
2140 | source "drivers/video/backlight/Kconfig" | 2154 | source "drivers/video/backlight/Kconfig" |