diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-31 10:11:09 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-01-17 16:44:41 -0800 |
commit | c296d5f9957c03994a699d6739c27d4581a9f6c7 (patch) | |
tree | ce5a1dadc4f34696cf0c4332b3de37bd4c890bd8 /drivers/staging/Kconfig | |
parent | ab666bb2dc16fc2af1b1dc0e61438f27c1a6b8ca (diff) | |
download | talos-op-linux-c296d5f9957c03994a699d6739c27d4581a9f6c7.tar.gz talos-op-linux-c296d5f9957c03994a699d6739c27d4581a9f6c7.zip |
staging: fbtft: core support
This commit adds the core fbtft framework from
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/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 815de379a130..ce8f420e9fa8 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -106,4 +106,6 @@ source "drivers/staging/unisys/Kconfig" source "drivers/staging/clocking-wizard/Kconfig" +source "drivers/staging/fbtft/Kconfig" + endif # STAGING |