Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Konrad Dybcio and committed by
Bjorn Andersson
04bad0c9 da040d56

+1
+1
drivers/clk/qcom/Kconfig
··· 1007 1007 config SM_GCC_6125 1008 1008 tristate "SM6125 Global Clock Controller" 1009 1009 depends on ARM64 || COMPILE_TEST 1010 + select QCOM_GDSC 1010 1011 help 1011 1012 Support for the global clock controller on SM6125 devices. 1012 1013 Say Y if you want to use peripheral devices such as UART,