Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 -2
+2 -2
drivers/regulator/Kconfig
··· 1661 1661 1662 1662 config REGULATOR_RZG2L_VBCTRL 1663 1663 tristate "Renesas RZ/G2L USB VBUS regulator driver" 1664 - depends on ARCH_RZG2L || COMPILE_TEST 1664 + depends on RESET_RZG2L_USBPHY_CTRL || COMPILE_TEST 1665 1665 depends on OF 1666 1666 select REGMAP_MMIO 1667 - default ARCH_RZG2L 1667 + default RESET_RZG2L_USBPHY_CTRL 1668 1668 help 1669 1669 Support for VBUS regulators implemented on Renesas RZ/G2L SoCs. 1670 1670