diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-11-17 18:46:10 +0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 06:56:54 +0400 |
commit | c7064a05bdbf9d542b3aa9d4439d30c624967b66 (patch) | |
tree | 6ab97d12eb212a8af824b7312f3b687022e66b6b /arch/arm | |
parent | 2104035214b51d007db7e040906550eb608aaa44 (diff) | |
download | linux-c7064a05bdbf9d542b3aa9d4439d30c624967b66.tar.xz |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-kirkwood/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 35b3258cdccd..503d7dd944ff 100644 --- a/arch/arm/mach-kirkwood/Kconfig +++ b/arch/arm/mach-kirkwood/Kconfig @@ -49,6 +49,8 @@ config ARCH_KIRKWOOD_DT select POWER_SUPPLY select POWER_RESET select POWER_RESET_GPIO + select REGULATOR + select REGULATOR_FIXED_VOLTAGE select USE_OF help Say 'Y' here if you want your kernel to support the |