diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2014-01-15 19:47:28 +0100 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-01-16 21:01:02 +0100 |
commit | 2ec941304df9e1cd5e2f2404303a5fab0929969a (patch) | |
tree | f2abf4b8b889484c16b376256add03e705b8ac18 /drivers/clk/qcom/Kconfig | |
parent | clk: qcom: Add reset controller support (diff) | |
download | linux-2ec941304df9e1cd5e2f2404303a5fab0929969a.tar.xz linux-2ec941304df9e1cd5e2f2404303a5fab0929969a.zip |
clk: qcom: Add support for MSM8960's global clock controller (GCC)
Add a driver for the global clock controller found on MSM8960
based platforms. This should allow most non-multimedia device
drivers to probe and control their clocks.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
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 06ccce65d598..8b39761dc9fb 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -3,3 +3,11 @@ config COMMON_CLK_QCOM depends on OF select REGMAP_MMIO select RESET_CONTROLLER + +config MSM_GCC_8960 + tristate "MSM8960 Global Clock Controller" + depends on COMMON_CLK_QCOM + help + Support for the global clock controller on msm8960 devices. + Say Y if you want to use peripheral devices such as UART, SPI, + i2c, USB, SD/eMMC, SATA, PCIe, etc. |