diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-01-19 18:05:34 -0800 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2015-01-27 11:49:34 -0800 |
commit | b82875ee07e530c4965def046b81ca53900e2f36 (patch) | |
tree | 787a9a1a8ccaa525fbb9583d252c6007d1c01d25 /drivers/clk/qcom/Kconfig | |
parent | c99e515a92e9d594a1d4b8915820fc30e21af23f (diff) | |
download | lwn-b82875ee07e530c4965def046b81ca53900e2f36.tar.gz lwn-b82875ee07e530c4965def046b81ca53900e2f36.zip |
clk: qcom: Add MSM8960/APQ8064 LPASS clock controller (LCC) driver
Add an LCC driver for MSM8960/APQ8064 that supports the i2s,
slimbus, and pcm clocks.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Tested-by: Kenneth Westfield <kwestfie@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
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 07bce5f35eee..0d7ab52b7ab0 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -54,6 +54,15 @@ config MSM_GCC_8960 Say Y if you want to use peripheral devices such as UART, SPI, i2c, USB, SD/eMMC, SATA, PCIe, etc. +config MSM_LCC_8960 + tristate "APQ8064/MSM8960 LPASS Clock Controller" + select MSM_GCC_8960 + depends on COMMON_CLK_QCOM + help + Support for the LPASS clock controller on apq8064/msm8960 devices. + Say Y if you want to use audio devices such as i2s, pcm, + SLIMBus, etc. + config MSM_MMCC_8960 tristate "MSM8960 Multimedia Clock Controller" select MSM_GCC_8960 |