summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2014-12-31 10:11:25 +0100
committerGreg Kroah-Hartman2015-01-18 01:46:47 +0100
commit5dc5e4fb117343d321bef51e5f417fa59c593391 (patch)
tree46a8bdebe9d5a1136e64eece824b05d9cfc61d69 /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_s6d1121 driver (diff)
downloadkernel-qcow2-linux-5dc5e4fb117343d321bef51e5f417fa59c593391.tar.gz
kernel-qcow2-linux-5dc5e4fb117343d321bef51e5f417fa59c593391.tar.xz
kernel-qcow2-linux-5dc5e4fb117343d321bef51e5f417fa59c593391.zip
staging: fbtft: add fb_ssd1289 driver
This commit adds the fb_ssd1289 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 48b3ce169889..ea5fa1e01b6a 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -18,3 +18,4 @@ obj-$(CONFIG_FB_TFT_PCD8544) += fb_pcd8544.o
obj-$(CONFIG_FB_TFT_RA8875) += fb_ra8875.o
obj-$(CONFIG_FB_TFT_S6D02A1) += fb_s6d02a1.o
obj-$(CONFIG_FB_TFT_S6D1121) += fb_s6d1121.o
+obj-$(CONFIG_FB_TFT_SSD1289) += fb_ssd1289.o