diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2019-03-06 20:47:58 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-04-11 23:35:48 +0300 |
commit | 892df0191b29a2309d2dc9e30252b289630a8b4e (patch) | |
tree | bed33999e9f4d854a11d3b4a7bbeb9744e71b572 /drivers/clk/qcom/Kconfig | |
parent | 360fed42282e47dfc3c641c90070c556756d3565 (diff) | |
download | linux-892df0191b29a2309d2dc9e30252b289630a8b4e.tar.xz |
clk: qcom: Add QCS404 TuringCC
The Turing Clock Controller provides resources related to running the
Turing subsystem.
PM runtime is used to ensure that the associated AHB clock is ticking
while the clock framework is accessing the registers in the Turing clock
controller.
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 1c04575c118f..18bdf34d5e64 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -243,6 +243,12 @@ config SDM_GCC_660 Say Y if you want to use peripheral devices such as UART, SPI, i2C, USB, UFS, SDDC, PCIe, etc. +config QCS_TURING_404 + tristate "QCS404 Turing Clock Controller" + help + Support for the Turing Clock Controller on QCS404, provides clocks + and resets for the Turing subsystem. + config SDM_GCC_845 tristate "SDM845 Global Clock Controller" select QCOM_GDSC |