Skip to content

Commit 6a15647

Browse files
quic-varadaandersson
authored andcommitted
clk: qcom: config IPQ_APSS_6018 should depend on QCOM_SMEM
The config IPQ_APSS_6018 should depend on QCOM_SMEM, to avoid the following error reported by 'kernel test robot' loongarch64-linux-ld: drivers/clk/qcom/apss-ipq6018.o: in function `apss_ipq6018_probe': >> apss-ipq6018.c:(.text+0xd0): undefined reference to `qcom_smem_get_soc_id' Fixes: 5e77b4e ("clk: qcom: Add ipq6018 apss clock controller") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/r/[email protected]/ Signed-off-by: Varadarajan Narayanan <[email protected]> Link: https://lore.kernel.org/r/f4c4d65a7cb71e807d6d472c63c7718408c8f5f0.1697781921.git.quic_varada@quicinc.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent a262053 commit 6a15647

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
@@ -131,6 +131,7 @@ config IPQ_APSS_6018
131131
tristate "IPQ APSS Clock Controller"
132132
select IPQ_APSS_PLL
133133
depends on QCOM_APCS_IPC || COMPILE_TEST
134+
depends on QCOM_SMEM
134135
help
135136
Support for APSS clock controller on IPQ platforms. The
136137
APSS clock controller manages the Mux and enable block that feeds the

0 commit comments

Comments
 (0)