diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-09-09 21:30:51 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-09-13 20:08:14 +0200 |
commit | 4591a2271f2e4c320eaa63c348169e4e6e6f2852 (patch) | |
tree | b56c6b6c95ec737795217a4ed2982dbf3f5e58dd /drivers/regulator/Kconfig | |
parent | regulator: Split up _regulator_get() (diff) | |
download | linux-4591a2271f2e4c320eaa63c348169e4e6e6f2852.tar.xz linux-4591a2271f2e4c320eaa63c348169e4e6e6f2852.zip |
regulator: sm5703: Remove because it is unused and fails to build
This file does not compile because <linux/mfd/sm5703.h> is missing.
In KConfig, it depends on MFD_SM5703.
Both MFD_SM5703 and the missing include rely on another patch that never
got merged. The last iteration related to this patch is [1].
So remove this dead-code and undo commit e8858ba89ca3 ("regulator:
sm5703-regulator: Add regulators support for SM5703 MFD")
[1]: https://lore.kernel.org/lkml/20220423085319.483524-5-markuss.broks@gmail.com/
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://patch.msgid.link/0f5da91a05e7343d290c88e3c583b674cf6219ac.1725910247.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 4b411a09c1a6..39297f7d8177 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -1373,13 +1373,6 @@ config REGULATOR_SLG51000 The SLG51000 is seven compact and customizable low dropout regulators. -config REGULATOR_SM5703 - tristate "Silicon Mitus SM5703 regulators" - depends on MFD_SM5703 - help - This driver provides support for voltage regulators of SM5703 - multi-function device. - config REGULATOR_STM32_BOOSTER tristate "STMicroelectronics STM32 BOOSTER" depends on ARCH_STM32 || COMPILE_TEST |