diff options
author | 2024-10-03 01:16:27 +0200 | |
---|---|---|
committer | 2024-11-03 22:17:22 -0600 | |
commit | 04bad0c91743c8f3753c35750ffe4ddb1bf22489 (patch) | |
tree | b5130f1dd5aaf19ee449d6453ad7b70b5d0ba2bb | |
parent | dt-bindings: clock: qcom: gcc-ipq9574: remove q6 bring up clock macros (diff) | |
download | wireguard-linux-04bad0c91743c8f3753c35750ffe4ddb1bf22489.tar.xz wireguard-linux-04bad0c91743c8f3753c35750ffe4ddb1bf22489.zip |
clk: qcom: Make GCC_6125 depend on QCOM_GDSC
Like all other non-ancient Qualcomm clock drivers, QCOM_GDSC is
required, as the GCC driver defines and instantiates a bunch of GDSCs.
Add the missing dependency.
Reported-by: Kamil Gołda <kamil.golda@protonmail.com>
Signed-off-by: Konrad Dybcio <quic_kdybcio@quicinc.com>
Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Link: https://lore.kernel.org/r/20241003-topic-6125kconfig-v1-1-f5e1efbff07c@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-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 953589e07c59..907a25a9e640 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -1007,6 +1007,7 @@ config SM_GCC_6115 config SM_GCC_6125 tristate "SM6125 Global Clock Controller" depends on ARM64 || COMPILE_TEST + select QCOM_GDSC help Support for the global clock controller on SM6125 devices. Say Y if you want to use peripheral devices such as UART, |