From cdcdef3122b476c2a143e849e59d5d224a53887e Mon Sep 17 00:00:00 2001 From: Douglas Anderson Date: Fri, 22 Apr 2016 11:28:46 -0700 Subject: [PATCH] ARM64: rockchip_cros_defconfig: Turn on atmel touchscreen driver The touchscreen driver is used for both atmel trackpads (AKA touchpads) and touchscreens. Turn it on so we can use it. BUG=chrome-os-partner:52637 TEST=With series, trackpad works in browser; button works. Change-Id: I316a8411c35ab7b48182cbe704c9f80114a5afcf Signed-off-by: Douglas Anderson Reviewed-on: https://chrome-internal-review.googlesource.com/256511 Commit-Ready: Doug Anderson Tested-by: Doug Anderson Reviewed-by: Doug Anderson Signed-off-by: Caesar Wang --- arch/arm64/configs/rockchip_cros_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/rockchip_cros_defconfig b/arch/arm64/configs/rockchip_cros_defconfig index a9a2dfeed819..dbd211e13350 100644 --- a/arch/arm64/configs/rockchip_cros_defconfig +++ b/arch/arm64/configs/rockchip_cros_defconfig @@ -304,6 +304,7 @@ CONFIG_INPUT_MISC=y CONFIG_INPUT_KEYCHORD=y CONFIG_INPUT_UINPUT=y CONFIG_INPUT_GPIO=y +CONFIG_TOUCHSCREEN_ATMEL_MXT=y # CONFIG_SERIO is not set # CONFIG_VT is not set # CONFIG_LEGACY_PTYS is not set -- 2.34.1