[PATCH] clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX
Stephen Boyd
sboyd at kernel.org
Thu Nov 14 12:33:19 PST 2024
Quoting Arnd Bergmann (2024-11-11 02:29:21)
> From: Arnd Bergmann <arnd at arndb.de>
>
> As in most cases, using 'imply' is wrong here and does not prevent
> build failures since that code may not be visible to a built-in
> clk driver:
>
> axg-audio.c:(.text+0x15c): undefined reference to `devm_meson_rst_aux_register'
>
> Replace the incorrt 'imply' with the necessary 'depends on'.
>
> Fixes: 664988eb47dd ("clk: amlogic: axg-audio: use the auxiliary reset driver")
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
Applied to clk-next
More information about the linux-amlogic
mailing list