diff options
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 | |||
229 | This driver supports the regulators found on the ST-Ericsson mixed | 229 | This driver supports the regulators found on the ST-Ericsson mixed |
230 | signal AB8500 PMIC | 230 | signal AB8500 PMIC |
231 | 231 | ||
232 | config REGULATOR_TPS6586X | ||
233 | tristate "TI TPS6586X Power regulators" | ||
234 | depends on I2C | ||
235 | help | ||
236 | This driver supports TPS6586X voltage regulator chips. | ||
237 | |||
232 | endif | 238 | endif |
233 | 239 | ||