diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 3d94a1471724..7b11ea68c80e 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1871,6 +1871,7 @@ config FB_MBX_DEBUG | |||
1871 | config FB_FSL_DIU | 1871 | config FB_FSL_DIU |
1872 | tristate "Freescale DIU framebuffer support" | 1872 | tristate "Freescale DIU framebuffer support" |
1873 | depends on FB && FSL_SOC | 1873 | depends on FB && FSL_SOC |
1874 | select FB_MODE_HELPERS | ||
1874 | select FB_CFB_FILLRECT | 1875 | select FB_CFB_FILLRECT |
1875 | select FB_CFB_COPYAREA | 1876 | select FB_CFB_COPYAREA |
1876 | select FB_CFB_IMAGEBLIT | 1877 | select FB_CFB_IMAGEBLIT |
@@ -2229,6 +2230,15 @@ config FB_BROADSHEET | |||
2229 | and could also have been called by other names when coupled with | 2230 | and could also have been called by other names when coupled with |
2230 | a bridge adapter. | 2231 | a bridge adapter. |
2231 | 2232 | ||
2233 | config FB_JZ4740 | ||
2234 | tristate "JZ4740 LCD framebuffer support" | ||
2235 | depends on FB && MACH_JZ4740 | ||
2236 | select FB_SYS_FILLRECT | ||
2237 | select FB_SYS_COPYAREA | ||
2238 | select FB_SYS_IMAGEBLIT | ||
2239 | help | ||
2240 | Framebuffer support for the JZ4740 SoC. | ||
2241 | |||
2232 | source "drivers/video/omap/Kconfig" | 2242 | source "drivers/video/omap/Kconfig" |
2233 | source "drivers/video/omap2/Kconfig" | 2243 | source "drivers/video/omap2/Kconfig" |
2234 | 2244 | ||