diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2019-02-13 12:51:27 +0200 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2019-02-24 01:17:01 +0200 |
commit | 77a54bbf13bf2a798cfdfc8dd6c61759ac18a19f (patch) | |
tree | 6a45ca46e093fadad300227ec90b843283ecf1be /target/linux/brcm2708/bcm2710 | |
parent | c22cde2ea13133a9c75522a03fde225ccfd2770d (diff) | |
download | upstream-77a54bbf13bf2a798cfdfc8dd6c61759ac18a19f.tar.gz upstream-77a54bbf13bf2a798cfdfc8dd6c61759ac18a19f.tar.bz2 upstream-77a54bbf13bf2a798cfdfc8dd6c61759ac18a19f.zip |
kernel: add kmod-input-touchscreen-ads7846
This module adds support for ADS7846 based touchscreens used in devices
like the WaveShare 3.5" and 4" LCD displays designed for Raspberry Pi.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/brcm2708/bcm2710')
-rw-r--r-- | target/linux/brcm2708/bcm2710/config-4.14 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm2708/bcm2710/config-4.14 b/target/linux/brcm2708/bcm2710/config-4.14 index 289ec68df2..9faf7f762a 100644 --- a/target/linux/brcm2708/bcm2710/config-4.14 +++ b/target/linux/brcm2708/bcm2710/config-4.14 @@ -450,6 +450,8 @@ CONFIG_TICK_CPU_ACCOUNTING=y CONFIG_TIMER_OF=y CONFIG_TIMER_PROBE=y CONFIG_TMPFS_POSIX_ACL=y +# CONFIG_TOUCHSCREEN_EXC3000 is not set +# CONFIG_TOUCHSCREEN_RPI_FT5406 is not set CONFIG_TREE_RCU=y CONFIG_TREE_SRCU=y CONFIG_UEVENT_HELPER_PATH="" |