diff options
| author | Romain Sioen <romain.sioen@microchip.com> | 2026-02-25 11:54:29 +0300 |
|---|---|---|
| committer | Claudiu Beznea <claudiu.beznea@tuxon.dev> | 2026-02-28 17:04:02 +0300 |
| commit | 127090601edf9802bca2a0cf862c6ffa405c5c57 (patch) | |
| tree | bdb5feed294837b6863cbbeae36559c0f7e84316 | |
| parent | 57e5e24a5b34b154c5c027f80a44d272cc6d17d8 (diff) | |
| download | linux-127090601edf9802bca2a0cf862c6ffa405c5c57.tar.xz | |
ARM: configs: at91: sama7: enable config for atmel maxtouch
Add config support to enable maxtouch capacitive touchscreen
Signed-off-by: Romain Sioen <romain.sioen@microchip.com>
Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Link: https://lore.kernel.org/r/20260225085430.480052-6-manikandan.m@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
| -rw-r--r-- | arch/arm/configs/sama7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/sama7_defconfig b/arch/arm/configs/sama7_defconfig index c0671318bac4..0f1a3abc4640 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 |
