[PATCH] reset: Correct dependencies for RESET_RZG2L_USBPHY_CTRL
Marek Vasut
marek.vasut at mailbox.org
Fri Mar 20 04:58:13 CET 2026
On 3/19/26 2:41 PM, Tom Rini wrote:
[...]
>>> So I think the answer is if you fire up menuconfig, and turn off
>>> RESET_RZG2L_USBPHY_CTRL and REGULATOR_RZG2L_USBPHY and DM_REGULATOR and
>>> then enable RESET_RZG2L_USBPHY_CTRL things will become mad because
>>> RESET_RZG2L_USBPHY_CTRL has select'd REGULATOR_RZG2L_USBPHY but we don't
>>> have DM_REGULATOR.
>> How is it possible to enable RESET_RZG2L_USBPHY_CTRL without enabling its
>> dependencies ? This is what I do not understand.
>
> The way I said in the part you quoted? If you don't like the way I'm
> solving the problem with the dependency graph here please propose an
> alternate. But it is possible to encounter this problem, or randconfig
> wouldn't expose it.
What I do not understand is, how is it possible to enable Kconfig symbol
without enabling its dependencies. Is that a bug in Kconfig ?
More information about the U-Boot
mailing list