diff options
author | Olof Johansson <olof@lixom.net> | 2012-04-25 14:04:14 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-04-25 14:04:14 -0400 |
commit | fd273d4415027f9b519d5a94e4fc030f278f2ad3 (patch) | |
tree | 5c45f3b95817b82bff534e4b1f094c0147a23393 /arch/arm/configs | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c (diff) | |
parent | 435ca24116bc5365a10fa0be1bf1c1e4c5680157 (diff) |
Merge tag 'imx-features-board-20120411-2' of git://git.pengutronix.de/git/imx/linux-2.6 into next/boards
* tag 'imx-features-board-20120411-2' of git://git.pengutronix.de/git/imx/linux-2.6:
ARM i.MX: Visstrim_M10: Add board version detection.
ARM: imx_v4_v5_defconfig: enable adc and touch driver of mc13783
ARM: i.MX: i.MX35-PDK: Add regulator support
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/imx_v4_v5_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig index 6b31cb60daab..09a02963cf58 100644 --- a/arch/arm/configs/imx_v4_v5_defconfig +++ b/arch/arm/configs/imx_v4_v5_defconfig | |||
@@ -92,6 +92,7 @@ CONFIG_INPUT_EVDEV=y | |||
92 | # CONFIG_INPUT_MOUSE is not set | 92 | # CONFIG_INPUT_MOUSE is not set |
93 | CONFIG_INPUT_TOUCHSCREEN=y | 93 | CONFIG_INPUT_TOUCHSCREEN=y |
94 | CONFIG_TOUCHSCREEN_ADS7846=m | 94 | CONFIG_TOUCHSCREEN_ADS7846=m |
95 | CONFIG_TOUCHSCREEN_MC13783=m | ||
95 | # CONFIG_SERIO is not set | 96 | # CONFIG_SERIO is not set |
96 | # CONFIG_LEGACY_PTYS is not set | 97 | # CONFIG_LEGACY_PTYS is not set |
97 | CONFIG_SERIAL_8250=m | 98 | CONFIG_SERIAL_8250=m |
@@ -107,7 +108,8 @@ CONFIG_SPI_SPIDEV=y | |||
107 | CONFIG_W1=y | 108 | CONFIG_W1=y |
108 | CONFIG_W1_MASTER_MXC=y | 109 | CONFIG_W1_MASTER_MXC=y |
109 | CONFIG_W1_SLAVE_THERM=y | 110 | CONFIG_W1_SLAVE_THERM=y |
110 | # CONFIG_HWMON is not set | 111 | CONFIG_HWMON=m |
112 | CONFIG_SENSORS_MC13783_ADC=m | ||
111 | CONFIG_WATCHDOG=y | 113 | CONFIG_WATCHDOG=y |
112 | CONFIG_IMX2_WDT=y | 114 | CONFIG_IMX2_WDT=y |
113 | CONFIG_MFD_MC13XXX=y | 115 | CONFIG_MFD_MC13XXX=y |