diff options
author | Stephen Boyd <sboyd@kernel.org> | 2018-10-19 01:42:42 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-10-19 01:42:42 +0300 |
commit | fa4c0e490387fc1eec6a7109450a7dfde24e419a (patch) | |
tree | 81ce0af4dbda8fc6ead3a994fabbd34fe7dd8dd8 /drivers/clk/qcom/Kconfig | |
parent | 37163726e1fdfbc428c3e01a1f1a16407228510a (diff) | |
parent | 652f1813c113a3f5169cd1325201fdf9b2d22ded (diff) | |
download | linux-fa4c0e490387fc1eec6a7109450a7dfde24e419a.tar.xz |
Merge branch 'clk-qcom-qcs404' into clk-next
- Qualcomm QCS404 GCC support
* clk-qcom-qcs404:
clk: qcom: gcc: Add global clock controller driver for QCS404
clk: qcom: Export clk_alpha_pll_configure()
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r-- | drivers/clk/qcom/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 4d478b261dfe..178b0c4c06e5 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -235,6 +235,14 @@ config MSM_GCC_8998 Say Y if you want to use peripheral devices such as UART, SPI, i2c, USB, UFS, SD/eMMC, PCIe, etc. +config QCS_GCC_404 + tristate "QCS404 Global Clock Controller" + depends on COMMON_CLK_QCOM + help + Support for the global clock controller on QCS404 devices. + Say Y if you want to use multimedia devices or peripheral + devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc. + config SDM_CAMCC_845 tristate "SDM845 Camera Clock Controller" depends on COMMON_CLK_QCOM |