Commit 3a4ef4ca authored by Jonathan Marek's avatar Jonathan Marek Committed by Stephen Boyd

clk: qcom: sm8250 gcc depends on QCOM_GDSC

The driver will always fail to probe without QCOM_GDSC, so select it.
Signed-off-by: default avatarJonathan Marek <jonathan@marek.ca>
Link: https://lkml.kernel.org/r/20200523040947.31946-1-jonathan@marek.caReviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Fixes: 3e577092 ("clk: qcom: gcc: Add global clock controller driver for SM8250")
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 85204959
......@@ -377,6 +377,7 @@ config SM_GCC_8150
config SM_GCC_8250
tristate "SM8250 Global Clock Controller"
select QCOM_GDSC
help
Support for the global clock controller on SM8250 devices.
Say Y if you want to use peripheral devices such as UART,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment