aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig22
1 files changed, 21 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 83d40ed2f2d6..1c60053439a9 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1497,7 +1497,6 @@ config FB_VIA
1497 select FB_CFB_FILLRECT 1497 select FB_CFB_FILLRECT
1498 select FB_CFB_COPYAREA 1498 select FB_CFB_COPYAREA
1499 select FB_CFB_IMAGEBLIT 1499 select FB_CFB_IMAGEBLIT
1500 select FB_SOFT_CURSOR
1501 select I2C_ALGOBIT 1500 select I2C_ALGOBIT
1502 select I2C 1501 select I2C
1503 help 1502 help
@@ -1948,6 +1947,27 @@ config FB_S3C2410_DEBUG
1948 Turn on debugging messages. Note that you can set/unset at run time 1947 Turn on debugging messages. Note that you can set/unset at run time
1949 through sysfs 1948 through sysfs
1950 1949
1950config FB_NUC900
1951 bool "NUC900 LCD framebuffer support"
1952 depends on FB && ARCH_W90X900
1953 select FB_CFB_FILLRECT
1954 select FB_CFB_COPYAREA
1955 select FB_CFB_IMAGEBLIT
1956 ---help---
1957 Frame buffer driver for the built-in LCD controller in the Nuvoton
1958 NUC900 processor
1959
1960config GPM1040A0_320X240
1961 bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD"
1962 depends on FB_NUC900
1963
1964config FB_NUC900_DEBUG
1965 bool "NUC900 lcd debug messages"
1966 depends on FB_NUC900
1967 help
1968 Turn on debugging messages. Note that you can set/unset at run time
1969 through sysfs
1970
1951config FB_SM501 1971config FB_SM501
1952 tristate "Silicon Motion SM501 framebuffer support" 1972 tristate "Silicon Motion SM501 framebuffer support"
1953 depends on FB && MFD_SM501 1973 depends on FB && MFD_SM501