diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-31 10:11:24 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-17 16:46:47 -0800 |
commit | 7a39e9654b1a6048f679331f121f8a1841c0e09d (patch) | |
tree | 5c2fc5cf42abfe73888f8954e62347412490b8e3 /drivers/staging/fbtft/Makefile | |
parent | 910968f7123156fc862b246ec3d5b5fb4038f6e4 (diff) |
staging: fbtft: add fb_s6d1121 driver
This commit adds the fb_s6d1121 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Makefile b/drivers/staging/fbtft/Makefile index e349e7fdffd4..48b3ce169889 100644 --- a/drivers/staging/fbtft/Makefile +++ b/drivers/staging/fbtft/Makefile @@ -17,3 +17,4 @@ obj-$(CONFIG_FB_TFT_ILI9486) += fb_ili9486.o obj-$(CONFIG_FB_TFT_PCD8544) += fb_pcd8544.o obj-$(CONFIG_FB_TFT_RA8875) += fb_ra8875.o obj-$(CONFIG_FB_TFT_S6D02A1) += fb_s6d02a1.o +obj-$(CONFIG_FB_TFT_S6D1121) += fb_s6d1121.o |