Skip to content

Commit 04bad0c

Browse files
quic-kdybcioandersson
authored andcommitted
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 <[email protected]> Signed-off-by: Konrad Dybcio <[email protected]> Reviewed-by: Vladimir Zapolskiy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent da040d5 commit 04bad0c

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
@@ -1007,6 +1007,7 @@ config SM_GCC_6115
10071007
config SM_GCC_6125
10081008
tristate "SM6125 Global Clock Controller"
10091009
depends on ARM64 || COMPILE_TEST
1010+
select QCOM_GDSC
10101011
help
10111012
Support for the global clock controller on SM6125 devices.
10121013
Say Y if you want to use peripheral devices such as UART,

0 commit comments

Comments
 (0)