aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fbtft/Makefile
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-12-31 10:11:26 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 16:46:47 -0800
commit39837b91583097316a8d31f0a30aacb7bfdac89b (patch)
treef2e010e8c3d36c7a074da8c255a1df579cd6f52a /drivers/staging/fbtft/Makefile
parentstaging: fbtft: add fb_ssd1289 driver (diff)
downloadlinux-dev-39837b91583097316a8d31f0a30aacb7bfdac89b.tar.xz
linux-dev-39837b91583097316a8d31f0a30aacb7bfdac89b.zip
staging: fbtft: add fb_ssd1306 driver
This commit adds the fb_ssd1306 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 ea5fa1e01b6a..b612a4d4f97c 100644
--- a/drivers/staging/fbtft/Makefile
+++ b/drivers/staging/fbtft/Makefile
@@ -19,3 +19,4 @@ 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
+obj-$(CONFIG_FB_TFT_SSD1306) += fb_ssd1306.o