summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Kconfig
diff options
context:
space:
mode:
authorDennis Menschel2015-10-07 22:15:45 +0200
committerGreg Kroah-Hartman2015-10-13 19:49:12 +0200
commitd4c402ff3505be1cba62128b74998492566c35e6 (patch)
treea303b4c1d4061bc6818dc812f7290ccb02f60d55 /drivers/staging/fbtft/Kconfig
parentrtl8192u: BIT() macro cleanup (diff)
downloadkernel-qcow2-linux-d4c402ff3505be1cba62128b74998492566c35e6.tar.gz
kernel-qcow2-linux-d4c402ff3505be1cba62128b74998492566c35e6.tar.xz
kernel-qcow2-linux-d4c402ff3505be1cba62128b74998492566c35e6.zip
staging: fbtft: add support for ST7789V display controller
This patch adds support for the Sitronix ST7789V display controller. The controller is intended for small color displays with a resolution of up to 320x240 pixels. Signed-off-by: Dennis Menschel <menschel-d@posteo.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/Kconfig')
-rw-r--r--drivers/staging/fbtft/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Kconfig b/drivers/staging/fbtft/Kconfig
index d473010fa474..883ff5b8fdab 100644
--- a/drivers/staging/fbtft/Kconfig
+++ b/drivers/staging/fbtft/Kconfig
@@ -141,6 +141,16 @@ config FB_TFT_ST7735R
help
Generic Framebuffer support for ST7735R
+config FB_TFT_ST7789V
+ tristate "FB driver for the ST7789V LCD Controller"
+ depends on FB_TFT
+ help
+ This enables generic framebuffer support for the Sitronix ST7789V
+ display controller. The controller is intended for small color
+ displays with a resolution of up to 320x240 pixels.
+
+ Say Y if you have such a display that utilizes this controller.
+
config FB_TFT_TINYLCD
tristate "FB driver for tinylcd.com display"
depends on FB_TFT