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: videocc-sm8550: Allow building without SM8550/SM8560 GCC

>From the build perspective, the videocc-sm8550 driver doesn't depend on
having one of the GCC drivers enabled. It builds just fine without the GCC
driver. In practice, it doesn't make much sense to have it enabled without
the GCC driver, but currently this extra dependency is inconsistent with
most of the other VIDEOCC entries in Kconfig. This can easily cause
confusion when you see the VIDEOCC options for some of the SoCs but not for
all of them.

Let's just drop the depends line to allow building the videocc driver
independent of the GCC selection. Compile testing with randconfig will also
benefit from keeping the dependencies minimal.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
Link: https://lore.kernel.org/r/20250709-x1e-videocc-v2-2-ad1acf5674b4@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Stephan Gerhold and committed by
Bjorn Andersson
b7b0799f 3b4e2820

-1
-1
drivers/clk/qcom/Kconfig
··· 1426 1426 config SM_VIDEOCC_8550 1427 1427 tristate "SM8550 Video Clock Controller" 1428 1428 depends on ARM64 || COMPILE_TEST 1429 - depends on SM_GCC_8550 || SM_GCC_8650 1430 1429 select QCOM_GDSC 1431 1430 help 1432 1431 Support for the video clock controller on Qualcomm Technologies, Inc.