diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-10 23:14:11 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-13 16:31:02 +0400 |
commit | e6ed90581bfab234ceeff797e1efbd31d0cec219 (patch) | |
tree | c1afd3e0731c64e744a35933a3aa0778d8c4f8a3 /drivers/regulator/Kconfig | |
parent | 9931faca02c604c22335f5a935a501bb2ace6e20 (diff) | |
download | linux-e6ed90581bfab234ceeff797e1efbd31d0cec219.tar.xz |
regulator: arizona-micsupp: Enable SYSCLK for charge pump
If we are in non-bypass mode then the SYSCLK is required for full charge
pump operation, otherwise we will fall back to bypass mode. Use the DAPM
context exposed by the ASoC driver to manage this.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 551a22b07538..22b25115ed14 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -91,6 +91,7 @@ config REGULATOR_AAT2870 config REGULATOR_ARIZONA tristate "Wolfson Arizona class devices" depends on MFD_ARIZONA + depends on SND_SOC help Support for the regulators found on Wolfson Arizona class devices. |