summaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom/Kconfig
diff options
context:
space:
mode:
authorAbhishek Sahu <absahu@codeaurora.org>2017-06-09 11:41:57 +0200
committerStephen Boyd <sboyd@codeaurora.org>2017-06-20 02:29:41 +0200
commit371a95074558a08d47e3acaa29f810aae6f03d0a (patch)
treea61b071b1de68b18496f55e632d7f09ff42a3016 /drivers/clk/qcom/Kconfig
parentclk: qcom: Add DT bindings for ipq8074 gcc clock controller (diff)
downloadlinux-371a95074558a08d47e3acaa29f810aae6f03d0a.tar.xz
linux-371a95074558a08d47e3acaa29f810aae6f03d0a.zip
clk: qcom: Add ipq8074 Global Clock Controller support
This patch adds support for the global clock controller found on the ipq8074 based devices. This includes UART, I2C, SPI etc. Signed-off-by: Abhishek Sahu <absahu@codeaurora.org> Signed-off-by: Varadarajan Narayanan <varada@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/qcom/Kconfig')
-rw-r--r--drivers/clk/qcom/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
index 5fb8d7430908..9f6c278deead 100644
--- a/drivers/clk/qcom/Kconfig
+++ b/drivers/clk/qcom/Kconfig
@@ -82,6 +82,15 @@ config IPQ_LCC_806X
Say Y if you want to use audio devices such as i2s, pcm,
S/PDIF, etc.
+config IPQ_GCC_8074
+ tristate "IPQ8074 Global Clock Controller"
+ depends on COMMON_CLK_QCOM
+ help
+ Support for global clock controller on ipq8074 devices.
+ Say Y if you want to use peripheral devices such as UART, SPI,
+ i2c, USB, SD/eMMC, etc. Select this for the root clock
+ of ipq8074.
+
config MSM_GCC_8660
tristate "MSM8660 Global Clock Controller"
depends on COMMON_CLK_QCOM