aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-31 10:11:31 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 16:46:48 -0800
commit9518dbc0df26ca14206366b5012e84517d80f3cd (patch)
tree3862d0da4eb88658ce8fca0991d5d6f97bcffde1 /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_tinylcd driver (diff)
downloadlinux-dev-9518dbc0df26ca14206366b5012e84517d80f3cd.tar.xz
linux-dev-9518dbc0df26ca14206366b5012e84517d80f3cd.zip
staging: fbtft: add fb_tls8204 driver
This commit adds the fb_tls8204 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 a5c2d15b1a78..5fa20f00755a 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -24,3 +24,4 @@ obj-$(CONFIG_FB_TFT_SSD1331) += fb_ssd1331.o
obj-$(CONFIG_FB_TFT_SSD1351) += fb_ssd1351.o
obj-$(CONFIG_FB_TFT_ST7735R) += fb_st7735r.o
obj-$(CONFIG_FB_TFT_TINYLCD) += fb_tinylcd.o
+obj-$(CONFIG_FB_TFT_TLS8204) += fb_tls8204.o