diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-11-11 11:29:21 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2024-11-14 21:33:10 +0100 |
commit | 681ed497d676db1677605b2f9deacf2ab2cba040 (patch) | |
tree | cfcedfd7c02c3175b7e27c09c60266dd7312ff4f /include/dt-bindings | |
parent | Merge tag 'clk-meson-v6.13-1' of https://github.com/BayLibre/clk-meson into c... (diff) | |
download | linux-681ed497d676db1677605b2f9deacf2ab2cba040.tar.xz linux-681ed497d676db1677605b2f9deacf2ab2cba040.zip |
clk: amlogic: axg-audio: fix Kconfig dependency on RESET_MESON_AUX
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@arndb.de>
Link: https://lore.kernel.org/r/20241111102932.3209861-1-arnd@kernel.org
Reviewed-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings')
0 files changed, 0 insertions, 0 deletions