diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-25 14:41:57 -0500 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-03-03 09:49:25 -0500 |
commit | 69dc16c325bef32b0a1a1abf15ae4047174cafc1 (patch) | |
tree | bb41933b94da89526efabaead5d693c46d904b70 /drivers/regulator/Kconfig | |
parent | a71b797fdc672714bfff1fdc142042a95e97d7ba (diff) |
regulator: Add WM8994 regulator support
The WM8994 contains two LDOs with mixed hardware/software control to
minimise the number of external supplies required while delivering
optimal voltages to minimise power consumption.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 2bc01ee9d9f2..3c07169498cf 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -111,6 +111,13 @@ config REGULATOR_WM8400 | |||
111 | This driver provides support for the voltage regulators of the | 111 | This driver provides support for the voltage regulators of the |
112 | WM8400 AudioPlus PMIC. | 112 | WM8400 AudioPlus PMIC. |
113 | 113 | ||
114 | config REGULATOR_WM8994 | ||
115 | tristate "Wolfson Microelectronics WM8994 CODEC" | ||
116 | depends on MFD_WM8994 | ||
117 | help | ||
118 | This driver provides support for the voltage regulators on the | ||
119 | WM8994 CODEC. | ||
120 | |||
114 | config REGULATOR_DA903X | 121 | config REGULATOR_DA903X |
115 | tristate "Support regulators on Dialog Semiconductor DA9030/DA9034 PMIC" | 122 | tristate "Support regulators on Dialog Semiconductor DA9030/DA9034 PMIC" |
116 | depends on PMIC_DA903X | 123 | depends on PMIC_DA903X |