diff options
author | Danila Tikhonov <[email protected]> | 2024-05-05 23:10:31 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-05-27 12:01:55 -0500 |
commit | 97cf92963aeff328829007dd1f5ba51e815438d0 (patch) | |
tree | c889ea8a4dd203baf0664ecc10541d204c610acc | |
parent | fcd9354ceb7ae52b11a93e8ac990ad4a8c3a0da7 (diff) |
clk: qcom: Fix SM_GCC_7150 dependencies
Add dependencies on "ARM64 or COMPILE_TEST" for SM_GCC_7150.
Signed-off-by: Danila Tikhonov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | drivers/clk/qcom/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 1bb51a058872..2b0e536d6d70 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. |