On Mon, 18 Mar 2024 at 17:19, Nathan Chancellor <nathan@xxxxxxxxxx> wrote: > > CONFIG_SC_GCC_8280XP depends on ARM64 but it is selected by > CONFIG_SC_CAMCC_8280XP, which can be selected on ARM, resulting in a > Kconfig warning. > > WARNING: unmet direct dependencies detected for SC_GCC_8280XP > Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] && (ARM64 || COMPILE_TEST [=n]) > Selected by [y]: > - SC_CAMCC_8280XP [=y] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] > > Add the same dependencies to CONFIG_SC_CAMCC_8280XP to resolve the > warning. > > Fixes: ff93872a9c61 ("clk: qcom: camcc-sc8280xp: Add sc8280xp CAMCC") > Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx> > --- > drivers/clk/qcom/Kconfig | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry