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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Satya Priya Kakitapalli <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent bab0c7a commit 82ceaf6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)