diff options
author | Wang Qiang <rurality.linux@gmail.com> | 2010-03-10 18:21:47 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-12 18:52:34 -0500 |
commit | 8661970875d7d27e4de233d357327fffdb4a5e3d (patch) | |
tree | 7b8cb8c11bc5e66da62cccf8fd77201415183353 /drivers/video/Kconfig | |
parent | 91d4e0a4c889e3e8078c26542b8f5a322b87adf4 (diff) |
NUC900 LCD Controller Driver
An LCD controller driver for nuc900s. The Linux LOGO is just fine and the
FB-Test application was ok, too.
Signed-off-by: Wang Qiang <rurality.linux@gmail.com>
Cc: Wang Zongshun <mcuos.com@gmail.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 7fe18390c587..3e5b4490c011 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1944,6 +1944,27 @@ config FB_S3C2410_DEBUG | |||
1944 | Turn on debugging messages. Note that you can set/unset at run time | 1944 | Turn on debugging messages. Note that you can set/unset at run time |
1945 | through sysfs | 1945 | through sysfs |
1946 | 1946 | ||
1947 | config FB_NUC900 | ||
1948 | bool "NUC900 LCD framebuffer support" | ||
1949 | depends on FB && ARCH_W90X900 | ||
1950 | select FB_CFB_FILLRECT | ||
1951 | select FB_CFB_COPYAREA | ||
1952 | select FB_CFB_IMAGEBLIT | ||
1953 | ---help--- | ||
1954 | Frame buffer driver for the built-in LCD controller in the Nuvoton | ||
1955 | NUC900 processor | ||
1956 | |||
1957 | config GPM1040A0_320X240 | ||
1958 | bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" | ||
1959 | depends on FB_NUC900 | ||
1960 | |||
1961 | config FB_NUC900_DEBUG | ||
1962 | bool "NUC900 lcd debug messages" | ||
1963 | depends on FB_NUC900 | ||
1964 | help | ||
1965 | Turn on debugging messages. Note that you can set/unset at run time | ||
1966 | through sysfs | ||
1967 | |||
1947 | config FB_SM501 | 1968 | config FB_SM501 |
1948 | tristate "Silicon Motion SM501 framebuffer support" | 1969 | tristate "Silicon Motion SM501 framebuffer support" |
1949 | depends on FB && MFD_SM501 | 1970 | depends on FB && MFD_SM501 |