mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
5b394b2ddf
commit
d68f8918b8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue