diff options
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 dd30e883d4a7..da34981b1675 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -250,5 +250,15 @@ config REGULATOR_TPS6586X | |||
250 | help | 250 | help |
251 | This driver supports TPS6586X voltage regulator chips. | 251 | This driver supports TPS6586X voltage regulator chips. |
252 | 252 | ||
253 | config REGULATOR_TPS6524X | ||
254 | tristate "TI TPS6524X Power regulators" | ||
255 | depends on SPI | ||
256 | help | ||
257 | This driver supports TPS6524X voltage regulator chips. TPS6524X | ||
258 | provides three step-down converters and two general-purpose LDO | ||
259 | voltage regulators. This device is interfaced using a customized | ||
260 | serial interface currently supported on the sequencer serial | ||
261 | port controller. | ||
262 | |||
253 | endif | 263 | endif |
254 | 264 | ||