diff options
| author | Stephen Boyd <sboyd@codeaurora.org> | 2014-01-15 13:47:29 -0500 |
|---|---|---|
| committer | Mike Turquette <mturquette@linaro.org> | 2014-01-16 15:01:03 -0500 |
| commit | 6d00b56fe8c6f10076c9477e1cce99caf4568760 (patch) | |
| tree | ed9acf11a5b7c316a70eac4bf3a4686d70926cb0 /drivers/clk/qcom/Kconfig | |
| parent | 2ec941304df9e1cd5e2f2404303a5fab0929969a (diff) | |
clk: qcom: Add support for MSM8960's multimedia clock controller (MMCC)
Add a driver for the multimedia clock controller found on MSM
8960 based platforms. This should allow 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 8b39761dc9fb..715269381cca 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig | |||
| @@ -11,3 +11,12 @@ config MSM_GCC_8960 | |||
| 11 | Support for the global clock controller on msm8960 devices. | 11 | Support for the global clock controller on msm8960 devices. |
| 12 | Say Y if you want to use peripheral devices such as UART, SPI, | 12 | Say Y if you want to use peripheral devices such as UART, SPI, |
| 13 | i2c, USB, SD/eMMC, SATA, PCIe, etc. | 13 | i2c, USB, SD/eMMC, SATA, PCIe, etc. |
| 14 | |||
| 15 | config MSM_MMCC_8960 | ||
| 16 | tristate "MSM8960 Multimedia Clock Controller" | ||
| 17 | select MSM_GCC_8960 | ||
| 18 | depends on COMMON_CLK_QCOM | ||
| 19 | help | ||
| 20 | Support for the multimedia clock controller on msm8960 devices. | ||
| 21 | Say Y if you want to support multimedia devices such as display, | ||
| 22 | graphics, video encode/decode, camera, etc. | ||
