diff options
author | S Twiss <stwiss.opensource@diasemi.com> | 2015-05-19 09:10:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-21 08:04:03 -0400 |
commit | 4068e5182ada260d8a09f35db79fc2582e08baec (patch) | |
tree | c6cb966044a1705a5ecabc4c5dd36fe4196fa4f1 /drivers/regulator/Kconfig | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
regulator: da9062: DA9062 regulator driver
Add BUCK and LDO regulator driver support for DA9062
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index a6f116aa5235..1fd6dc3e8341 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -178,6 +178,16 @@ config REGULATOR_DA9055 | |||
178 | This driver can also be built as a module. If so, the module | 178 | This driver can also be built as a module. If so, the module |
179 | will be called da9055-regulator. | 179 | will be called da9055-regulator. |
180 | 180 | ||
181 | config REGULATOR_DA9062 | ||
182 | tristate "Dialog Semiconductor DA9062 regulators" | ||
183 | depends on MFD_DA9062 | ||
184 | help | ||
185 | Say y here to support the BUCKs and LDOs regulators found on | ||
186 | DA9062 PMICs. | ||
187 | |||
188 | This driver can also be built as a module. If so, the module | ||
189 | will be called da9062-regulator. | ||
190 | |||
181 | config REGULATOR_DA9063 | 191 | config REGULATOR_DA9063 |
182 | tristate "Dialog Semiconductor DA9063 regulators" | 192 | tristate "Dialog Semiconductor DA9063 regulators" |
183 | depends on MFD_DA9063 | 193 | depends on MFD_DA9063 |