aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorKozhevnikov Anatoly <shilo.xyz@gmail.com>2015-03-20 18:37:54 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-26 13:06:54 +0100
commit3b143b5503a7ee5e9b6fdd97cb1cacc0d320786e (patch)
tree1e6b6d409f6a8368da0719af507725074dd57744 /drivers/staging/fbtft/Makefile
parentstaging: sm750fb: Remove spinlock helper function (diff)
downloadlinux-dev-3b143b5503a7ee5e9b6fdd97cb1cacc0d320786e.tar.xz
linux-dev-3b143b5503a7ee5e9b6fdd97cb1cacc0d320786e.zip
staging: fbtft: Add support for ili9163 controller
Driver for ili9163-based displays (for example: Nokia 5110) Signed-off-by: Kozhevnikov Anatoly <shilo.xyz@gmail.com> 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 e773f0fdcfe8..9e73beee23f4 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -8,6 +8,7 @@ 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_ILI9163) += fb_ili9163.o
obj-$(CONFIG_FB_TFT_ILI9320) += fb_ili9320.o
obj-$(CONFIG_FB_TFT_ILI9325) += fb_ili9325.o
obj-$(CONFIG_FB_TFT_ILI9340) += fb_ili9340.o