Skip to content

Commit

Permalink
ARM: pxa: select POWER_SUPPLY on raumfeld
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and Eric Miao committed Oct 8, 2011
1 parent 59efd93 commit 8582643
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-pxa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8582643

Please sign in to comment.