Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8582643a authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Eric Miao
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent 59efd93f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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