From: Romain Sioen Date: Wed, 25 Feb 2026 08:54:29 +0000 (+0530) Subject: ARM: configs: at91: sama7: enable config for atmel maxtouch X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=127090601edf9802bca2a0cf862c6ffa405c5c57;p=thirdparty%2Flinux.git ARM: configs: at91: sama7: enable config for atmel maxtouch Add config support to enable maxtouch capacitive touchscreen Signed-off-by: Romain Sioen Signed-off-by: Manikandan Muralidharan Reviewed-by: Claudiu Beznea Link: https://lore.kernel.org/r/20260225085430.480052-6-manikandan.m@microchip.com Signed-off-by: Claudiu Beznea --- diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index c0671318bac4d..0f1a3abc4640a 100644 --- a/arch/arm/configs/sama7_defconfig +++ b/arch/arm/configs/sama7_defconfig @@ -108,6 +108,8 @@ CONFIG_CAN_M_CAN_PLATFORM=y CONFIG_INPUT_EVDEV=y CONFIG_KEYBOARD_GPIO=y # CONFIG_INPUT_MOUSE is not set +CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_TOUCHSCREEN_ATMEL_MXT=y CONFIG_LEGACY_PTY_COUNT=4 CONFIG_SERIAL_ATMEL=y CONFIG_SERIAL_ATMEL_CONSOLE=y