diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> | 2021-01-13 19:38:16 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-02-14 21:56:54 +0100 |
commit | 79b5d1fc93a1f114a0974a076b5a25ca64b37b0f (patch) | |
tree | c9d5518d64f4647f49e672acfadd9a59d47217f3 /drivers/clk/qcom/Kconfig | |
parent | clk: qcom: mmcc-msm8996: Migrate gfx3d clock to clk_rcg2_gfx3d (diff) | |
download | linux-79b5d1fc93a1f114a0974a076b5a25ca64b37b0f.tar.xz linux-79b5d1fc93a1f114a0974a076b5a25ca64b37b0f.zip |
clk: qcom: Add SDM660 GPU Clock Controller (GPUCC) driver
The GPUCC manages the clocks for the Adreno GPU found on the
SDM630, SDM636, SDM660 SoCs.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Link: https://lore.kernel.org/r/20210113183817.447866-9-angelogioacchino.delregno@somainline.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index f514881686d3..2f9ec28f1224 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -401,6 +401,15 @@ config SDM_MMCC_660 Say Y if you want to support multimedia devices such as display, graphics, video encode/decode, camera, etc. +config SDM_GPUCC_660 + tristate "SDM660 Graphics Clock Controller" + select SDM_GCC_660 + select QCOM_GDSC + help + Support for the graphics clock controller on SDM630/636/660 devices. + Say Y if you want to support graphics controller devices and + functionality such as 3D graphics + config QCS_TURING_404 tristate "QCS404 Turing Clock Controller" help |