diff options
author | Taniya Das <tdas@codeaurora.org> | 2020-03-19 08:35:31 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-03-21 02:28:05 +0300 |
commit | 8def929c4097d9014c37d6a3649b21d38ad607d7 (patch) | |
tree | 251c237300bf2d9a662dcf8e98b85061c1231e53 /drivers/clk/qcom/Kconfig | |
parent | 253a0af508e0ca80bd767e541421a7a7998a3e1e (diff) | |
download | linux-8def929c4097d9014c37d6a3649b21d38ad607d7.tar.xz |
clk: qcom: Add modem clock controller driver for SC7180
Add support for the modem clock controller found on SC7180
based devices. This would allow modem drivers to probe and
control their clocks.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1584596131-22741-4-git-send-email-tdas@codeaurora.org
Tested-by: Sibi Sankar <sibis@codeaurora.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 af406a7c4aca..11ec6f466467 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -280,6 +280,15 @@ config SC_GPUCC_7180 Say Y if you want to support graphics controller devices and functionality such as 3D graphics. +config SC_MSS_7180 + tristate "SC7180 Modem Clock Controller" + select SC_GCC_7180 + help + Support for the Modem Subsystem clock controller on Qualcomm + Technologies, Inc on SC7180 devices. + Say Y if you want to use the Modem branch clocks of the Modem + subsystem clock controller to reset the MSS subsystem. + config SC_VIDEOCC_7180 tristate "SC7180 Video Clock Controller" select SC_GCC_7180 |