diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-12-27 07:05:30 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-09 22:10:39 -0500 |
commit | 94417e5659ebe9c6062dec3261aa3a032547f75b (patch) | |
tree | 80cac52fa6e79fc680900598356745f0413b4f6a | |
parent | 1b1fe1d9732711bb6881422cc21b45c428c26baa (diff) |
ARM: defconfig: pxa: cut MPU3050 input driver
The PXA defconfig compiles the legacy MPU3050 driver as a module,
but the device does not appear in device trees nor board files, so
remove this from the defconfig assuming it was a mistake to add it
in the first place.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/configs/pxa_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/pxa_defconfig b/arch/arm/configs/pxa_defconfig index e4314b1227a3..ce4660c79c7a 100644 --- a/arch/arm/configs/pxa_defconfig +++ b/arch/arm/configs/pxa_defconfig | |||
@@ -334,7 +334,6 @@ CONFIG_TOUCHSCREEN_TOUCHIT213=m | |||
334 | CONFIG_TOUCHSCREEN_PCAP=m | 334 | CONFIG_TOUCHSCREEN_PCAP=m |
335 | CONFIG_TOUCHSCREEN_ST1232=m | 335 | CONFIG_TOUCHSCREEN_ST1232=m |
336 | CONFIG_INPUT_MISC=y | 336 | CONFIG_INPUT_MISC=y |
337 | CONFIG_INPUT_MPU3050=m | ||
338 | CONFIG_INPUT_AXP20X_PEK=m | 337 | CONFIG_INPUT_AXP20X_PEK=m |
339 | CONFIG_INPUT_UINPUT=m | 338 | CONFIG_INPUT_UINPUT=m |
340 | CONFIG_INPUT_GPIO_ROTARY_ENCODER=m | 339 | CONFIG_INPUT_GPIO_ROTARY_ENCODER=m |