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-sm8350: use depend on instead of select

Both sm8350 and sc8280xp use this, on sc8280xp, this would select
gcc-sm8350, we don't neet it on sc8280xp. use depend on to fix it.

Signed-off-by: Pengyu Luo <mitltlatltl@gmail.com>
Reviewed-by: Imran Shaik <imran.shaik@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260313111018.130068-1-mitltlatltl@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Pengyu Luo and committed by
Bjorn Andersson
ecaec771 27c7ec7a

+2 -2
+2 -2
drivers/clk/qcom/Kconfig
··· 1622 1622 config SM_VIDEOCC_8350 1623 1623 tristate "SM8350 Video Clock Controller" 1624 1624 depends on ARM64 || COMPILE_TEST 1625 - select SM_GCC_8350 1625 + depends on SM_GCC_8350 || SC_GCC_8280XP 1626 1626 select QCOM_GDSC 1627 1627 help 1628 - Support for the video clock controller on SM8350 devices. 1628 + Support for the video clock controller on SM8350 or SC8280XP devices. 1629 1629 Say Y if you want to support video devices and functionality such as 1630 1630 video encode and decode. 1631 1631