summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni2014-12-31 10:11:15 +0100
committerGreg Kroah-Hartman2015-01-18 01:46:46 +0100
commit69e6089d206d4ab35f92e371e36fb58ace424015 (patch)
treed55b3234323e22ba7568f0df4f053ed4db5fd54f /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_hx8353d driver (diff)
downloadkernel-qcow2-linux-69e6089d206d4ab35f92e371e36fb58ace424015.tar.gz
kernel-qcow2-linux-69e6089d206d4ab35f92e371e36fb58ace424015.tar.xz
kernel-qcow2-linux-69e6089d206d4ab35f92e371e36fb58ace424015.zip
staging: fbtft: add fb_ili9320 driver
This commit adds the fb_ili9320 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 766e2855adde..e101cb646f48 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -8,3 +8,4 @@ obj-$(CONFIG_FB_TFT_BD663474) += fb_bd663474.o
obj-$(CONFIG_FB_TFT_HX8340BN) += fb_hx8340bn.o
obj-$(CONFIG_FB_TFT_HX8347D) += fb_hx8347d.o
obj-$(CONFIG_FB_TFT_HX8353D) += fb_hx8353d.o
+obj-$(CONFIG_FB_TFT_ILI9320) += fb_ili9320.o