diff options
author | Mike Rapoport <mike@compulab.co.il> | 2010-07-27 15:03:01 +0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-08-11 14:38:01 +0400 |
commit | 49610235d58ac44617b4878eb731f65ec4e87aa2 (patch) | |
tree | 542d3fe6893962a01d47fea0424dd6cea48d0e5f /drivers/regulator/Kconfig | |
parent | c5a4655db9e0b5e49a0b17e1bf96462e93e3c326 (diff) | |
download | linux-49610235d58ac44617b4878eb731f65ec4e87aa2.tar.xz |
regulator: add TPS6586X regulator driver
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Acked-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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 6c14afd258b0..93bf5fe5660c 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -229,5 +229,11 @@ config REGULATOR_AB8500 This driver supports the regulators found on the ST-Ericsson mixed signal AB8500 PMIC +config REGULATOR_TPS6586X + tristate "TI TPS6586X Power regulators" + depends on I2C + help + This driver supports TPS6586X voltage regulator chips. + endif |