[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <9efa4e83bb57b9121a03f53755d1f9f3.sboyd@kernel.org>
Date: Thu, 14 Nov 2024 12:33:19 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Arnd Bergmann <arnd@...nel.org>, Jerome Brunet <jbrunet@...libre.com>, Kevin Hilman <khilman@...libre.com>, Michael Turquette <mturquette@...libre.com>, Neil Armstrong <neil.armstrong@...aro.org>
Cc: Arnd Bergmann <arnd@...db.de>, Martin Blumenstingl <martin.blumenstingl@...glemail.com>, Chuan Liu <chuan.liu@...ogic.com>, Xianwei Zhao <xianwei.zhao@...ogic.com>, linux-amlogic@...ts.infradead.org, linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX
Quoting Arnd Bergmann (2024-11-11 02:29:21)
> From: Arnd Bergmann <arnd@...db.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@...db.de>
> ---
Applied to clk-next
Powered by blists - more mailing lists