aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-10-01 22:03:53 +0200
committerEric Miao <eric.y.miao@gmail.com>2011-10-08 21:03:03 +0800
commit8582643a4b2fb9582eb30e1128a509198afe3c74 (patch)
tree454821c49463be71a07d7ef564a5695d29159d3a /arch/arm/mach-pxa/Kconfig
parentARM: pxa: pxa95x is incompatible with earlier pxa (diff)
downloadlinux-dev-8582643a4b2fb9582eb30e1128a509198afe3c74.tar.xz
linux-dev-8582643a4b2fb9582eb30e1128a509198afe3c74.zip
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 <arnd@arndb.de> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to '')
-rw-r--r--arch/arm/mach-pxa/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index bb310d0c4b2b..ee963e0ae71d 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