ARM: Kirkwood: Enable regulator and fixed regulators.
A few boards use a GPIO line to enable power to subsystems, eg USB or SATA devices. Pull in the regulator framework as the first step to controlling these GPIO lines are regulators. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
parent
2104035214
commit
c7064a05bd
|
@ -49,6 +49,8 @@ config ARCH_KIRKWOOD_DT
|
||||||
select POWER_SUPPLY
|
select POWER_SUPPLY
|
||||||
select POWER_RESET
|
select POWER_RESET
|
||||||
select POWER_RESET_GPIO
|
select POWER_RESET_GPIO
|
||||||
|
select REGULATOR
|
||||||
|
select REGULATOR_FIXED_VOLTAGE
|
||||||
select USE_OF
|
select USE_OF
|
||||||
help
|
help
|
||||||
Say 'Y' here if you want your kernel to support the
|
Say 'Y' here if you want your kernel to support the
|
||||||
|
|
Loading…
Reference in New Issue