diff options
| author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-08-16 11:08:14 -0400 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2016-09-02 11:36:42 -0400 |
| commit | 4200c658e0f99ef00339a5c6cc2b8b20d0094023 (patch) | |
| tree | 6443bbc62bb9ebc2fceff80a96fa89d42cd41fb4 | |
| parent | 1d9b736303f0363c004977d9258d2ee5a2985dc6 (diff) | |
ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module
The driver is for a trackpad device so is not needed for booting and
makes more sense to have it as module to reduce the kernel image size.
It was probably enabled as built-in because module autoload was not
working when the I2C device was registered by OF but this got fixed
in commit b7d21058b40b ("Input: atmel_mxt_ts - add maxtouch to I2C
table for module autoload") so it's safe to enable as a module now.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2c8665cd9dc5..5d4fb28fb34f 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig | |||
| @@ -277,7 +277,7 @@ CONFIG_MOUSE_PS2_ELANTECH=y | |||
| 277 | CONFIG_MOUSE_CYAPA=m | 277 | CONFIG_MOUSE_CYAPA=m |
| 278 | CONFIG_MOUSE_ELAN_I2C=y | 278 | CONFIG_MOUSE_ELAN_I2C=y |
| 279 | CONFIG_INPUT_TOUCHSCREEN=y | 279 | CONFIG_INPUT_TOUCHSCREEN=y |
| 280 | CONFIG_TOUCHSCREEN_ATMEL_MXT=y | 280 | CONFIG_TOUCHSCREEN_ATMEL_MXT=m |
| 281 | CONFIG_TOUCHSCREEN_MMS114=m | 281 | CONFIG_TOUCHSCREEN_MMS114=m |
| 282 | CONFIG_TOUCHSCREEN_ST1232=m | 282 | CONFIG_TOUCHSCREEN_ST1232=m |
| 283 | CONFIG_TOUCHSCREEN_STMPE=y | 283 | CONFIG_TOUCHSCREEN_STMPE=y |
