Skip to content

Commit 82ceaf6

Browse files
Satya Priya Kakitapalliandersson
authored andcommitted
clk: qcom: Fix SM_CAMCC_8150 dependencies
SM_CAMCC_8150 depends on SM_GCC_8150, which inturn depends on ARM64. Hence add the dependency to avoid below kernel-bot warning. WARNING: unmet direct dependencies detected for SM_GCC_8150 Depends on [n]: COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] && (ARM64 || COMPILE_TEST [=n]) Selected by [y]: - SM_CAMCC_8150 [=y] && COMMON_CLK [=y] && COMMON_CLK_QCOM [=y] Fixes: ea73b7a ("clk: qcom: Add camera clock controller driver for SM8150") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202408020234.jg9wrvhd-lkp@intel.com/ Signed-off-by: Satya Priya Kakitapalli <quic_skakitap@quicinc.com> Link: https://lore.kernel.org/r/20240813085846.941855-1-quic_skakitap@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent bab0c7a commit 82ceaf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clk/qcom/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@ config SM_CAMCC_7150
836836

837837
config SM_CAMCC_8150
838838
tristate "SM8150 Camera Clock Controller"
839+
depends on ARM64 || COMPILE_TEST
839840
select SM_GCC_8150
840841
help
841842
Support for the camera clock controller on Qualcomm Technologies, Inc

0 commit comments

Comments
 (0)