diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2021-05-27 14:59:29 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-01 16:05:24 +0300 |
commit | 71de5d6e63c992abe037c43bc581cff432a5a1c4 (patch) | |
tree | beaba99e2961fe0f8fd7e69643ea99cc277edd70 /drivers/regulator/Kconfig | |
parent | fbd168cd76e4ea80fc22d361b08267664db4d905 (diff) | |
download | linux-71de5d6e63c992abe037c43bc581cff432a5a1c4.tar.xz |
regulator: bd70528: Drop BD70528 support
The only known BD70528 use-cases are such that the PMIC is controlled
from separate MCU which is not running Linux. I am not aware of
any Linux driver users. Furthermore, it seems there is no demand for
this IC. Let's ease the maintenance burden and drop the driver. We can
always add it back if there is sudden need for it.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Link: https://lore.kernel.org/r/d7271362129edceebc512b49efed9ee7c3efcb6a.1622116622.git.matti.vaittinen@fi.rohmeurope.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 9aeb32c320aa..bc02ea3ea2ef 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -193,17 +193,6 @@ config REGULATOR_BCM590XX BCM590xx PMUs. This will enable support for the software controllable LDO/Switching regulators. -config REGULATOR_BD70528 - tristate "ROHM BD70528 Power Regulator" - depends on MFD_ROHM_BD70528 - help - This driver supports voltage regulators on ROHM BD70528 PMIC. - This will enable support for the software controllable buck - and LDO regulators. - - This driver can also be built as a module. If so, the module - will be called bd70528-regulator. - config REGULATOR_BD71815 tristate "ROHM BD71815 Power Regulator" depends on MFD_ROHM_BD71828 |