Skip to content

Commit b7b0799

Browse files
stephan-ghandersson
authored andcommitted
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 <[email protected]> Signed-off-by: Stephan Gerhold <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 3b4e282 commit b7b0799

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clk/qcom/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,6 @@ config SM_VIDEOCC_8350
14261426
config SM_VIDEOCC_8550
14271427
tristate "SM8550 Video Clock Controller"
14281428
depends on ARM64 || COMPILE_TEST
1429-
depends on SM_GCC_8550 || SM_GCC_8650
14301429
select QCOM_GDSC
14311430
help
14321431
Support for the video clock controller on Qualcomm Technologies, Inc.

0 commit comments

Comments
 (0)