diff options
author | Dmitry Osipenko <digetx@gmail.com> | 2021-10-21 22:22:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-23 16:20:51 +0300 |
commit | d7477e646291b2dcdd5521cf926cd390ddd6a7c1 (patch) | |
tree | 0c8fda56f7b5b372d89b9aeb701f9214d5122e30 /drivers/regulator/Kconfig | |
parent | 3253e24bc2b6418727cd05fe3a5f4f24c1118311 (diff) | |
download | linux-d7477e646291b2dcdd5521cf926cd390ddd6a7c1.tar.xz |
regulator: tps80031: Remove driver
Driver was upstreamed in 2013 and never got a user, remove it.
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20211021192258.21968-3-digetx@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 27578e9504d2..6be9b1c8a615 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1339,15 +1339,6 @@ config REGULATOR_TPS65912 help This driver supports TPS65912 voltage regulator chip. -config REGULATOR_TPS80031 - tristate "TI TPS80031/TPS80032 power regulator driver" - depends on MFD_TPS80031 - help - TPS80031/ TPS80032 Fully Integrated Power Management with Power - Path and Battery Charger. It has 5 configurable step-down - converters, 11 general purpose LDOs, VBUS generator and digital - output to control regulators. - config REGULATOR_TWL4030 tristate "TI TWL4030/TWL5030/TWL6030/TPS659x0 PMIC" depends on TWL4030_CORE |