diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-30 17:31:40 -0800 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-30 18:24:27 -0800 |
commit | b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac (patch) | |
tree | 45ff1d4fa305a4d4536450abecefe20da4181077 /drivers/clk/qcom/Kconfig | |
parent | 8ff1f4c4c47676dfccd56b55104a15dcd4650a8f (diff) | |
download | lwn-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.tar.gz lwn-b1e010c0730ab8861ef5a259ff5be7c78ccfb8ac.zip |
clk: qcom: Add MSM8996 Global Clock Control (GCC) driver
Add support for the global clock controller found on MSM8996
based devices. This should allow most non-multimedia device
drivers to probe and control their clocks.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.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 ee4c83aab4f4..fb2b499c647d 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig @@ -106,3 +106,11 @@ config MSM_MMCC_8974 Support for the multimedia clock controller on msm8974 devices. Say Y if you want to support multimedia devices such as display, graphics, video encode/decode, camera, etc. + +config MSM_GCC_8996 + tristate "MSM8996 Global Clock Controller" + depends on COMMON_CLK_QCOM + help + Support for the global clock controller on msm8996 devices. + Say Y if you want to use peripheral devices such as UART, SPI, + i2c, USB, UFS, SD/eMMC, PCIe, etc. |