diff options
author | Eugen Hristev <eugen.hristev@microchip.com> | 2018-08-29 16:17:43 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-08-30 22:19:32 +0200 |
commit | d68f8918b82275ee45e7c3753b68933f6a02233b (patch) | |
tree | 64b6d81b58c272c4bfdf45c2f8a139bddee22c65 /arch/arm/configs | |
parent | Linux 4.19-rc1 (diff) | |
download | linux-d68f8918b82275ee45e7c3753b68933f6a02233b.tar.xz linux-d68f8918b82275ee45e7c3753b68933f6a02233b.zip |
ARM: configs: at91: add generic resistive touchscreen to sama5
Add generic resistive touchscreen CONFIG_TOUCHSCREEN_ADC to sama5_defconfig
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 2080025556b5..ead682639c09 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -116,6 +116,7 @@ CONFIG_KEYBOARD_QT1070=y CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_TOUCHSCREEN_ADC=y CONFIG_TOUCHSCREEN_ATMEL_MXT=y # CONFIG_SERIO is not set CONFIG_LEGACY_PTY_COUNT=4 |