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: Fix SM_GCC_7150 dependencies

Add dependencies on "ARM64 or COMPILE_TEST" for SM_GCC_7150.

Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>
Link: https://lore.kernel.org/r/20240505201038.276047-2-danila@jiaxyga.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Danila Tikhonov and committed by
Bjorn Andersson
97cf9296 fcd9354c

+1
+1
drivers/clk/qcom/Kconfig
··· 953 953 954 954 config SM_GCC_7150 955 955 tristate "SM7150 Global Clock Controller" 956 + depends on ARM64 || COMPILE_TEST 956 957 select QCOM_GDSC 957 958 help 958 959 Support for the global clock controller on SM7150 devices.