diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-14 18:14:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-20 11:46:19 +0100 |
commit | b667a45d9f8ed98d4da2bbbd1c9083aade0f3237 (patch) | |
tree | e375aef63f1b402f4edc1853fcd6a30a4588a694 /drivers/regulator/Kconfig | |
parent | baf73e2c4e25aa57a7bd5df90a93e65be0542c74 (diff) | |
download | op-kernel-dev-b667a45d9f8ed98d4da2bbbd1c9083aade0f3237.zip op-kernel-dev-b667a45d9f8ed98d4da2bbbd1c9083aade0f3237.tar.gz |
regulator: arizona: Add support for microphone supplies on Arizona devices
The Wolfson Arizona platform is used for a range of low power audio hub
CODECs. Many of these devices feature an integrated power supply for the
microphone which is supported by this driver.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 434462a..e056c09 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -89,6 +89,13 @@ config REGULATOR_AAT2870 If you have a AnalogicTech AAT2870 say Y to enable the regulator driver. +config REGULATOR_ARIZONA + tristate "Wolfson Arizona class devices" + depends on MFD_ARIZONA + help + Support for the regulators found on Wolfson Arizona class + devices. + config REGULATOR_DA903X tristate "Dialog Semiconductor DA9030/DA9034 regulators" depends on PMIC_DA903X |