mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
regulator: Fixes for v6.11
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. -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmaj7NsACgkQJNaLcl1U h9Dnvgf/aCB42ngYjb9GD6Hq/Ngg0VwsSJSZLT7RPcvixlzLAzgxKDrkfyQSBvtg vDkqnHZIFI2yVwsqzBrqxtQb9XL6p9e/rQHvkxG7QreMkC3JzakqCAQAq4n9/Tpq dFGiAyaG8CJt8Nsf1JGthGJsb1qGjfp9X6IFFNwR90QZvZJB749rnoi7OaMXUumd mYPKvOWUoo2LSMWFXLTHssLJHHct7m7EDTXy+q99paYcaUt1gnajnpeg6q+lqy9h 4hkF4QfGWJJC0DbCITm6G3L/q3bHPdDWfpo2LcX5iA+lFwvSj6LyTQFdMIwQ4oJg pwySWXA9kO4+7EY1vLqf6KD5czpZ6g== =mWEi -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
560e805047
@ -1661,10 +1661,10 @@ config REGULATOR_UNIPHIER
|
||||
|
||||
config REGULATOR_RZG2L_VBCTRL
|
||||
tristate "Renesas RZ/G2L USB VBUS regulator driver"
|
||||
depends on ARCH_RZG2L || COMPILE_TEST
|
||||
depends on RESET_RZG2L_USBPHY_CTRL || COMPILE_TEST
|
||||
depends on OF
|
||||
select REGMAP_MMIO
|
||||
default ARCH_RZG2L
|
||||
default RESET_RZG2L_USBPHY_CTRL
|
||||
help
|
||||
Support for VBUS regulators implemented on Renesas RZ/G2L SoCs.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user