aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-31 10:11:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 16:46:48 -0800
commit06d30f0208576f3cf2a0ee2072c1408e392038b4 (patch)
tree5e00a782073b7f70d4ef318b0cea6023ed5cdd99 /drivers/staging/fbtft/Kconfig
parentstaging: fbtft: add flexfb driver (diff)
downloadlinux-dev-06d30f0208576f3cf2a0ee2072c1408e392038b4.tar.xz
linux-dev-06d30f0208576f3cf2a0ee2072c1408e392038b4.zip
staging: fbtft: add fbtft_device driver
This commit adds the fbtft_device driver from the fbtft project at https://github.com/notro/fbtft. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Noralf Tronnes <notro@tronnes.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft/Kconfig')
-rw-r--r--drivers/staging/fbtft/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Kconfig b/drivers/staging/fbtft/Kconfig
index d7ddd6e43221..995a9101a080 100644
--- a/drivers/staging/fbtft/Kconfig
+++ b/drivers/staging/fbtft/Kconfig
@@ -163,3 +163,7 @@ config FB_FLEX
depends on FB_TFT
help
Generic Framebuffer support for TFT LCD displays.
+
+config FB_TFT_FBTFT_DEVICE
+ tristate "Module to for adding FBTFT devices"
+ depends on FB_TFT