diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6bafb51bb437..e0ea23f07dd1 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2365,6 +2365,15 @@ config FB_JZ4740 | |||
2365 | help | 2365 | help |
2366 | Framebuffer support for the JZ4740 SoC. | 2366 | Framebuffer support for the JZ4740 SoC. |
2367 | 2367 | ||
2368 | config FB_MXS | ||
2369 | tristate "MXS LCD framebuffer support" | ||
2370 | depends on FB && ARCH_MXS | ||
2371 | select FB_CFB_FILLRECT | ||
2372 | select FB_CFB_COPYAREA | ||
2373 | select FB_CFB_IMAGEBLIT | ||
2374 | help | ||
2375 | Framebuffer support for the MXS SoC. | ||
2376 | |||
2368 | source "drivers/video/omap/Kconfig" | 2377 | source "drivers/video/omap/Kconfig" |
2369 | source "drivers/video/omap2/Kconfig" | 2378 | source "drivers/video/omap2/Kconfig" |
2370 | 2379 | ||