Skip to content

Commit 3a4ef4c

Browse files
fltobebarino
authored andcommitted
clk: qcom: sm8250 gcc depends on QCOM_GDSC
The driver will always fail to probe without QCOM_GDSC, so select it. Signed-off-by: Jonathan Marek <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Reviewed-by: Bjorn Andersson <[email protected]> Fixes: 3e57709 ("clk: qcom: gcc: Add global clock controller driver for SM8250") Signed-off-by: Stephen Boyd <[email protected]>
1 parent 8520495 commit 3a4ef4c

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
@@ -377,6 +377,7 @@ config SM_GCC_8150
377377

378378
config SM_GCC_8250
379379
tristate "SM8250 Global Clock Controller"
380+
select QCOM_GDSC
380381
help
381382
Support for the global clock controller on SM8250 devices.
382383
Say Y if you want to use peripheral devices such as UART,

0 commit comments

Comments
 (0)