On Mon, 18 Mar 2024 at 17:19, Nathan Chancellor <nathan@xxxxxxxxxx> wrote: > > CONFIG_SM_GCC_8650 depends on ARM64 but it is selected by > CONFIG_SM_GPUCC_8650, which can be selected on ARM, resulting in a > Kconfig warning. > > WARNING: unmet direct dependencies detected for SM_GCC_8650 > Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] && (ARM64 || COMPILE_TEST [=n]) > Selected by [y]: > - SM_GPUCC_8650 [=y] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] > > Add the same dependencies to CONFIG_SM_GPUCC_8650 to resolve the > warning. > > Fixes: 8676fd4f3874 ("clk: qcom: add the SM8650 GPU Clock Controller driver") > 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