diff options
author | Iskren Chernev <iskren.chernev@gmail.com> | 2021-08-05 19:11:07 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-08-28 20:54:21 -0700 |
commit | cbe63bfdc54fa289b8bfa943fbce97e70af04122 (patch) | |
tree | 4cd1d7397ffe0a3a2f384799e8d22693148aa874 /drivers/clk/qcom/Kconfig | |
parent | dce25b3e0bb26dc8929bb3b8eec18dd8a6777c9f (diff) | |
download | linux-cbe63bfdc54fa289b8bfa943fbce97e70af04122.tar.bz2 |
clk: qcom: Add Global Clock controller (GCC) driver for SM6115
Add support for the global clock controller found on SM6115
based devices. This should allow most non-multimedia device
drivers to probe and control their clocks.
Based on CAF implementation. GDSCs ported from downstream DT.
Signed-off-by: Iskren Chernev <iskren.chernev@gmail.com>
Link: https://lore.kernel.org/r/20210805161107.1194521-3-iskren.chernev@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 08f2e4505457..8a62592e78aa 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -548,6 +548,13 @@ config SM_DISPCC_8250 Say Y if you want to support display devices and functionality such as splash screen. +config SM_GCC_6115 + tristate "SM6115 and SM4250 Global Clock Controller" + help + Support for the global clock controller on SM6115 and SM4250 devices. + Say Y if you want to use peripheral devices such as UART, SPI, + i2C, USB, UFS, SDDC, PCIe, etc. + config SM_GCC_6125 tristate "SM6125 Global Clock Controller" help |