Quoting Jagadeesh Kona (2023-11-06 22:45:45) > SM_GCC_8550 depends on ARM64 but it is selected by > SM_CAMCC_8550, which should have the same dependencies > as SM_GCC_8550 to avoid the below Kconfig warning reported > by kernel test robot. > > WARNING: unmet direct dependencies detected for SM_GCC_8550 > Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] && (ARM64 || COMPILE_TEST [=n]) > Selected by [y]: > - SM_CAMCC_8550 [=y] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] > > Fixes: ccc4e6a061a2 ("clk: qcom: camcc-sm8550: Add camera clock controller driver for SM8550") > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Closes: https://lore.kernel.org/oe-kbuild-all/202311062309.XugQH7AH-lkp@xxxxxxxxx/ > Signed-off-by: Jagadeesh Kona <quic_jkona@xxxxxxxxxxx> > --- Applied to clk-fixes