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>
This commit is contained in:
parent
59efd93f64
commit
8582643a4b
1 changed files with 3 additions and 0 deletions
|
@ -449,15 +449,18 @@ config MACH_RAUMFELD_RC
|
||||||
bool "Raumfeld Controller"
|
bool "Raumfeld Controller"
|
||||||
select PXA3xx
|
select PXA3xx
|
||||||
select CPU_PXA300
|
select CPU_PXA300
|
||||||
|
select POWER_SUPPLY
|
||||||
select HAVE_PWM
|
select HAVE_PWM
|
||||||
|
|
||||||
config MACH_RAUMFELD_CONNECTOR
|
config MACH_RAUMFELD_CONNECTOR
|
||||||
bool "Raumfeld Connector"
|
bool "Raumfeld Connector"
|
||||||
|
select POWER_SUPPLY
|
||||||
select PXA3xx
|
select PXA3xx
|
||||||
select CPU_PXA300
|
select CPU_PXA300
|
||||||
|
|
||||||
config MACH_RAUMFELD_SPEAKER
|
config MACH_RAUMFELD_SPEAKER
|
||||||
bool "Raumfeld Speaker"
|
bool "Raumfeld Speaker"
|
||||||
|
select POWER_SUPPLY
|
||||||
select PXA3xx
|
select PXA3xx
|
||||||
select CPU_PXA300
|
select CPU_PXA300
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue