diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-03-13 03:03:08 +0100 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2021-06-02 00:19:45 -0700 |
commit | 48b7253264eadc05a3d84db9ea11eef528a0108a (patch) | |
tree | 136ae2c40251b2d0a7d469a980d68c1e9e751ceb /drivers/clk/qcom/Kconfig | |
parent | 6faa7e4ddce6ddd5e93b0e521537e0360c7dac2b (diff) |
clk: qcom: Add MDM9607 GCC driver
Add Global Clock Controller (GCC) support for MDM9607 SoC.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210313020310.386152-2-konrad.dybcio@somainline.org
[sboyd@kernel.org: Drop clk.h include]
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 45646b867cdb..c84b2c896a27 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -210,6 +210,13 @@ config MSM_LCC_8960 Say Y if you want to use audio devices such as i2s, pcm, SLIMBus, etc. +config MDM_GCC_9607 + tristate "MDM9607 Global Clock Controller" + help + Support for the global clock controller on mdm9607 devices. + Say Y if you want to use peripheral devices such as UART, SPI, + I2C, USB, SD/eMMC, etc. + config MDM_GCC_9615 tristate "MDM9615 Global Clock Controller" help |