diff options
author | Peter Seiderer <ps.report@gmx.net> | 2015-09-25 22:30:46 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-27 23:19:37 +0200 |
commit | 0b4ac9b9855eaa4f9f9e5126ac6242275d3ce604 (patch) | |
tree | eef6f9f20a1acce3144ba89d59f83b78e3556ded /linux | |
parent | 80a5956dc02d984aeeb3e80d1f75585bd94609e2 (diff) | |
download | buildroot-0b4ac9b9855eaa4f9f9e5126ac6242275d3ce604.tar.gz buildroot-0b4ac9b9855eaa4f9f9e5126ac6242275d3ce604.zip |
linux-ext: add fbtft hint for linux kernel >= v4.0
Since v4.0 the fbtft drivers are included in the linux kernel
staging area.
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Config.ext.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/Config.ext.in b/linux/Config.ext.in index ea79aa166c..755c23b70f 100644 --- a/linux/Config.ext.in +++ b/linux/Config.ext.in @@ -50,7 +50,9 @@ config BR2_LINUX_KERNEL_EXT_FBTFT select BR2_PACKAGE_FBTFT help Linux Framebuffer drivers for small TFT LCD display modules, - e.g. Adafruit PiTFT displays for Raspberry Pi. + e.g. Adafruit PiTFT displays for Raspberry Pi (this extra + package is only needed for linux kernels until v3.19, since + v4.0 the drivers are included in the staging area). To enable fbtft, e.g. for Adafruit 2.8 PiTFT, enable the following kernel configurations: |