diff options
author | Arnd Bergmann <arnd@arndb.de> | 2021-01-20 16:12:24 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-21 19:14:20 +0100 |
commit | d93d6f52bd9e3aa6f37b7ea5657e4bee50a4b0a4 (patch) | |
tree | 2d344f033d54027e496f8ad6b247ee7839ef64f4 /drivers/regulator/Kconfig | |
parent | Merge series "Really implement Qualcomm LAB/IBB regulators" from AngeloGioacc... (diff) | |
download | linux-d93d6f52bd9e3aa6f37b7ea5657e4bee50a4b0a4.tar.xz linux-d93d6f52bd9e3aa6f37b7ea5657e4bee50a4b0a4.zip |
regulator: remove ab3100 driver
The ST-Ericsson U300 platform is getting removed, so this driver is no
longer needed.
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20210120151307.1726876-1-arnd@kernel.org
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 ba8c09d90701..88316b8a65d2 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -122,15 +122,6 @@ config REGULATOR_AAT2870 If you have a AnalogicTech AAT2870 say Y to enable the regulator driver. -config REGULATOR_AB3100 - tristate "ST-Ericsson AB3100 Regulator functions" - depends on AB3100_CORE - default y if AB3100_CORE - help - These regulators correspond to functionality in the - AB3100 analog baseband dealing with power regulators - for the system. - config REGULATOR_AB8500 bool "ST-Ericsson AB8500 Power Regulators" depends on AB8500_CORE |