ARM: multi_v7_defconfig: Build Atmel maXTouch driver as a module
authorJavier Martinez Canillas <javier@osg.samsung.com>
Tue, 16 Aug 2016 15:08:14 +0000 (11:08 -0400)
committerArnd Bergmann <arnd@arndb.de>
Fri, 2 Sep 2016 15:36:42 +0000 (17:36 +0200)
commit4200c658e0f99ef00339a5c6cc2b8b20d0094023
tree6443bbc62bb9ebc2fceff80a96fa89d42cd41fb4
parent1d9b736303f0363c004977d9258d2ee5a2985dc6
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>
arch/arm/configs/multi_v7_defconfig