diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-31 10:11:13 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-17 16:46:46 -0800 |
commit | 66c06c837993ec9f11d0f71e2e7eb3ac4c5f1956 (patch) | |
tree | 3f9c91966fce3f56dad6f80e6b19f74a94a6f713 /drivers/staging/fbtft/Kconfig | |
parent | 39e3d67f8e839f06eacda53fe40da99ac137e094 (diff) |
staging: fbtft: add fb_hx8347d driver
This commit adds the fb_hx8347d 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/Kconfig')
-rw-r--r-- | drivers/staging/fbtft/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/fbtft/Kconfig b/drivers/staging/fbtft/Kconfig index e6c23d5ea8de..9bb6e7bcb5a0 100644 --- a/drivers/staging/fbtft/Kconfig +++ b/drivers/staging/fbtft/Kconfig @@ -25,3 +25,9 @@ config FB_TFT_HX8340BN depends on FB_TFT help Generic Framebuffer support for HX8340BN + +config FB_TFT_HX8347D + tristate "FB driver for the HX8347D LCD Controller" + depends on FB_TFT + help + Generic Framebuffer support for HX8347D |