blob: 0d7ab52b7ab0076fec09340410c09bca0efe3b4f [file] [log] [blame]
Stephen Boyd085d7a42014-01-15 10:47:23 -08001config COMMON_CLK_QCOM
2 tristate "Support for Qualcomm's clock controllers"
3 depends on OF
4 select REGMAP_MMIO
Stephen Boydb36ba302014-01-15 10:47:27 -08005 select RESET_CONTROLLER
Stephen Boyd2ec94132014-01-15 10:47:28 -08006
Georgi Djakov02824652014-06-03 17:24:09 +03007config APQ_GCC_8084
8 tristate "APQ8084 Global Clock Controller"
9 depends on COMMON_CLK_QCOM
10 help
11 Support for the global clock controller on apq8084 devices.
12 Say Y if you want to use peripheral devices such as UART, SPI,
13 i2c, USB, SD/eMMC, SATA, PCIe, etc.
14
Georgi Djakov2b46cd22014-06-12 19:41:42 +030015config APQ_MMCC_8084
16 tristate "APQ8084 Multimedia Clock Controller"
17 select APQ_GCC_8084
18 depends on COMMON_CLK_QCOM
19 help
20 Support for the multimedia clock controller on apq8084 devices.
21 Say Y if you want to support multimedia devices such as display,
22 graphics, video encode/decode, camera, etc.
23
Kumar Gala24d8fba2014-06-17 14:46:51 -050024config IPQ_GCC_806X
25 tristate "IPQ806x Global Clock Controller"
26 depends on COMMON_CLK_QCOM
27 help
28 Support for the global clock controller on ipq806x devices.
29 Say Y if you want to use peripheral devices such as UART, SPI,
30 i2c, USB, SD/eMMC, etc.
31
Rajendra Nayakc99e5152015-01-19 18:05:33 -080032config IPQ_LCC_806X
33 tristate "IPQ806x LPASS Clock Controller"
34 select IPQ_GCC_806X
35 depends on COMMON_CLK_QCOM
36 help
37 Support for the LPASS clock controller on ipq806x devices.
38 Say Y if you want to use audio devices such as i2s, pcm,
39 S/PDIF, etc.
40
Stephen Boyd0eeff272014-01-15 10:47:32 -080041config MSM_GCC_8660
42 tristate "MSM8660 Global Clock Controller"
43 depends on COMMON_CLK_QCOM
44 help
45 Support for the global clock controller on msm8660 devices.
46 Say Y if you want to use peripheral devices such as UART, SPI,
47 i2c, USB, SD/eMMC, etc.
48
Stephen Boyd2ec94132014-01-15 10:47:28 -080049config MSM_GCC_8960
Kumar Gala2d85a712014-04-04 11:31:29 -050050 tristate "APQ8064/MSM8960 Global Clock Controller"
Stephen Boyd2ec94132014-01-15 10:47:28 -080051 depends on COMMON_CLK_QCOM
52 help
Kumar Gala2d85a712014-04-04 11:31:29 -050053 Support for the global clock controller on apq8064/msm8960 devices.
Stephen Boyd2ec94132014-01-15 10:47:28 -080054 Say Y if you want to use peripheral devices such as UART, SPI,
55 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boyd6d00b562014-01-15 10:47:29 -080056
Stephen Boydb82875e2015-01-19 18:05:34 -080057config MSM_LCC_8960
58 tristate "APQ8064/MSM8960 LPASS Clock Controller"
59 select MSM_GCC_8960
60 depends on COMMON_CLK_QCOM
61 help
62 Support for the LPASS clock controller on apq8064/msm8960 devices.
63 Say Y if you want to use audio devices such as i2s, pcm,
64 SLIMBus, etc.
65
Stephen Boyd6d00b562014-01-15 10:47:29 -080066config MSM_MMCC_8960
67 tristate "MSM8960 Multimedia Clock Controller"
68 select MSM_GCC_8960
69 depends on COMMON_CLK_QCOM
70 help
71 Support for the multimedia clock controller on msm8960 devices.
72 Say Y if you want to support multimedia devices such as display,
73 graphics, video encode/decode, camera, etc.
Stephen Boydd33faa92014-01-15 10:47:30 -080074
75config MSM_GCC_8974
76 tristate "MSM8974 Global Clock Controller"
77 depends on COMMON_CLK_QCOM
78 help
79 Support for the global clock controller on msm8974 devices.
80 Say Y if you want to use peripheral devices such as UART, SPI,
81 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boydd8b21202014-01-15 10:47:31 -080082
83config MSM_MMCC_8974
84 tristate "MSM8974 Multimedia Clock Controller"
85 select MSM_GCC_8974
86 depends on COMMON_CLK_QCOM
87 help
88 Support for the multimedia clock controller on msm8974 devices.
89 Say Y if you want to support multimedia devices such as display,
90 graphics, video encode/decode, camera, etc.