From: Martin Jücker Date: Fri, 13 Nov 2020 21:25:25 +0000 (+0100) Subject: ARM: exynos_defconfig: compile Atmel MXT touchscreeen as module X-Git-Tag: v5.11-rc1~92^2~6^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7e8af057bd9b3d76bd343794e71c20e8dd462372;p=thirdparty%2Fkernel%2Flinux.git ARM: exynos_defconfig: compile Atmel MXT touchscreeen as module The Atmel MXT touchscreen can load firmware and settings from the /lib/firmware directory, it makes sense to have it as a module to have more control over the loading process. Signed-off-by: Martin Jücker Link: https://lore.kernel.org/r/20201113212525.13455-5-martin.juecker@gmail.com Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig index ee71bcd247a0d..513f56b3c059e 100644 --- a/arch/arm/configs/exynos_defconfig +++ b/arch/arm/configs/exynos_defconfig @@ -127,7 +127,7 @@ CONFIG_KEYBOARD_CROS_EC=y # CONFIG_MOUSE_PS2 is not set CONFIG_MOUSE_CYAPA=y CONFIG_INPUT_TOUCHSCREEN=y -CONFIG_TOUCHSCREEN_ATMEL_MXT=y +CONFIG_TOUCHSCREEN_ATMEL_MXT=m CONFIG_TOUCHSCREEN_MMS114=y CONFIG_INPUT_MISC=y CONFIG_INPUT_MAX77693_HAPTIC=y