summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-31 10:11:23 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 16:46:47 -0800
commit910968f7123156fc862b246ec3d5b5fb4038f6e4 (patch)
tree119c27632a4cde0dba4c8557ad0bc0453866ad92 /drivers/staging/fbtft/Makefile
parentd8a53a9d0b4fa1ba0eb37a09341f74b0295ffd67 (diff)
downloadlinux-stable-910968f7123156fc862b246ec3d5b5fb4038f6e4.tar.gz
linux-stable-910968f7123156fc862b246ec3d5b5fb4038f6e4.tar.bz2
linux-stable-910968f7123156fc862b246ec3d5b5fb4038f6e4.zip
staging: fbtft: add fb_s6d02a1 driver
This commit adds the fb_s6d02a1 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/Makefile')
-rw-r--r--drivers/staging/fbtft/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Makefile b/drivers/staging/fbtft/Makefile
index d9aa2b334312..e349e7fdffd4 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -16,3 +16,4 @@ obj-$(CONFIG_FB_TFT_ILI9481) += fb_ili9481.o
obj-$(CONFIG_FB_TFT_ILI9486) += fb_ili9486.o
obj-$(CONFIG_FB_TFT_PCD8544) += fb_pcd8544.o
obj-$(CONFIG_FB_TFT_RA8875) += fb_ra8875.o
+obj-$(CONFIG_FB_TFT_S6D02A1) += fb_s6d02a1.o