From: Arnd Bergmann Date: Sat, 1 Oct 2011 20:03:53 +0000 (+0200) Subject: ARM: pxa: select POWER_SUPPLY on raumfeld X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8582643a4b2fb9582eb30e1128a509198afe3c74;p=mv-sheeva.git ARM: pxa: select POWER_SUPPLY on raumfeld The raumfeld platform code calls power_supply_set_battery_charged which is part of the power supply layer, so that always has to be enabled. Signed-off-by: Arnd Bergmann Signed-off-by: Eric Miao --- diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index bb310d0c4b2..ee963e0ae71 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig @@ -449,15 +449,18 @@ config MACH_RAUMFELD_RC bool "Raumfeld Controller" select PXA3xx select CPU_PXA300 + select POWER_SUPPLY select HAVE_PWM config MACH_RAUMFELD_CONNECTOR bool "Raumfeld Connector" + select POWER_SUPPLY select PXA3xx select CPU_PXA300 config MACH_RAUMFELD_SPEAKER bool "Raumfeld Speaker" + select POWER_SUPPLY select PXA3xx select CPU_PXA300