From: Danila Tikhonov Date: Sun, 5 May 2024 20:10:31 +0000 (+0300) Subject: clk: qcom: Fix SM_GCC_7150 dependencies X-Git-Tag: v6.11-rc1~109^2^2~2^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97cf92963aeff328829007dd1f5ba51e815438d0;p=thirdparty%2Fkernel%2Flinux.git clk: qcom: Fix SM_GCC_7150 dependencies Add dependencies on "ARM64 or COMPILE_TEST" for SM_GCC_7150. Signed-off-by: Danila Tikhonov Link: https://lore.kernel.org/r/20240505201038.276047-2-danila@jiaxyga.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 1bb51a0588726..2b0e536d6d70f 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -953,6 +953,7 @@ config SM_GCC_6375 config SM_GCC_7150 tristate "SM7150 Global Clock Controller" + depends on ARM64 || COMPILE_TEST select QCOM_GDSC help Support for the global clock controller on SM7150 devices.