Skip to content

Commit 560e805

Browse files
committed
Merge tag 'regulator-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Pull regulator fixes from Mark Brown: "These two commits clean up the excessively loose dependencies for the RZG2L USB VBCTRL regulator driver, ensuring it shouldn't prompt for people who can't use it" * tag 'regulator-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: regulator: Further restrict RZG2L USB VBCTRL regulator dependencies regulator: renesas-usb-vbus-regulator: Update the default
2 parents 8f3f759 + e975d95 commit 560e805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/regulator/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,10 +1661,10 @@ config REGULATOR_UNIPHIER
16611661

16621662
config REGULATOR_RZG2L_VBCTRL
16631663
tristate "Renesas RZ/G2L USB VBUS regulator driver"
1664-
depends on ARCH_RZG2L || COMPILE_TEST
1664+
depends on RESET_RZG2L_USBPHY_CTRL || COMPILE_TEST
16651665
depends on OF
16661666
select REGMAP_MMIO
1667-
default ARCH_RZG2L
1667+
default RESET_RZG2L_USBPHY_CTRL
16681668
help
16691669
Support for VBUS regulators implemented on Renesas RZ/G2L SoCs.
16701670

0 commit comments

Comments
 (0)