mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 19:50:24 +02:00
When (ARCH_STARFIVE [=n] && COMPILE_TEST [=y] && RESET_CONTROLLER [=n]), RESET_STARFIVE_JH7110 can't be selected by CLK_STARFIVE_JH7110_SYS and CLK_STARFIVE_JH7110_AON. Add a condition `if RESET_CONTROLLER` to fix it. Also, delete redundant selected options of CLK_STARFIVE_JH7110_AON because these options are already selected by the dependency. Fixes: |
||
|---|---|---|
| .. | ||
| clk-starfive-jh71x0.c | ||
| clk-starfive-jh71x0.h | ||
| clk-starfive-jh7100-audio.c | ||
| clk-starfive-jh7100.c | ||
| clk-starfive-jh7110-aon.c | ||
| clk-starfive-jh7110-sys.c | ||
| clk-starfive-jh7110.h | ||
| Kconfig | ||
| Makefile | ||