diff options
author | Tony Lindgren <tony@atomide.com> | 2014-09-18 12:01:08 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-18 12:38:30 -0400 |
commit | 111974506d81630cb329089850c17b2aaf2ac2ee (patch) | |
tree | b88e935223b879de35a2af1afe1f250cb0f13fc9 | |
parent | 673ce00c5d6cb9d49260b4cabeaf8972caee4c52 (diff) |
ARM: omap2plus_defconfig: Enable battery and reset drivers
Since many omaps run on battery, we should have the battery
drivers enabled. Let's also enable the reset driver.
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index d6301442528f..f6e235dc6b20 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig | |||
@@ -182,6 +182,13 @@ CONFIG_DEBUG_GPIO=y | |||
182 | CONFIG_GPIO_SYSFS=y | 182 | CONFIG_GPIO_SYSFS=y |
183 | CONFIG_GPIO_TWL4030=y | 183 | CONFIG_GPIO_TWL4030=y |
184 | CONFIG_W1=y | 184 | CONFIG_W1=y |
185 | CONFIG_BATTERY_BQ27x00=m | ||
186 | CONFIG_CHARGER_ISP1704=m | ||
187 | CONFIG_CHARGER_TWL4030=m | ||
188 | CONFIG_CHARGER_BQ2415X=m | ||
189 | CONFIG_CHARGER_BQ24190=m | ||
190 | CONFIG_CHARGER_BQ24735=m | ||
191 | CONFIG_POWER_RESET=y | ||
185 | CONFIG_POWER_AVS=y | 192 | CONFIG_POWER_AVS=y |
186 | CONFIG_SENSORS_LM75=m | 193 | CONFIG_SENSORS_LM75=m |
187 | CONFIG_THERMAL=y | 194 | CONFIG_THERMAL=y |