diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2012-05-15 02:48:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-05-19 07:45:25 -0400 |
commit | 4c5dabce4ee9412b320a83ab98850aa5834451bc (patch) | |
tree | 40e4c6c0f7f66355b027a4bfa773c689d029545c /drivers/regulator/Kconfig | |
parent | e5ce4208f111e5b6ae22df334750324711c28320 (diff) |
regulator: regulator for Palmas Kconfig
Add the Kconfig/Makefile stuff for the palmas regulator driver
Signed-off-by: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 4ad4e8d3c1ee..c86b8864e411 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -268,6 +268,18 @@ config REGULATOR_DB8500_PRCMU | |||
268 | This driver supports the voltage domain regulators controlled by the | 268 | This driver supports the voltage domain regulators controlled by the |
269 | DB8500 PRCMU | 269 | DB8500 PRCMU |
270 | 270 | ||
271 | config REGULATOR_PALMAS | ||
272 | tristate "TI Palmas PMIC Regulators" | ||
273 | depends on MFD_PALMAS | ||
274 | help | ||
275 | If you wish to control the regulators on the Palmas series of | ||
276 | chips say Y here. This will enable support for all the software | ||
277 | controllable SMPS/LDO regulators. | ||
278 | |||
279 | The regulators available on Palmas series chips vary depending | ||
280 | on the muxing. This is handled automatically in the driver by | ||
281 | reading the mux info from OTP. | ||
282 | |||
271 | config REGULATOR_TPS6105X | 283 | config REGULATOR_TPS6105X |
272 | tristate "TI TPS6105X Power regulators" | 284 | tristate "TI TPS6105X Power regulators" |
273 | depends on TPS6105X | 285 | depends on TPS6105X |