aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/Kconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 4cf1e1dd5621..0c10b0bf430d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2228,15 +2228,17 @@ config FB_SH7760
2228 panels <= 320 pixel horizontal resolution. 2228 panels <= 320 pixel horizontal resolution.
2229 2229
2230config FB_DA8XX 2230config FB_DA8XX
2231 tristate "DA8xx/OMAP-L1xx Framebuffer support" 2231 tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support"
2232 depends on FB && ARCH_DAVINCI_DA8XX 2232 depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX)
2233 select FB_CFB_FILLRECT 2233 select FB_CFB_FILLRECT
2234 select FB_CFB_COPYAREA 2234 select FB_CFB_COPYAREA
2235 select FB_CFB_IMAGEBLIT 2235 select FB_CFB_IMAGEBLIT
2236 select FB_CFB_REV_PIXELS_IN_BYTE 2236 select FB_CFB_REV_PIXELS_IN_BYTE
2237 select FB_MODE_HELPERS
2238 select VIDEOMODE_HELPERS
2237 ---help--- 2239 ---help---
2238 This is the frame buffer device driver for the TI LCD controller 2240 This is the frame buffer device driver for the TI LCD controller
2239 found on DA8xx/OMAP-L1xx SoCs. 2241 found on DA8xx/OMAP-L1xx/AM335x SoCs.
2240 If unsure, say N. 2242 If unsure, say N.
2241 2243
2242config FB_VIRTUAL 2244config FB_VIRTUAL