diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 330204a61ea8..41c27a44bd82 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2120,16 +2120,16 @@ 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 | 2133 | ||
2134 | config FB_BROADSHEET | 2134 | config FB_BROADSHEET |
2135 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" | 2135 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" |