aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/Kconfig')
-rw-r--r--drivers/video/fbdev/Kconfig11
1 files changed, 8 insertions, 3 deletions
diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index e1f47272fdea..59c98bfd5a8a 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -360,6 +360,7 @@ config FB_CYBER2000_DDC
360config FB_CYBER2000_I2C 360config FB_CYBER2000_I2C
361 bool "CyberPro 2000/2010/5000 I2C support" 361 bool "CyberPro 2000/2010/5000 I2C support"
362 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER 362 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER
363 depends on I2C=y || FB_CYBER2000=m
363 select I2C_ALGOBIT 364 select I2C_ALGOBIT
364 help 365 help
365 Enable support for the I2C video decoder interface on the 366 Enable support for the I2C video decoder interface on the
@@ -966,6 +967,7 @@ config FB_S1D13XXX
966config FB_ATMEL 967config FB_ATMEL
967 tristate "AT91/AT32 LCD Controller support" 968 tristate "AT91/AT32 LCD Controller support"
968 depends on FB && HAVE_FB_ATMEL 969 depends on FB && HAVE_FB_ATMEL
970 select FB_BACKLIGHT
969 select FB_CFB_FILLRECT 971 select FB_CFB_FILLRECT
970 select FB_CFB_COPYAREA 972 select FB_CFB_COPYAREA
971 select FB_CFB_IMAGEBLIT 973 select FB_CFB_IMAGEBLIT
@@ -1971,6 +1973,7 @@ config FB_W100
1971config FB_SH_MOBILE_LCDC 1973config FB_SH_MOBILE_LCDC
1972 tristate "SuperH Mobile LCDC framebuffer support" 1974 tristate "SuperH Mobile LCDC framebuffer support"
1973 depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK 1975 depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
1976 depends on FB_SH_MOBILE_MERAM || !FB_SH_MOBILE_MERAM
1974 select FB_SYS_FILLRECT 1977 select FB_SYS_FILLRECT
1975 select FB_SYS_COPYAREA 1978 select FB_SYS_COPYAREA
1976 select FB_SYS_IMAGEBLIT 1979 select FB_SYS_IMAGEBLIT
@@ -1993,7 +1996,7 @@ config FB_SH_MOBILE_HDMI
1993 1996
1994config FB_TMIO 1997config FB_TMIO
1995 tristate "Toshiba Mobile IO FrameBuffer support" 1998 tristate "Toshiba Mobile IO FrameBuffer support"
1996 depends on FB && MFD_CORE 1999 depends on FB && (MFD_TMIO || COMPILE_TEST)
1997 select FB_CFB_FILLRECT 2000 select FB_CFB_FILLRECT
1998 select FB_CFB_COPYAREA 2001 select FB_CFB_COPYAREA
1999 select FB_CFB_IMAGEBLIT 2002 select FB_CFB_IMAGEBLIT
@@ -2062,7 +2065,7 @@ config FB_S3C2410_DEBUG
2062 through sysfs 2065 through sysfs
2063 2066
2064config FB_NUC900 2067config FB_NUC900
2065 bool "NUC900 LCD framebuffer support" 2068 tristate "NUC900 LCD framebuffer support"
2066 depends on FB && ARCH_W90X900 2069 depends on FB && ARCH_W90X900
2067 select FB_CFB_FILLRECT 2070 select FB_CFB_FILLRECT
2068 select FB_CFB_COPYAREA 2071 select FB_CFB_COPYAREA
@@ -2169,7 +2172,7 @@ config FB_XILINX
2169 2172
2170config FB_GOLDFISH 2173config FB_GOLDFISH
2171 tristate "Goldfish Framebuffer" 2174 tristate "Goldfish Framebuffer"
2172 depends on FB && HAS_DMA 2175 depends on FB && HAS_DMA && (GOLDFISH || COMPILE_TEST)
2173 select FB_CFB_FILLRECT 2176 select FB_CFB_FILLRECT
2174 select FB_CFB_COPYAREA 2177 select FB_CFB_COPYAREA
2175 select FB_CFB_IMAGEBLIT 2178 select FB_CFB_IMAGEBLIT
@@ -2295,6 +2298,7 @@ endchoice
2295config FB_MB862XX_I2C 2298config FB_MB862XX_I2C
2296 bool "Support I2C bus on MB862XX GDC" 2299 bool "Support I2C bus on MB862XX GDC"
2297 depends on FB_MB862XX && I2C 2300 depends on FB_MB862XX && I2C
2301 depends on FB_MB862XX=m || I2C=y
2298 default y 2302 default y
2299 help 2303 help
2300 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter 2304 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter
@@ -2332,6 +2336,7 @@ config FB_MX3
2332 select FB_CFB_FILLRECT 2336 select FB_CFB_FILLRECT
2333 select FB_CFB_COPYAREA 2337 select FB_CFB_COPYAREA
2334 select FB_CFB_IMAGEBLIT 2338 select FB_CFB_IMAGEBLIT
2339 select BACKLIGHT_CLASS_DEVICE
2335 default y 2340 default y
2336 help 2341 help
2337 This is a framebuffer device for the i.MX31 LCD Controller. So 2342 This is a framebuffer device for the i.MX31 LCD Controller. So