Re: [PATCH v3 7/7] clk: amlogic: axg-audio: use the auxiliary reset driver - take 2
From: Arnd Bergmann
Date: Thu Feb 13 2025 - 07:26:47 EST
On Tue, Feb 11, 2025, at 18:28, Jerome Brunet wrote:
>
> I also think this is more readeable and maintainable than a bunch of
> 'default CONFIG_FOO if CONFIG_FOO' for CONFIG_RESET_MESON_AUX. This approach
> also would have several pitfall, such as picking the value of the first config
> set or the config of RESET_MESON_AUX staying to 'n' if CONFIG_FOO is turned on
> with menuconfig.
I still think you should just drop the 'imply' line, all it does it
force reviewers to double-check that you didn't make a mistake
here, so it's a waste of time.
Arnd