diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 36 |
1 files changed, 25 insertions, 11 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index fb19803060cf..41c27a44bd82 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -397,7 +397,7 @@ config FB_SA1100 | |||
397 | 397 | ||
398 | config FB_IMX | 398 | config FB_IMX |
399 | tristate "Motorola i.MX LCD support" | 399 | tristate "Motorola i.MX LCD support" |
400 | depends on FB && ARM && ARCH_IMX | 400 | depends on FB && (ARCH_IMX || ARCH_MX2) |
401 | select FB_CFB_FILLRECT | 401 | select FB_CFB_FILLRECT |
402 | select FB_CFB_COPYAREA | 402 | select FB_CFB_COPYAREA |
403 | select FB_CFB_IMAGEBLIT | 403 | select FB_CFB_IMAGEBLIT |
@@ -2120,16 +2120,30 @@ config FB_PRE_INIT_FB | |||
2120 | the bootloader. | 2120 | the bootloader. |
2121 | 2121 | ||
2122 | config FB_MX3 | 2122 | config FB_MX3 |
2123 | tristate "MX3 Framebuffer support" | 2123 | tristate "MX3 Framebuffer support" |
2124 | depends on FB && MX3_IPU | 2124 | depends on FB && MX3_IPU |
2125 | select FB_CFB_FILLRECT | 2125 | select FB_CFB_FILLRECT |
2126 | select FB_CFB_COPYAREA | 2126 | select FB_CFB_COPYAREA |
2127 | select FB_CFB_IMAGEBLIT | 2127 | select FB_CFB_IMAGEBLIT |
2128 | default y | 2128 | default y |
2129 | help | 2129 | help |
2130 | This is a framebuffer device for the i.MX31 LCD Controller. So | 2130 | This is a framebuffer device for the i.MX31 LCD Controller. So |
2131 | far only synchronous displays are supported. If you plan to use | 2131 | far only synchronous displays are supported. If you plan to use |
2132 | an LCD display with your i.MX31 system, say Y here. | 2132 | an LCD display with your i.MX31 system, say Y here. |
2133 | |||
2134 | config FB_BROADSHEET | ||
2135 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" | ||
2136 | depends on FB | ||
2137 | select FB_SYS_FILLRECT | ||
2138 | select FB_SYS_COPYAREA | ||
2139 | select FB_SYS_IMAGEBLIT | ||
2140 | select FB_SYS_FOPS | ||
2141 | select FB_DEFERRED_IO | ||
2142 | help | ||
2143 | This driver implements support for the E-Ink Broadsheet | ||
2144 | controller. The release name for this device was Epson S1D13521 | ||
2145 | and could also have been called by other names when coupled with | ||
2146 | a bridge adapter. | ||
2133 | 2147 | ||
2134 | source "drivers/video/omap/Kconfig" | 2148 | source "drivers/video/omap/Kconfig" |
2135 | 2149 | ||