diff options
author | Taniya Das <tdas@codeaurora.org> | 2021-02-10 23:56:19 +0530 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-02-14 12:56:55 -0800 |
commit | a3cc092196ef63570c8744c3ac88c3c6c67ab44b (patch) | |
tree | 9b287f77f47f2586fc036d541e45d59831f05b05 /drivers/clk/qcom/Kconfig | |
parent | 87a3d523b38ca17e05eea6a8634b94a3ea0f5337 (diff) |
clk: qcom: Add Global Clock controller (GCC) driver for SC7280
Add support for the global clock controller found on SC7280
based devices. This should allow most non-multimedia device
drivers to probe and control their clocks.
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lore.kernel.org/r/1612981579-17391-3-git-send-email-tdas@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 2f9ec28f1224..45646b867cdb 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -334,6 +334,15 @@ config SC_GCC_7180 Say Y if you want to use peripheral devices such as UART, SPI, I2C, USB, UFS, SDCC, etc. +config SC_GCC_7280 + tristate "SC7280 Global Clock Controller" + select QCOM_GDSC + depends on COMMON_CLK_QCOM + help + Support for the global clock controller on SC7280 devices. + Say Y if you want to use peripheral devices such as UART, SPI, + I2C, USB, UFS, SDCC, PCIe etc. + config SC_GCC_8180X tristate "SC8180X Global Clock Controller" select QCOM_GDSC |