aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 05184a1c3e97..a7944ef48a2a 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2041,6 +2041,17 @@ config FB_SH7760
2041 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for 2041 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
2042 panels <= 320 pixel horizontal resolution. 2042 panels <= 320 pixel horizontal resolution.
2043 2043
2044config FB_DA8XX
2045 tristate "DA8xx/OMAP-L1xx Framebuffer support"
2046 depends on FB && ARCH_DAVINCI_DA8XX
2047 select FB_CFB_FILLRECT
2048 select FB_CFB_COPYAREA
2049 select FB_CFB_IMAGEBLIT
2050 ---help---
2051 This is the frame buffer device driver for the TI LCD controller
2052 found on DA8xx/OMAP-L1xx SoCs.
2053 If unsure, say N.
2054
2044config FB_VIRTUAL 2055config FB_VIRTUAL
2045 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" 2056 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
2046 depends on FB 2057 depends on FB