summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Kconfig
diff options
context:
space:
mode:
authorHenri Chain <henri.chain@eleves.ec-nantes.fr>2015-07-14 14:59:39 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-07-14 19:17:50 -0700
commita1560f9bec8b9275a751bd39a1db791d2c73d6e5 (patch)
tree8a269f0889431fb836523db29fc322d790f0f7ae /drivers/staging/fbtft/Kconfig
parentdc4b2068934d6562048393d4531b9983df41b14e (diff)
downloadlinux-stable-a1560f9bec8b9275a751bd39a1db791d2c73d6e5.tar.gz
linux-stable-a1560f9bec8b9275a751bd39a1db791d2c73d6e5.tar.bz2
linux-stable-a1560f9bec8b9275a751bd39a1db791d2c73d6e5.zip
Staging: fbtft: Add support for the Ultrachip UC1611 LCD controller
This is a driver chip for 240x160 4-bit greyscale LCDs. It is capable of 4-wire (8 bit) or 3-wire (9 bit) SPI that have both been tested. (It also has a 6800 or 8080-style parallel interface, but I have not included support for it.) Signed-off-by: Henri Chain <henri.chain@eleves.ec-nantes.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/Kconfig')
-rw-r--r--drivers/staging/fbtft/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Kconfig b/drivers/staging/fbtft/Kconfig
index d4018780ce58..f7e68fdd9904 100644
--- a/drivers/staging/fbtft/Kconfig
+++ b/drivers/staging/fbtft/Kconfig
@@ -152,6 +152,12 @@ config FB_TFT_TLS8204
help
Generic Framebuffer support for TLS8204
+config FB_TFT_UC1611
+ tristate "FB driver for the UC1611 LCD controller"
+ depends on FB_TFT
+ help
+ Generic Framebuffer support for UC1611
+
config FB_TFT_UC1701
tristate "FB driver for the UC1701 LCD Controller"
depends on FB_TFT