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: select right config in CLK_QCM2290_GPUCC definition

Commit 8cab033628b1 ("clk: qcom: Add QCM2290 GPU clock controller driver")
adds the config CLK_QCM2290_GPUCC, which intends to select the support for
the QCM2290 Global Clock Controller. It however selects the non-existing
config CLK_QCM2290_GCC, whereas the config for the QCM2290 Global Clock
Controller is named QCM_GCC_2290.

Adjust the config to the intended one.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Fixes: 8cab033628b1 ("clk: qcom: Add QCM2290 GPU clock controller driver")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240620201431.93254-1-lukas.bulwahn@redhat.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Lukas Bulwahn and committed by
Bjorn Andersson
f8d1dca6 e429be70

+1 -1
+1 -1
drivers/clk/qcom/Kconfig
··· 65 65 config CLK_QCM2290_GPUCC 66 66 tristate "QCM2290 Graphics Clock Controller" 67 67 depends on ARM64 || COMPILE_TEST 68 - select CLK_QCM2290_GCC 68 + select QCM_GCC_2290 69 69 help 70 70 Support for the graphics clock controller on QCM2290 devices. 71 71 Say Y if you want to support graphics controller devices and