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 bfc62d1ee2f7..e6a8d8c0101d 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2321,6 +2321,15 @@ config FB_JZ4740 | |||
2321 | help | 2321 | help |
2322 | Framebuffer support for the JZ4740 SoC. | 2322 | Framebuffer support for the JZ4740 SoC. |
2323 | 2323 | ||
2324 | config FB_MXS | ||
2325 | tristate "MXS LCD framebuffer support" | ||
2326 | depends on FB && ARCH_MXS | ||
2327 | select FB_CFB_FILLRECT | ||
2328 | select FB_CFB_COPYAREA | ||
2329 | select FB_CFB_IMAGEBLIT | ||
2330 | help | ||
2331 | Framebuffer support for the MXS SoC. | ||
2332 | |||
2324 | config FB_PUV3_UNIGFX | 2333 | config FB_PUV3_UNIGFX |
2325 | tristate "PKUnity v3 Unigfx framebuffer support" | 2334 | tristate "PKUnity v3 Unigfx framebuffer support" |
2326 | depends on FB && UNICORE32 && ARCH_PUV3 | 2335 | depends on FB && UNICORE32 && ARCH_PUV3 |