diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-11-17 15:46:10 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-24 02:56:54 +0000 |
commit | c7064a05bdbf9d542b3aa9d4439d30c624967b66 (patch) | |
tree | 6ab97d12eb212a8af824b7312f3b687022e66b6b /arch/arm/mach-kirkwood/Kconfig | |
parent | 2104035214b51d007db7e040906550eb608aaa44 (diff) | |
download | op-kernel-dev-c7064a05bdbf9d542b3aa9d4439d30c624967b66.zip op-kernel-dev-c7064a05bdbf9d542b3aa9d4439d30c624967b66.tar.gz |
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/mach-kirkwood/Kconfig')
-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 35b3258..503d7dd 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 |