diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-12-27 07:05:29 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-09 22:10:37 -0500 |
commit | 1b1fe1d9732711bb6881422cc21b45c428c26baa (patch) | |
tree | c2fb1bc1a7aaf9e348143714c604f1a3699f76a2 | |
parent | 3b0c9f5e562a4e76c7c8b83b3102b53daedf2fdd (diff) |
ARM: defconfig: tegra: switch to MPU3050 IIO driver
The Tegra is currently configured to use the old input driver for the
MPU-3050. Switch to the new IIO driver.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 844eeef5a509..f0efc854b5a2 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig | |||
@@ -120,7 +120,6 @@ CONFIG_TOUCHSCREEN_WM97XX=y | |||
120 | # CONFIG_TOUCHSCREEN_WM9713 is not set | 120 | # CONFIG_TOUCHSCREEN_WM9713 is not set |
121 | CONFIG_TOUCHSCREEN_STMPE=y | 121 | CONFIG_TOUCHSCREEN_STMPE=y |
122 | CONFIG_INPUT_MISC=y | 122 | CONFIG_INPUT_MISC=y |
123 | CONFIG_INPUT_MPU3050=y | ||
124 | # CONFIG_LEGACY_PTYS is not set | 123 | # CONFIG_LEGACY_PTYS is not set |
125 | # CONFIG_DEVKMEM is not set | 124 | # CONFIG_DEVKMEM is not set |
126 | CONFIG_SERIAL_8250=y | 125 | CONFIG_SERIAL_8250=y |
@@ -263,6 +262,7 @@ CONFIG_ARCH_TEGRA_114_SOC=y | |||
263 | CONFIG_ARCH_TEGRA_124_SOC=y | 262 | CONFIG_ARCH_TEGRA_124_SOC=y |
264 | CONFIG_MEMORY=y | 263 | CONFIG_MEMORY=y |
265 | CONFIG_IIO=y | 264 | CONFIG_IIO=y |
265 | CONFIG_MPU3050_I2C=y | ||
266 | CONFIG_AK8975=y | 266 | CONFIG_AK8975=y |
267 | CONFIG_PWM=y | 267 | CONFIG_PWM=y |
268 | CONFIG_PWM_TEGRA=y | 268 | CONFIG_PWM_TEGRA=y |