diff options
| author | Tom Rini <[email protected]> | 2025-12-24 09:10:28 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-24 09:10:28 -0600 |
| commit | 31f111a2a0ee562d5b5b52a1cba1b2f64124403e (patch) | |
| tree | b2a2575bf764663625300fb096c475ba59ecc5cc /drivers | |
| parent | baf076aeb32dcdd2b022405088c3288ffc160fcf (diff) | |
| parent | 3f495781dd06007eeaba61fec9f71908fa491ec9 (diff) | |
Merge tag 'mmc-power-next-2025-12-24' of https://source.denx.de/u-boot/custodians/u-boot-mmc into next
- Various Kconfig prompt fixes for SPL from Quentin
- SPL_DM_REGULATOR_GPIO and REGULATOR_PWM dependency fix
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/power/regulator/Kconfig | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/drivers/power/regulator/Kconfig b/drivers/power/regulator/Kconfig index 1875e61967c..c6da459a212 100644 --- a/drivers/power/regulator/Kconfig +++ b/drivers/power/regulator/Kconfig @@ -133,7 +133,7 @@ config DM_REGULATOR_PFUZE100 config REGULATOR_PWM bool "Enable driver for PWM regulators" - depends on DM_REGULATOR + depends on DM_REGULATOR && DM_PWM ---help--- Enable support for the PWM regulator functions which voltage are controlled by PWM duty ratio. Some of Rockchip board using this kind @@ -141,13 +141,6 @@ config REGULATOR_PWM This driver is controlled by a device tree node which includes voltage limits. -config SPL_REGULATOR_PWM - bool "Enable Driver for PWM regulators in SPL" - depends on SPL_DM_REGULATOR && SPL && SPL_DM_PWM - help - This config enables implementation of driver-model regulator uclass - features for PWM regulators in SPL. - config DM_REGULATOR_MAX8907 bool "Enable Driver Model for REGULATOR MAX8907" depends on DM_REGULATOR && DM_PMIC_MAX8907 @@ -249,7 +242,7 @@ config DM_REGULATOR_QCOM_USB_VBUS config SPL_DM_REGULATOR_GPIO bool "Enable Driver Model for GPIO REGULATOR in SPL" - depends on DM_REGULATOR_GPIO && SPL_GPIO + depends on DM_REGULATOR_GPIO && SPL_DM_GPIO select SPL_DM_REGULATOR_COMMON ---help--- This config enables implementation of driver-model regulator uclass |
