diff options
author | Ezequiel Garcia <ezequiel@collabora.com> | 2018-04-16 10:40:00 -0400 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-04-26 09:05:30 -0400 |
commit | e545eb20c58ff953082ef2d3358b52f6c57c7483 (patch) | |
tree | b436cdbbaeaafc6e5a2a691f1723ed68b07c9010 | |
parent | e9cfce4195ec0535980ac091401c4bdd7d7e888b (diff) |
arm64: defconfig: Enable Atmel Maxtouch driver
Enable the Atmel Maxtouch driver to support the touchscreen
and touchpad present in RK3399 Kevin Chromebooks.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 9b12f0ea0e35..83856a047af9 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -253,6 +253,8 @@ CONFIG_INPUT_EVDEV=y | |||
253 | CONFIG_KEYBOARD_ADC=m | 253 | CONFIG_KEYBOARD_ADC=m |
254 | CONFIG_KEYBOARD_CROS_EC=y | 254 | CONFIG_KEYBOARD_CROS_EC=y |
255 | CONFIG_KEYBOARD_GPIO=y | 255 | CONFIG_KEYBOARD_GPIO=y |
256 | CONFIG_INPUT_TOUCHSCREEN=y | ||
257 | CONFIG_TOUCHSCREEN_ATMEL_MXT=m | ||
256 | CONFIG_INPUT_MISC=y | 258 | CONFIG_INPUT_MISC=y |
257 | CONFIG_INPUT_PM8941_PWRKEY=y | 259 | CONFIG_INPUT_PM8941_PWRKEY=y |
258 | CONFIG_INPUT_HISI_POWERKEY=y | 260 | CONFIG_INPUT_HISI_POWERKEY=y |