summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2014-12-31 10:11:19 +0100
committerGreg Kroah-Hartman2015-01-18 01:46:47 +0100
commitd416d5c02fe7156fe061f1bde178a18c181ad432 (patch)
treec35381a575a15b252ee012e4d256628708045007 /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_ili9341 driver (diff)
downloadkernel-qcow2-linux-d416d5c02fe7156fe061f1bde178a18c181ad432.tar.gz
kernel-qcow2-linux-d416d5c02fe7156fe061f1bde178a18c181ad432.tar.xz
kernel-qcow2-linux-d416d5c02fe7156fe061f1bde178a18c181ad432.zip
staging: fbtft: add fb_ili9481 driver
This commit adds the fb_ili9481 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 a83a685ab78d..0740641eaf33 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -12,3 +12,4 @@ obj-$(CONFIG_FB_TFT_ILI9320) += fb_ili9320.o
obj-$(CONFIG_FB_TFT_ILI9325) += fb_ili9325.o
obj-$(CONFIG_FB_TFT_ILI9340) += fb_ili9340.o
obj-$(CONFIG_FB_TFT_ILI9341) += fb_ili9341.o
+obj-$(CONFIG_FB_TFT_ILI9481) += fb_ili9481.o