blob: 0146d3c2547fbf8fda0bd5f7af53c73e30f9f195 [file] [log] [blame]
Stephen Boyd73bb7dc2015-10-08 10:59:32 -07001config QCOM_GDSC
2 bool
3 select PM_GENERIC_DOMAINS if PM
4
Stephen Boyd085d7a42014-01-15 10:47:23 -08005config COMMON_CLK_QCOM
6 tristate "Support for Qualcomm's clock controllers"
7 depends on OF
Bartlomiej Zolnierkiewicz39375672015-04-07 14:12:04 +02008 depends on ARCH_QCOM || COMPILE_TEST
Stephen Boyd085d7a42014-01-15 10:47:23 -08009 select REGMAP_MMIO
Stephen Boydb36ba302014-01-15 10:47:27 -080010 select RESET_CONTROLLER
Stephen Boyd2ec94132014-01-15 10:47:28 -080011
Georgi Djakov02824652014-06-03 17:24:09 +030012config APQ_GCC_8084
13 tristate "APQ8084 Global Clock Controller"
Rajendra Nayak639af942015-08-06 16:07:49 +053014 select QCOM_GDSC
Georgi Djakov02824652014-06-03 17:24:09 +030015 depends on COMMON_CLK_QCOM
16 help
17 Support for the global clock controller on apq8084 devices.
18 Say Y if you want to use peripheral devices such as UART, SPI,
19 i2c, USB, SD/eMMC, SATA, PCIe, etc.
20
Georgi Djakov2b46cd22014-06-12 19:41:42 +030021config APQ_MMCC_8084
22 tristate "APQ8084 Multimedia Clock Controller"
23 select APQ_GCC_8084
Stephane Viaucb2eb7d2015-08-06 16:07:50 +053024 select QCOM_GDSC
Georgi Djakov2b46cd22014-06-12 19:41:42 +030025 depends on COMMON_CLK_QCOM
26 help
27 Support for the multimedia clock controller on apq8084 devices.
28 Say Y if you want to support multimedia devices such as display,
29 graphics, video encode/decode, camera, etc.
30
Varadarajan Narayanan6971e862015-11-19 17:19:29 -060031config IPQ_GCC_4019
32 tristate "IPQ4019 Global Clock Controller"
33 depends on COMMON_CLK_QCOM
34 help
35 Support for the global clock controller on ipq4019 devices.
36 Say Y if you want to use peripheral devices such as UART, SPI,
37 i2c, USB, SD/eMMC, etc.
38
Kumar Gala24d8fba2014-06-17 14:46:51 -050039config IPQ_GCC_806X
40 tristate "IPQ806x Global Clock Controller"
41 depends on COMMON_CLK_QCOM
42 help
43 Support for the global clock controller on ipq806x devices.
44 Say Y if you want to use peripheral devices such as UART, SPI,
45 i2c, USB, SD/eMMC, etc.
46
Rajendra Nayakc99e5152015-01-19 18:05:33 -080047config IPQ_LCC_806X
48 tristate "IPQ806x LPASS Clock Controller"
49 select IPQ_GCC_806X
50 depends on COMMON_CLK_QCOM
51 help
52 Support for the LPASS clock controller on ipq806x devices.
53 Say Y if you want to use audio devices such as i2s, pcm,
54 S/PDIF, etc.
55
Stephen Boyd0eeff272014-01-15 10:47:32 -080056config MSM_GCC_8660
57 tristate "MSM8660 Global Clock Controller"
58 depends on COMMON_CLK_QCOM
59 help
60 Support for the global clock controller on msm8660 devices.
61 Say Y if you want to use peripheral devices such as UART, SPI,
62 i2c, USB, SD/eMMC, etc.
63
Georgi Djakov3966fab2015-03-18 16:08:22 +020064config MSM_GCC_8916
65 tristate "MSM8916 Global Clock Controller"
Rajendra Nayak073ae2b2015-08-06 16:07:46 +053066 select QCOM_GDSC
Georgi Djakov3966fab2015-03-18 16:08:22 +020067 depends on COMMON_CLK_QCOM
68 help
69 Support for the global clock controller on msm8916 devices.
70 Say Y if you want to use devices such as UART, SPI i2c, USB,
71 SD/eMMC, display, graphics, camera etc.
72
Stephen Boyd2ec94132014-01-15 10:47:28 -080073config MSM_GCC_8960
Kumar Gala2d85a712014-04-04 11:31:29 -050074 tristate "APQ8064/MSM8960 Global Clock Controller"
Stephen Boyd2ec94132014-01-15 10:47:28 -080075 depends on COMMON_CLK_QCOM
76 help
Kumar Gala2d85a712014-04-04 11:31:29 -050077 Support for the global clock controller on apq8064/msm8960 devices.
Stephen Boyd2ec94132014-01-15 10:47:28 -080078 Say Y if you want to use peripheral devices such as UART, SPI,
79 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boyd6d00b562014-01-15 10:47:29 -080080
Stephen Boydb82875e2015-01-19 18:05:34 -080081config MSM_LCC_8960
82 tristate "APQ8064/MSM8960 LPASS Clock Controller"
83 select MSM_GCC_8960
84 depends on COMMON_CLK_QCOM
85 help
86 Support for the LPASS clock controller on apq8064/msm8960 devices.
87 Say Y if you want to use audio devices such as i2s, pcm,
88 SLIMBus, etc.
89
Neil Armstrong7792a8d2016-08-11 14:48:04 +020090config MDM_GCC_9615
91 tristate "MDM9615 Global Clock Controller"
92 depends on COMMON_CLK_QCOM
93 help
94 Support for the global clock controller on mdm9615 devices.
95 Say Y if you want to use peripheral devices such as UART, SPI,
96 i2c, USB, SD/eMMC, etc.
97
98config MDM_LCC_9615
99 tristate "MDM9615 LPASS Clock Controller"
100 select MDM_GCC_9615
101 depends on COMMON_CLK_QCOM
102 help
103 Support for the LPASS clock controller on mdm9615 devices.
104 Say Y if you want to use audio devices such as i2s, pcm,
105 SLIMBus, etc.
106
Stephen Boyd6d00b562014-01-15 10:47:29 -0800107config MSM_MMCC_8960
108 tristate "MSM8960 Multimedia Clock Controller"
109 select MSM_GCC_8960
110 depends on COMMON_CLK_QCOM
111 help
112 Support for the multimedia clock controller on msm8960 devices.
113 Say Y if you want to support multimedia devices such as display,
114 graphics, video encode/decode, camera, etc.
Stephen Boydd33faa92014-01-15 10:47:30 -0800115
116config MSM_GCC_8974
117 tristate "MSM8974 Global Clock Controller"
Stephen Boyd340029e2015-08-06 16:07:47 +0530118 select QCOM_GDSC
Stephen Boydd33faa92014-01-15 10:47:30 -0800119 depends on COMMON_CLK_QCOM
120 help
121 Support for the global clock controller on msm8974 devices.
122 Say Y if you want to use peripheral devices such as UART, SPI,
123 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boydd8b21202014-01-15 10:47:31 -0800124
125config MSM_MMCC_8974
126 tristate "MSM8974 Multimedia Clock Controller"
127 select MSM_GCC_8974
Stephen Boyd8108b232015-08-06 16:07:48 +0530128 select QCOM_GDSC
Stephen Boydd8b21202014-01-15 10:47:31 -0800129 depends on COMMON_CLK_QCOM
130 help
131 Support for the multimedia clock controller on msm8974 devices.
132 Say Y if you want to support multimedia devices such as display,
133 graphics, video encode/decode, camera, etc.
Stephen Boydb1e010c2015-11-30 17:31:40 -0800134
135config MSM_GCC_8996
136 tristate "MSM8996 Global Clock Controller"
Srinivas Kandagatla6d91f2c2016-08-25 12:28:07 +0100137 select QCOM_GDSC
Stephen Boydb1e010c2015-11-30 17:31:40 -0800138 depends on COMMON_CLK_QCOM
139 help
140 Support for the global clock controller on msm8996 devices.
141 Say Y if you want to use peripheral devices such as UART, SPI,
142 i2c, USB, UFS, SD/eMMC, PCIe, etc.
Stephen Boydc2526592015-11-30 17:31:42 -0800143
144config MSM_MMCC_8996
145 tristate "MSM8996 Multimedia Clock Controller"
146 select MSM_GCC_8996
Srinivas Kandagatla6d91f2c2016-08-25 12:28:07 +0100147 select QCOM_GDSC
Stephen Boydc2526592015-11-30 17:31:42 -0800148 depends on COMMON_CLK_QCOM
149 help
150 Support for the multimedia clock controller on msm8996 devices.
151 Say Y if you want to support multimedia devices such as display,
152 graphics, video encode/decode, camera, etc.