diff options
author | Georgi Djakov <gdjakov@mm-sol.com> | 2014-06-12 19:41:42 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2014-07-15 16:38:57 -0700 |
commit | 2b46cd23a5a2cf0b8d3583338b63409f5e78e7cd (patch) | |
tree | 9c68c3247a0e196252bcceabbe13f4d2f38d362b /drivers/clk/qcom/Kconfig | |
parent | 5424e102815762f835b998536170e791681f6411 (diff) | |
download | linux-2b46cd23a5a2cf0b8d3583338b63409f5e78e7cd.tar.bz2 |
clk: qcom: Add APQ8084 Multimedia Clock Controller (MMCC) support
Add support for the multimedia clock controller found on the APQ8084
based platforms. This will allow the multimedia device drivers to
control their clocks.
Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
[sboyd: Rework parent mapping to avoid conflicts]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.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 e7516c2a2502..e5f95161d747 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -12,6 +12,15 @@ config APQ_GCC_8084 Say Y if you want to use peripheral devices such as UART, SPI, i2c, USB, SD/eMMC, SATA, PCIe, etc. +config APQ_MMCC_8084 + tristate "APQ8084 Multimedia Clock Controller" + select APQ_GCC_8084 + depends on COMMON_CLK_QCOM + help + Support for the multimedia clock controller on apq8084 devices. + Say Y if you want to support multimedia devices such as display, + graphics, video encode/decode, camera, etc. + config MSM_GCC_8660 tristate "MSM8660 Global Clock Controller" depends on COMMON_CLK_QCOM |