summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2014-12-31 10:11:28 +0100
committerGreg Kroah-Hartman2015-01-18 01:46:47 +0100
commit883daf0a5c35c891eb9230efe2e99f92caa82a50 (patch)
tree61b814d434dc59ad60893eafb569b76a9c3254a6 /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_ssd1331 driver (diff)
downloadkernel-qcow2-linux-883daf0a5c35c891eb9230efe2e99f92caa82a50.tar.gz
kernel-qcow2-linux-883daf0a5c35c891eb9230efe2e99f92caa82a50.tar.xz
kernel-qcow2-linux-883daf0a5c35c891eb9230efe2e99f92caa82a50.zip
staging: fbtft: add fb_ssd1351 driver
This commit adds the fb_ssd1351 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 8dffb752c1ed..7481e343ac83 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -21,3 +21,4 @@ obj-$(CONFIG_FB_TFT_S6D1121) += fb_s6d1121.o
obj-$(CONFIG_FB_TFT_SSD1289) += fb_ssd1289.o
obj-$(CONFIG_FB_TFT_SSD1306) += fb_ssd1306.o
obj-$(CONFIG_FB_TFT_SSD1331) += fb_ssd1331.o
+obj-$(CONFIG_FB_TFT_SSD1351) += fb_ssd1351.o