fbdev: da8xx: add support for SP10Q010 display
[deliverable/linux.git] / drivers / video / Kconfig
index 6ca0c407c1447151f1d9b64bfb6c9445acd61b72..005347a35b617de53dede8bd56244fcd57fc2b7e 100644 (file)
@@ -1123,6 +1123,18 @@ config FB_RIVA_BACKLIGHT
        help
          Say Y here if you want to control the backlight of your display.
 
+config FB_I740
+       tristate "Intel740 support (EXPERIMENTAL)"
+       depends on EXPERIMENTAL && FB && PCI
+       select FB_MODE_HELPERS
+       select FB_CFB_FILLRECT
+       select FB_CFB_COPYAREA
+       select FB_CFB_IMAGEBLIT
+       select VGASTATE
+       select FB_DDC
+       help
+         This driver supports graphics cards based on Intel740 chip.
+
 config FB_I810
        tristate "Intel 810/815 support (EXPERIMENTAL)"
        depends on EXPERIMENTAL && FB && PCI && X86_32 && AGP_INTEL
@@ -2004,6 +2016,7 @@ config FB_SH_MOBILE_HDMI
 config FB_SH_MOBILE_MERAM
        tristate "SuperH Mobile MERAM read ahead support for LCDC"
        depends on FB_SH_MOBILE_LCDC
+       select GENERIC_ALLOCATOR
        default y
        ---help---
          Enable MERAM support for the SH-Mobile LCD controller.
@@ -2233,6 +2246,7 @@ config FB_DA8XX
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
+       select FB_CFB_REV_PIXELS_IN_BYTE
        ---help---
          This is the frame buffer device driver for the TI LCD controller
          found on DA8xx/OMAP-L1xx SoCs.
@@ -2411,7 +2425,7 @@ config FB_PUV3_UNIGFX
 
 source "drivers/video/omap/Kconfig"
 source "drivers/video/omap2/Kconfig"
-
+source "drivers/video/exynos/Kconfig"
 source "drivers/video/backlight/Kconfig"
 
 if VT
This page took 0.025343 seconds and 5 git commands to generate.