summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Kconfig
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-31 10:11:09 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 16:44:41 -0800
commitc296d5f9957c03994a699d6739c27d4581a9f6c7 (patch)
treece5a1dadc4f34696cf0c4332b3de37bd4c890bd8 /drivers/staging/fbtft/Kconfig
parentab666bb2dc16fc2af1b1dc0e61438f27c1a6b8ca (diff)
downloadlinux-stable-c296d5f9957c03994a699d6739c27d4581a9f6c7.tar.gz
linux-stable-c296d5f9957c03994a699d6739c27d4581a9f6c7.tar.bz2
linux-stable-c296d5f9957c03994a699d6739c27d4581a9f6c7.zip
staging: fbtft: core support
This commit adds the core fbtft framework from 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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Kconfig b/drivers/staging/fbtft/Kconfig
new file mode 100644
index 000000000000..3d6598b31181
--- /dev/null
+++ b/drivers/staging/fbtft/Kconfig
@@ -0,0 +1,9 @@
+menuconfig FB_TFT
+ tristate "Support for small TFT LCD display modules"
+ depends on FB && SPI && GPIOLIB
+ select FB_SYS_FILLRECT
+ select FB_SYS_COPYAREA
+ select FB_SYS_IMAGEBLIT
+ select FB_SYS_FOPS
+ select FB_DEFERRED_IO
+ select FB_BACKLIGHT