On 29.08.2023 16:08, Nathan Chancellor wrote: > CONFIG_SM_GCC_8450 depends on ARM64 but it is selected by > CONFIG_SM_GPUCC_8450, which can be selected on ARM, resulting in a > Kconfig warning. > > WARNING: unmet direct dependencies detected for SM_GCC_8450 > Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] && (ARM64 || COMPILE_TEST [=n]) > Selected by [y]: > - SM_GPUCC_8450 [=y] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] > > Add the same dependencies to CONFIG_SM_GPUCC_8450 to resolve the > warning. > > Fixes: 728692d49edc ("clk: qcom: Add support for SM8450 GPUCC") > Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx> > --- > I think this is more of a silent conflict between commit ab7f00379fe9 > ("clk: qcom: restrict drivers per ARM/ARM64") and commit 728692d49edc > ("clk: qcom: Add support for SM8450 GPUCC"), rather than just a fault of > 728692d49edc but ab7f00379fe9 was merged first so I just chose > 728692d49edc as the problematic commit for the message, feel free to > adjust it as necessary. Yep, looks like Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> Konrad