aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-10-01 16:03:53 -0400
committerEric Miao <eric.y.miao@gmail.com>2011-10-08 09:03:03 -0400
commit8582643a4b2fb9582eb30e1128a509198afe3c74 (patch)
tree454821c49463be71a07d7ef564a5695d29159d3a /arch/arm/mach-pxa/Kconfig
parent59efd93f64c516dcf959c2c5c53bde6bc48f5f38 (diff)
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 'arch/arm/mach-pxa/Kconfig')
-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 bb310d0c4b2..ee963e0ae71 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -449,15 +449,18 @@ config MACH_RAUMFELD_RC
449 bool "Raumfeld Controller" 449 bool "Raumfeld Controller"
450 select PXA3xx 450 select PXA3xx
451 select CPU_PXA300 451 select CPU_PXA300
452 select POWER_SUPPLY
452 select HAVE_PWM 453 select HAVE_PWM
453 454
454config MACH_RAUMFELD_CONNECTOR 455config MACH_RAUMFELD_CONNECTOR
455 bool "Raumfeld Connector" 456 bool "Raumfeld Connector"
457 select POWER_SUPPLY
456 select PXA3xx 458 select PXA3xx
457 select CPU_PXA300 459 select CPU_PXA300
458 460
459config MACH_RAUMFELD_SPEAKER 461config MACH_RAUMFELD_SPEAKER
460 bool "Raumfeld Speaker" 462 bool "Raumfeld Speaker"
463 select POWER_SUPPLY
461 select PXA3xx 464 select PXA3xx
462 select CPU_PXA300 465 select CPU_PXA300
463 466