diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-10-18 15:41:51 -0700 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-18 15:41:51 -0700 |
commit | 37163726e1fdfbc428c3e01a1f1a16407228510a (patch) | |
tree | c04209ede8d937c2d54baac6a7f4445de207f7a1 /drivers/clk/qcom/Kconfig | |
parent | ffd3b1c880a9c5b5bfd977b4b33e61b6584ad943 (diff) | |
parent | 2725991eca5cc261d787b312d4d8518c42bd5e98 (diff) |
Merge branch 'clk-qcom-sdm660' into clk-next
- Qualcomm SDM660 GCC support
* clk-qcom-sdm660:
clk: qcom: gcc-sdm660: Add MODULE_LICENSE
clk: qcom: Add Global Clock controller (GCC) driver for SDM660
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 5b181b182f40..4d478b261dfe 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -243,6 +243,15 @@ config SDM_CAMCC_845 Support for the camera clock controller on SDM845 devices. Say Y if you want to support camera devices and camera functionality. +config SDM_GCC_660 + tristate "SDM660 Global Clock Controller" + select QCOM_GDSC + depends on COMMON_CLK_QCOM + help + Support for the global clock controller on SDM660 devices. + Say Y if you want to use peripheral devices such as UART, SPI, + i2C, USB, UFS, SDDC, PCIe, etc. + config SDM_GCC_845 tristate "SDM845 Global Clock Controller" select QCOM_GDSC |