diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a7944ef48a2a..7be506262284 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2128,6 +2128,17 @@ config FB_MB862XX_LIME | |||
2128 | ---help--- | 2128 | ---help--- |
2129 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. | 2129 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. |
2130 | 2130 | ||
2131 | config FB_EP93XX | ||
2132 | tristate "EP93XX frame buffer support" | ||
2133 | depends on FB && ARCH_EP93XX | ||
2134 | select FB_CFB_FILLRECT | ||
2135 | select FB_CFB_COPYAREA | ||
2136 | select FB_CFB_IMAGEBLIT | ||
2137 | ---help--- | ||
2138 | Framebuffer driver for the Cirrus Logic EP93XX series of processors. | ||
2139 | This driver is also available as a module. The module will be called | ||
2140 | ep93xx-fb. | ||
2141 | |||
2131 | config FB_PRE_INIT_FB | 2142 | config FB_PRE_INIT_FB |
2132 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" | 2143 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" |
2133 | depends on FB_MB862XX_LIME | 2144 | depends on FB_MB862XX_LIME |