diff options
| author | Evan Wilson <evan@oliodevices.com> | 2014-12-27 23:50:38 -0800 |
|---|---|---|
| committer | Evan Wilson <evan@oliodevices.com> | 2014-12-27 23:50:38 -0800 |
| commit | 04c22768e7ed9962fdb3e458228213385d34d1f2 (patch) | |
| tree | 8713699d41de5556e291efc05514eef0fae1d6ac | |
| parent | fbc4a25b83cf2edb54bc45630fda6b72b58343f9 (diff) | |
| download | olio-linux-3.10-04c22768e7ed9962fdb3e458228213385d34d1f2.tar.xz olio-linux-3.10-04c22768e7ed9962fdb3e458228213385d34d1f2.zip | |
omap3_h1_defconfig: Add atmel_mxt driver is a module.
During initial PCBA testing, the touchscreen is not connected,
and so this board would not boot if this was a built-in driver
Change-Id: I7895c426fb585b848cf88e20a4d521daaf48a029
| -rw-r--r-- | arch/arm/configs/omap3_h1_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/configs/omap3_h1_defconfig b/arch/arm/configs/omap3_h1_defconfig index ac9107ff0a6..62543c4610d 100644 --- a/arch/arm/configs/omap3_h1_defconfig +++ b/arch/arm/configs/omap3_h1_defconfig @@ -1300,11 +1300,11 @@ CONFIG_INPUT_MOUSE=y # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set CONFIG_INPUT_TOUCHSCREEN=y -CONFIG_TOUCHSCREEN_ATMXT=y +# CONFIG_TOUCHSCREEN_ATMXT is not set # CONFIG_TOUCHSCREEN_ADS7846 is not set # CONFIG_TOUCHSCREEN_AD7877 is not set # CONFIG_TOUCHSCREEN_AD7879 is not set -CONFIG_TOUCHSCREEN_ATMEL_MXT=y +CONFIG_TOUCHSCREEN_ATMEL_MXT=m # CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set # CONFIG_TOUCHSCREEN_BU21013 is not set # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set |