diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-09-02 09:57:10 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-09-03 09:11:08 -0600 |
commit | b82daf87a82fc2261f86f48d1bd0706da9e4a675 (patch) | |
tree | b34424f7683625707956a5504e52c5ca66181e15 /arch/arm/configs/tegra_defconfig | |
parent | 91816a7fe5a671b826d5288ed7b42e92117a8fe8 (diff) | |
download | linux-b82daf87a82fc2261f86f48d1bd0706da9e4a675.tar.bz2 |
ARM: tegra: enable Atmel touchpad in defconfig
This driver is used on Venice2 for the touchpad.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/configs/tegra_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 2b8be4850347..77d6e9437947 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -123,6 +123,7 @@ CONFIG_KEYBOARD_TEGRA=y CONFIG_KEYBOARD_CROS_EC=y CONFIG_MOUSE_PS2_ELANTECH=y CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_TOUCHSCREEN_ATMEL_MXT=y CONFIG_TOUCHSCREEN_STMPE=y CONFIG_INPUT_MISC=y CONFIG_INPUT_MPU3050=y |