Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-2.6-microblaze.git] / drivers / clk / qcom / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config KRAIT_CLOCKS
3         bool
4         select KRAIT_L2_ACCESSORS
5
6 config QCOM_GDSC
7         bool
8         select PM_GENERIC_DOMAINS if PM
9
10 config QCOM_RPMCC
11         bool
12
13 menuconfig COMMON_CLK_QCOM
14         tristate "Support for Qualcomm's clock controllers"
15         depends on OF
16         depends on ARCH_QCOM || COMPILE_TEST
17         select RATIONAL
18         select REGMAP_MMIO
19         select RESET_CONTROLLER
20
21 if COMMON_CLK_QCOM
22
23 config QCOM_A53PLL
24         tristate "MSM8916 A53 PLL"
25         help
26           Support for the A53 PLL on MSM8916 devices. It provides
27           the CPU with frequencies above 1GHz.
28           Say Y if you want to support higher CPU frequencies on MSM8916
29           devices.
30
31 config QCOM_A7PLL
32         tristate "SDX55 A7 PLL"
33         help
34           Support for the A7 PLL on SDX55 devices. It provides the CPU with
35           frequencies above 1GHz.
36           Say Y if you want to support higher CPU frequencies on SDX55
37           devices.
38
39 config QCOM_CLK_APCS_MSM8916
40         tristate "MSM8916 APCS Clock Controller"
41         depends on QCOM_APCS_IPC || COMPILE_TEST
42         help
43           Support for the APCS Clock Controller on msm8916 devices. The
44           APCS is managing the mux and divider which feeds the CPUs.
45           Say Y if you want to support CPU frequency scaling on devices
46           such as msm8916.
47
48 config QCOM_CLK_APCC_MSM8996
49         tristate "MSM8996 CPU Clock Controller"
50         select QCOM_KRYO_L2_ACCESSORS
51         depends on ARM64
52         help
53           Support for the CPU clock controller on msm8996 devices.
54           Say Y if you want to support CPU clock scaling using CPUfreq
55           drivers for dynamic power management.
56
57 config QCOM_CLK_APCS_SDX55
58         tristate "SDX55 APCS Clock Controller"
59         depends on QCOM_APCS_IPC || COMPILE_TEST
60         help
61           Support for the APCS Clock Controller on SDX55 platform. The
62           APCS is managing the mux and divider which feeds the CPUs.
63           Say Y if you want to support CPU frequency scaling on devices
64           such as SDX55.
65
66 config QCOM_CLK_RPM
67         tristate "RPM based Clock Controller"
68         depends on MFD_QCOM_RPM
69         select QCOM_RPMCC
70         help
71           The RPM (Resource Power Manager) is a dedicated hardware engine for
72           managing the shared SoC resources in order to keep the lowest power
73           profile. It communicates with other hardware subsystems via shared
74           memory and accepts clock requests, aggregates the requests and turns
75           the clocks on/off or scales them on demand.
76           Say Y if you want to support the clocks exposed by the RPM on
77           platforms such as apq8064, msm8660, msm8960 etc.
78
79 config QCOM_CLK_SMD_RPM
80         tristate "RPM over SMD based Clock Controller"
81         depends on QCOM_SMD_RPM
82         select QCOM_RPMCC
83         help
84           The RPM (Resource Power Manager) is a dedicated hardware engine for
85           managing the shared SoC resources in order to keep the lowest power
86           profile. It communicates with other hardware subsystems via shared
87           memory and accepts clock requests, aggregates the requests and turns
88           the clocks on/off or scales them on demand.
89           Say Y if you want to support the clocks exposed by the RPM on
90           platforms such as apq8016, apq8084, msm8974 etc.
91
92 config QCOM_CLK_RPMH
93         tristate "RPMh Clock Driver"
94         depends on QCOM_RPMH
95         help
96          RPMh manages shared resources on some Qualcomm Technologies, Inc.
97          SoCs. It accepts requests from other hardware subsystems via RSC.
98          Say Y if you want to support the clocks exposed by RPMh on
99          platforms such as SDM845.
100
101 config APQ_GCC_8084
102         tristate "APQ8084 Global Clock Controller"
103         select QCOM_GDSC
104         help
105           Support for the global clock controller on apq8084 devices.
106           Say Y if you want to use peripheral devices such as UART, SPI,
107           i2c, USB, SD/eMMC, SATA, PCIe, etc.
108
109 config APQ_MMCC_8084
110         tristate "APQ8084 Multimedia Clock Controller"
111         select APQ_GCC_8084
112         select QCOM_GDSC
113         help
114           Support for the multimedia clock controller on apq8084 devices.
115           Say Y if you want to support multimedia devices such as display,
116           graphics, video encode/decode, camera, etc.
117
118 config IPQ_APSS_PLL
119         tristate "IPQ APSS PLL"
120         help
121           Support for APSS PLL on ipq devices. The APSS PLL is the main
122           clock that feeds the CPUs on ipq based devices.
123           Say Y if you want to support CPU frequency scaling on ipq based
124           devices.
125
126 config IPQ_APSS_6018
127         tristate "IPQ APSS Clock Controller"
128         select IPQ_APSS_PLL
129         depends on QCOM_APCS_IPC || COMPILE_TEST
130         help
131           Support for APSS clock controller on IPQ platforms. The
132           APSS clock controller manages the Mux and enable block that feeds the
133           CPUs.
134           Say Y if you want to support CPU frequency scaling on
135           ipq based devices.
136
137 config IPQ_GCC_4019
138         tristate "IPQ4019 Global Clock Controller"
139         help
140           Support for the global clock controller on ipq4019 devices.
141           Say Y if you want to use peripheral devices such as UART, SPI,
142           i2c, USB, SD/eMMC, etc.
143
144 config IPQ_GCC_6018
145         tristate "IPQ6018 Global Clock Controller"
146         help
147           Support for global clock controller on ipq6018 devices.
148           Say Y if you want to use peripheral devices such as UART, SPI,
149           i2c, USB, SD/eMMC, etc. Select this for the root clock
150           of ipq6018.
151
152 config IPQ_GCC_806X
153         tristate "IPQ806x Global Clock Controller"
154         help
155           Support for the global clock controller on ipq806x devices.
156           Say Y if you want to use peripheral devices such as UART, SPI,
157           i2c, USB, SD/eMMC, etc.
158
159 config IPQ_LCC_806X
160         tristate "IPQ806x LPASS Clock Controller"
161         select IPQ_GCC_806X
162         help
163           Support for the LPASS clock controller on ipq806x devices.
164           Say Y if you want to use audio devices such as i2s, pcm,
165           S/PDIF, etc.
166
167 config IPQ_GCC_8074
168         tristate "IPQ8074 Global Clock Controller"
169         help
170           Support for global clock controller on ipq8074 devices.
171           Say Y if you want to use peripheral devices such as UART, SPI,
172           i2c, USB, SD/eMMC, etc. Select this for the root clock
173           of ipq8074.
174
175 config MSM_GCC_8660
176         tristate "MSM8660 Global Clock Controller"
177         help
178           Support for the global clock controller on msm8660 devices.
179           Say Y if you want to use peripheral devices such as UART, SPI,
180           i2c, USB, SD/eMMC, etc.
181
182 config MSM_GCC_8916
183         tristate "MSM8916 Global Clock Controller"
184         select QCOM_GDSC
185         help
186           Support for the global clock controller on msm8916 devices.
187           Say Y if you want to use devices such as UART, SPI i2c, USB,
188           SD/eMMC, display, graphics, camera etc.
189
190 config MSM_GCC_8939
191         tristate "MSM8939 Global Clock Controller"
192         select QCOM_GDSC
193         help
194           Support for the global clock controller on msm8939 devices.
195           Say Y if you want to use devices such as UART, SPI i2c, USB,
196           SD/eMMC, display, graphics, camera etc.
197
198 config MSM_GCC_8960
199         tristate "APQ8064/MSM8960 Global Clock Controller"
200         help
201           Support for the global clock controller on apq8064/msm8960 devices.
202           Say Y if you want to use peripheral devices such as UART, SPI,
203           i2c, USB, SD/eMMC, SATA, PCIe, etc.
204
205 config MSM_LCC_8960
206         tristate "APQ8064/MSM8960 LPASS Clock Controller"
207         select MSM_GCC_8960
208         help
209           Support for the LPASS clock controller on apq8064/msm8960 devices.
210           Say Y if you want to use audio devices such as i2s, pcm,
211           SLIMBus, etc.
212
213 config MDM_GCC_9607
214         tristate "MDM9607 Global Clock Controller"
215         help
216           Support for the global clock controller on mdm9607 devices.
217           Say Y if you want to use peripheral devices such as UART, SPI,
218           I2C, USB, SD/eMMC, etc.
219
220 config MDM_GCC_9615
221         tristate "MDM9615 Global Clock Controller"
222         help
223           Support for the global clock controller on mdm9615 devices.
224           Say Y if you want to use peripheral devices such as UART, SPI,
225           i2c, USB, SD/eMMC, etc.
226
227 config MDM_LCC_9615
228         tristate "MDM9615 LPASS Clock Controller"
229         select MDM_GCC_9615
230         help
231           Support for the LPASS clock controller on mdm9615 devices.
232           Say Y if you want to use audio devices such as i2s, pcm,
233           SLIMBus, etc.
234
235 config MSM_MMCC_8960
236         tristate "MSM8960 Multimedia Clock Controller"
237         select MSM_GCC_8960
238         help
239           Support for the multimedia clock controller on msm8960 devices.
240           Say Y if you want to support multimedia devices such as display,
241           graphics, video encode/decode, camera, etc.
242
243 config MSM_GCC_8953
244         tristate "MSM8953 Global Clock Controller"
245         select QCOM_GDSC
246         help
247           Support for the global clock controller on msm8953 devices.
248           Say Y if you want to use devices such as UART, SPI i2c, USB,
249           SD/eMMC, display, graphics, camera etc.
250
251 config MSM_GCC_8974
252         tristate "MSM8974 Global Clock Controller"
253         select QCOM_GDSC
254         help
255           Support for the global clock controller on msm8974 devices.
256           Say Y if you want to use peripheral devices such as UART, SPI,
257           i2c, USB, SD/eMMC, SATA, PCIe, etc.
258
259 config MSM_MMCC_8974
260         tristate "MSM8974 Multimedia Clock Controller"
261         select MSM_GCC_8974
262         select QCOM_GDSC
263         help
264           Support for the multimedia clock controller on msm8974 devices.
265           Say Y if you want to support multimedia devices such as display,
266           graphics, video encode/decode, camera, etc.
267
268 config MSM_MMCC_8994
269         tristate "MSM8994 Multimedia Clock Controller"
270         select MSM_GCC_8994
271         select QCOM_GDSC
272         help
273           Support for the multimedia clock controller on msm8994 devices.
274           Say Y if you want to support multimedia devices such as display,
275           graphics, video encode/decode, camera, etc.
276
277 config MSM_GCC_8994
278         tristate "MSM8994 Global Clock Controller"
279         help
280           Support for the global clock controller on msm8994 devices.
281           Say Y if you want to use peripheral devices such as UART, SPI,
282           i2c, USB, UFS, SD/eMMC, PCIe, etc.
283
284 config MSM_GCC_8996
285         tristate "MSM8996 Global Clock Controller"
286         select QCOM_GDSC
287         help
288           Support for the global clock controller on msm8996 devices.
289           Say Y if you want to use peripheral devices such as UART, SPI,
290           i2c, USB, UFS, SD/eMMC, PCIe, etc.
291
292 config MSM_MMCC_8996
293         tristate "MSM8996 Multimedia Clock Controller"
294         select MSM_GCC_8996
295         select QCOM_GDSC
296         help
297           Support for the multimedia clock controller on msm8996 devices.
298           Say Y if you want to support multimedia devices such as display,
299           graphics, video encode/decode, camera, etc.
300
301 config MSM_GCC_8998
302         tristate "MSM8998 Global Clock Controller"
303         select QCOM_GDSC
304         help
305           Support for the global clock controller on msm8998 devices.
306           Say Y if you want to use peripheral devices such as UART, SPI,
307           i2c, USB, UFS, SD/eMMC, PCIe, etc.
308
309 config MSM_GPUCC_8998
310         tristate "MSM8998 Graphics Clock Controller"
311         select MSM_GCC_8998
312         select QCOM_GDSC
313         help
314           Support for the graphics clock controller on MSM8998 devices.
315           Say Y if you want to support graphics controller devices and
316           functionality such as 3D graphics.
317
318 config MSM_MMCC_8998
319         tristate "MSM8998 Multimedia Clock Controller"
320         select MSM_GCC_8998
321         select QCOM_GDSC
322         help
323           Support for the multimedia clock controller on msm8998 devices.
324           Say Y if you want to support multimedia devices such as display,
325           graphics, video encode/decode, camera, etc.
326
327 config QCS_GCC_404
328         tristate "QCS404 Global Clock Controller"
329         help
330           Support for the global clock controller on QCS404 devices.
331           Say Y if you want to use multimedia devices or peripheral
332           devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
333
334 config SC_CAMCC_7180
335         tristate "SC7180 Camera Clock Controller"
336         select SC_GCC_7180
337         help
338           Support for the camera clock controller on Qualcomm Technologies, Inc
339           SC7180 devices.
340           Say Y if you want to support camera devices and functionality such as
341           capturing pictures.
342
343 config SC_DISPCC_7180
344         tristate "SC7180 Display Clock Controller"
345         select SC_GCC_7180
346         help
347           Support for the display clock controller on Qualcomm Technologies, Inc
348           SC7180 devices.
349           Say Y if you want to support display devices and functionality such as
350           splash screen.
351
352 config SC_DISPCC_7280
353         tristate "SC7280 Display Clock Controller"
354         select SC_GCC_7280
355         help
356           Support for the display clock controller on Qualcomm Technologies, Inc.
357           SC7280 devices.
358           Say Y if you want to support display devices and functionality such as
359           splash screen.
360
361 config SC_GCC_7180
362         tristate "SC7180 Global Clock Controller"
363         select QCOM_GDSC
364         depends on COMMON_CLK_QCOM
365         help
366           Support for the global clock controller on SC7180 devices.
367           Say Y if you want to use peripheral devices such as UART, SPI,
368           I2C, USB, UFS, SDCC, etc.
369
370 config SC_GCC_7280
371         tristate "SC7280 Global Clock Controller"
372         select QCOM_GDSC
373         depends on COMMON_CLK_QCOM
374         help
375           Support for the global clock controller on SC7280 devices.
376           Say Y if you want to use peripheral devices such as UART, SPI,
377           I2C, USB, UFS, SDCC, PCIe etc.
378
379 config SC_GCC_8180X
380         tristate "SC8180X Global Clock Controller"
381         select QCOM_GDSC
382         depends on COMMON_CLK_QCOM
383         help
384           Support for the global clock controller on SC8180X devices.
385           Say Y if you want to use peripheral devices such as UART, SPI,
386           I2C, USB, UFS, SDCC, etc.
387
388 config SC_LPASS_CORECC_7180
389         tristate "SC7180 LPASS Core Clock Controller"
390         select SC_GCC_7180
391         help
392           Support for the LPASS(Low Power Audio Subsystem) core clock controller
393           on SC7180 devices.
394           Say Y if you want to use LPASS clocks and power domains of the LPASS
395           core clock controller.
396
397 config SC_GPUCC_7180
398         tristate "SC7180 Graphics Clock Controller"
399         select SC_GCC_7180
400         help
401           Support for the graphics clock controller on SC7180 devices.
402           Say Y if you want to support graphics controller devices and
403           functionality such as 3D graphics.
404
405 config SC_GPUCC_7280
406         tristate "SC7280 Graphics Clock Controller"
407         select SC_GCC_7280
408         help
409           Support for the graphics clock controller on SC7280 devices.
410           Say Y if you want to support graphics controller devices and
411           functionality such as 3D graphics.
412
413 config SC_MSS_7180
414         tristate "SC7180 Modem Clock Controller"
415         select SC_GCC_7180
416         help
417           Support for the Modem Subsystem clock controller on Qualcomm
418           Technologies, Inc on SC7180 devices.
419           Say Y if you want to use the Modem branch clocks of the Modem
420           subsystem clock controller to reset the MSS subsystem.
421
422 config SC_VIDEOCC_7180
423         tristate "SC7180 Video Clock Controller"
424         select SC_GCC_7180
425         help
426           Support for the video clock controller on SC7180 devices.
427           Say Y if you want to support video devices and functionality such as
428           video encode and decode.
429
430 config SC_VIDEOCC_7280
431         tristate "SC7280 Video Clock Controller"
432         select SC_GCC_7280
433         help
434           Support for the video clock controller on SC7280 devices.
435           Say Y if you want to support video devices and functionality such as
436           video encode and decode.
437
438 config SDM_CAMCC_845
439         tristate "SDM845 Camera Clock Controller"
440         select SDM_GCC_845
441         help
442           Support for the camera clock controller on SDM845 devices.
443           Say Y if you want to support camera devices and camera functionality.
444
445 config SDM_GCC_660
446         tristate "SDM660 Global Clock Controller"
447         select QCOM_GDSC
448         help
449           Support for the global clock controller on SDM660 devices.
450           Say Y if you want to use peripheral devices such as UART, SPI,
451           i2C, USB, UFS, SDDC, PCIe, etc.
452
453 config SDM_MMCC_660
454         tristate "SDM660 Multimedia Clock Controller"
455         select SDM_GCC_660
456         select QCOM_GDSC
457         help
458           Support for the multimedia clock controller on SDM660 devices.
459           Say Y if you want to support multimedia devices such as display,
460           graphics, video encode/decode, camera, etc.
461
462 config SDM_GPUCC_660
463         tristate "SDM660 Graphics Clock Controller"
464         select SDM_GCC_660
465         select QCOM_GDSC
466         help
467           Support for the graphics clock controller on SDM630/636/660 devices.
468           Say Y if you want to support graphics controller devices and
469           functionality such as 3D graphics
470
471 config QCS_TURING_404
472         tristate "QCS404 Turing Clock Controller"
473         help
474           Support for the Turing Clock Controller on QCS404, provides clocks
475           and resets for the Turing subsystem.
476
477 config QCS_Q6SSTOP_404
478         tristate "QCS404 Q6SSTOP Clock Controller"
479         select QCS_GCC_404
480         help
481           Support for the Q6SSTOP clock controller on QCS404 devices.
482           Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
483           controller to reset the Q6SSTOP subsystem.
484
485 config SDM_GCC_845
486         tristate "SDM845 Global Clock Controller"
487         select QCOM_GDSC
488         help
489           Support for the global clock controller on SDM845 devices.
490           Say Y if you want to use peripheral devices such as UART, SPI,
491           i2C, USB, UFS, SDDC, PCIe, etc.
492
493 config SDM_GPUCC_845
494         tristate "SDM845 Graphics Clock Controller"
495         select SDM_GCC_845
496         help
497           Support for the graphics clock controller on SDM845 devices.
498           Say Y if you want to support graphics controller devices and
499           functionality such as 3D graphics.
500
501 config SDM_VIDEOCC_845
502         tristate "SDM845 Video Clock Controller"
503         select SDM_GCC_845
504         select QCOM_GDSC
505         help
506           Support for the video clock controller on SDM845 devices.
507           Say Y if you want to support video devices and functionality such as
508           video encode and decode.
509
510 config SDM_DISPCC_845
511         tristate "SDM845 Display Clock Controller"
512         select SDM_GCC_845
513         help
514           Support for the display clock controller on Qualcomm Technologies, Inc
515           SDM845 devices.
516           Say Y if you want to support display devices and functionality such as
517           splash screen.
518
519 config SDM_LPASSCC_845
520         tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
521         select SDM_GCC_845
522         help
523           Support for the LPASS clock controller on SDM845 devices.
524           Say Y if you want to use the LPASS branch clocks of the LPASS clock
525           controller to reset the LPASS subsystem.
526
527 config SDX_GCC_55
528         tristate "SDX55 Global Clock Controller"
529         select QCOM_GDSC
530         help
531           Support for the global clock controller on SDX55 devices.
532           Say Y if you want to use peripheral devices such as UART,
533           SPI, I2C, USB, SD/UFS, PCIe etc.
534
535 config SM_CAMCC_8250
536         tristate "SM8250 Camera Clock Controller"
537         select SM_GCC_8250
538         help
539           Support for the camera clock controller on SM8250 devices.
540           Say Y if you want to support camera devices and camera functionality.
541
542 config SM_DISPCC_8250
543         tristate "SM8150 and SM8250 Display Clock Controller"
544         depends on SM_GCC_8150 || SM_GCC_8250
545         help
546           Support for the display clock controller on Qualcomm Technologies, Inc
547           SM8150 and SM8250 devices.
548           Say Y if you want to support display devices and functionality such as
549           splash screen.
550
551 config SM_GCC_6115
552         tristate "SM6115 and SM4250 Global Clock Controller"
553         help
554           Support for the global clock controller on SM6115 and SM4250 devices.
555           Say Y if you want to use peripheral devices such as UART, SPI,
556           i2C, USB, UFS, SDDC, PCIe, etc.
557
558 config SM_GCC_6125
559         tristate "SM6125 Global Clock Controller"
560         help
561           Support for the global clock controller on SM6125 devices.
562           Say Y if you want to use peripheral devices such as UART,
563           SPI, I2C, USB, SD/UFS, PCIe etc.
564
565 config SM_GCC_6350
566         tristate "SM6350 Global Clock Controller"
567         select QCOM_GDSC
568         help
569           Support for the global clock controller on SM6350 devices.
570           Say Y if you want to use peripheral devices such as UART,
571           SPI, I2C, USB, SD/UFS, PCIe etc.
572
573 config SM_GCC_8150
574         tristate "SM8150 Global Clock Controller"
575         help
576           Support for the global clock controller on SM8150 devices.
577           Say Y if you want to use peripheral devices such as UART,
578           SPI, I2C, USB, SD/UFS, PCIe etc.
579
580 config SM_GCC_8250
581         tristate "SM8250 Global Clock Controller"
582         select QCOM_GDSC
583         help
584           Support for the global clock controller on SM8250 devices.
585           Say Y if you want to use peripheral devices such as UART,
586           SPI, I2C, USB, SD/UFS, PCIe etc.
587
588 config SM_GCC_8350
589         tristate "SM8350 Global Clock Controller"
590         select QCOM_GDSC
591         help
592           Support for the global clock controller on SM8350 devices.
593           Say Y if you want to use peripheral devices such as UART,
594           SPI, I2C, USB, SD/UFS, PCIe etc.
595
596 config SM_GPUCC_8150
597         tristate "SM8150 Graphics Clock Controller"
598         select SM_GCC_8150
599         help
600           Support for the graphics clock controller on SM8150 devices.
601           Say Y if you want to support graphics controller devices and
602           functionality such as 3D graphics.
603
604 config SM_GPUCC_8250
605         tristate "SM8250 Graphics Clock Controller"
606         select SM_GCC_8250
607         help
608           Support for the graphics clock controller on SM8250 devices.
609           Say Y if you want to support graphics controller devices and
610           functionality such as 3D graphics.
611
612 config SM_VIDEOCC_8150
613         tristate "SM8150 Video Clock Controller"
614         select SM_GCC_8150
615         select QCOM_GDSC
616         help
617           Support for the video clock controller on SM8150 devices.
618           Say Y if you want to support video devices and functionality such as
619           video encode and decode.
620
621 config SM_VIDEOCC_8250
622         tristate "SM8250 Video Clock Controller"
623         select SM_GCC_8250
624         select QCOM_GDSC
625         help
626           Support for the video clock controller on SM8250 devices.
627           Say Y if you want to support video devices and functionality such as
628           video encode and decode.
629
630 config SPMI_PMIC_CLKDIV
631         tristate "SPMI PMIC clkdiv Support"
632         depends on SPMI || COMPILE_TEST
633         help
634           This driver supports the clkdiv functionality on the Qualcomm
635           Technologies, Inc. SPMI PMIC. It configures the frequency of
636           clkdiv outputs of the PMIC. These clocks are typically wired
637           through alternate functions on GPIO pins.
638
639 config QCOM_HFPLL
640         tristate "High-Frequency PLL (HFPLL) Clock Controller"
641         help
642           Support for the high-frequency PLLs present on Qualcomm devices.
643           Say Y if you want to support CPU frequency scaling on devices
644           such as MSM8974, APQ8084, etc.
645
646 config KPSS_XCC
647         tristate "KPSS Clock Controller"
648         help
649           Support for the Krait ACC and GCC clock controllers. Say Y
650           if you want to support CPU frequency scaling on devices such
651           as MSM8960, APQ8064, etc.
652
653 config KRAITCC
654         tristate "Krait Clock Controller"
655         depends on ARM
656         select KRAIT_CLOCKS
657         help
658           Support for the Krait CPU clocks on Qualcomm devices.
659           Say Y if you want to support CPU frequency scaling.
660
661 config CLK_GFM_LPASS_SM8250
662         tristate "SM8250 GFM LPASS Clocks"
663         help
664           Support for the Glitch Free Mux (GFM) Low power audio
665           subsystem (LPASS) clocks found on SM8250 SoCs.
666
667 endif