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: depend on either gcc-sm8550 or gcc-sm8650

This driver is compatible with both sm8550 and sm8650, fix the Kconfig
entry to reflect that.

Fixes: da1f361c887c ("clk: qcom: videocc-sm8550: Add SM8650 video clock controller")
Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20241005144047.2226-1-jonathan@marek.ca
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Jonathan Marek and committed by
Bjorn Andersson
aab8d537 af65ec1a

+2 -2
+2 -2
drivers/clk/qcom/Kconfig
··· 1232 1232 config SM_VIDEOCC_8550 1233 1233 tristate "SM8550 Video Clock Controller" 1234 1234 depends on ARM64 || COMPILE_TEST 1235 - select SM_GCC_8550 1235 + depends on SM_GCC_8550 || SM_GCC_8650 1236 1236 select QCOM_GDSC 1237 1237 help 1238 1238 Support for the video clock controller on Qualcomm Technologies, Inc. 1239 - SM8550 devices. 1239 + SM8550 or SM8650 devices. 1240 1240 Say Y if you want to support video devices and functionality such as 1241 1241 video encode/decode. 1242 1242