xref: /linux/drivers/clk/qcom/Kconfig (revision 30eb0e76d7b4b7dd1e6e8ace010ac24391dd9263)
1# SPDX-License-Identifier: GPL-2.0-only
2config KRAIT_CLOCKS
3	bool
4	select KRAIT_L2_ACCESSORS
5
6config QCOM_GDSC
7	bool
8	select PM_GENERIC_DOMAINS if PM
9
10menuconfig COMMON_CLK_QCOM
11	tristate "Support for Qualcomm's clock controllers"
12	depends on OF
13	depends on ARCH_QCOM || COMPILE_TEST
14	select RATIONAL
15	select REGMAP_MMIO
16	select RESET_CONTROLLER
17	select INTERCONNECT
18	select INTERCONNECT_CLK
19
20if COMMON_CLK_QCOM
21
22config CLK_X1E80100_CAMCC
23	tristate "X1E80100 Camera Clock Controller"
24	depends on ARM64 || COMPILE_TEST
25	select CLK_X1E80100_GCC
26	help
27	  Support for the camera clock controller on X1E80100 devices.
28	  Say Y if you want to support camera devices and camera functionality.
29
30config CLK_X1E80100_DISPCC
31	tristate "X1E80100 Display Clock Controller"
32	depends on ARM64 || COMPILE_TEST
33	select CLK_X1E80100_GCC
34	help
35	  Support for the two display clock controllers on Qualcomm
36	  Technologies, Inc. X1E80100 devices.
37	  Say Y if you want to support display devices and functionality such as
38	  splash screen.
39
40config CLK_X1E80100_GCC
41	tristate "X1E80100 Global Clock Controller"
42	depends on ARM64 || COMPILE_TEST
43	select QCOM_GDSC
44	help
45	  Support for the global clock controller on Qualcomm Technologies, Inc
46	  X1E80100 devices.
47	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
48	  USB, UFS, SD/eMMC, PCIe, etc.
49
50config CLK_X1E80100_GPUCC
51	tristate "X1E80100 Graphics Clock Controller"
52	depends on ARM64 || COMPILE_TEST
53	select CLK_X1E80100_GCC
54	help
55	  Support for the graphics clock controller on X1E80100 devices.
56	  Say Y if you want to support graphics controller devices and
57	  functionality such as 3D graphics.
58
59config CLK_X1E80100_TCSRCC
60	tristate "X1E80100 TCSR Clock Controller"
61	depends on ARM64 || COMPILE_TEST
62	select QCOM_GDSC
63	help
64	  Support for the TCSR clock controller on X1E80100 devices.
65	  Say Y if you want to use peripheral devices such as SD/UFS.
66
67config CLK_QCM2290_GPUCC
68	tristate "QCM2290 Graphics Clock Controller"
69	depends on ARM64 || COMPILE_TEST
70	select QCM_GCC_2290
71	help
72	  Support for the graphics clock controller on QCM2290 devices.
73	  Say Y if you want to support graphics controller devices and
74	  functionality such as 3D graphics.
75
76config QCOM_A53PLL
77	tristate "MSM8916 A53 PLL"
78	help
79	  Support for the A53 PLL on MSM8916 devices. It provides
80	  the CPU with frequencies above 1GHz.
81	  Say Y if you want to support higher CPU frequencies on MSM8916
82	  devices.
83
84config QCOM_A7PLL
85	tristate "A7 PLL driver for SDX55 and SDX65"
86	help
87	  Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with
88	  frequencies above 1GHz.
89	  Say Y if you want to support higher CPU frequencies on SDX55 and SDX65
90	  devices.
91
92config QCOM_CLK_APCS_MSM8916
93	tristate "MSM8916 APCS Clock Controller"
94	depends on QCOM_APCS_IPC || COMPILE_TEST
95	help
96	  Support for the APCS Clock Controller on msm8916 devices. The
97	  APCS is managing the mux and divider which feeds the CPUs.
98	  Say Y if you want to support CPU frequency scaling on devices
99	  such as msm8916.
100
101config QCOM_CLK_APCC_MSM8996
102	tristate "MSM8996 CPU Clock Controller"
103	select QCOM_KRYO_L2_ACCESSORS
104	select INTERCONNECT_CLK if INTERCONNECT
105	depends on ARM64
106	help
107	  Support for the CPU clock controller on msm8996 devices.
108	  Say Y if you want to support CPU clock scaling using CPUfreq
109	  drivers for dynamic power management.
110
111config QCOM_CLK_APCS_SDX55
112	tristate "SDX55 and SDX65 APCS Clock Controller"
113	depends on QCOM_APCS_IPC || COMPILE_TEST
114	depends on ARM || COMPILE_TEST
115	help
116	  Support for the APCS Clock Controller on SDX55, SDX65 platforms. The
117	  APCS is managing the mux and divider which feeds the CPUs.
118	  Say Y if you want to support CPU frequency scaling on devices
119	  such as SDX55, SDX65.
120
121config QCOM_CLK_RPM
122	tristate "RPM based Clock Controller"
123	depends on MFD_QCOM_RPM
124	help
125	  The RPM (Resource Power Manager) is a dedicated hardware engine for
126	  managing the shared SoC resources in order to keep the lowest power
127	  profile. It communicates with other hardware subsystems via shared
128	  memory and accepts clock requests, aggregates the requests and turns
129	  the clocks on/off or scales them on demand.
130	  Say Y if you want to support the clocks exposed by the RPM on
131	  platforms such as apq8064, msm8660, msm8960 etc.
132
133config QCOM_CLK_SMD_RPM
134	tristate "RPM over SMD based Clock Controller"
135	depends on QCOM_SMD_RPM
136	help
137	  The RPM (Resource Power Manager) is a dedicated hardware engine for
138	  managing the shared SoC resources in order to keep the lowest power
139	  profile. It communicates with other hardware subsystems via shared
140	  memory and accepts clock requests, aggregates the requests and turns
141	  the clocks on/off or scales them on demand.
142	  Say Y if you want to support the clocks exposed by the RPM on
143	  platforms such as apq8016, apq8084, msm8974 etc.
144
145config QCOM_CLK_RPMH
146	tristate "RPMh Clock Driver"
147	depends on QCOM_RPMH
148	help
149	 RPMh manages shared resources on some Qualcomm Technologies, Inc.
150	 SoCs. It accepts requests from other hardware subsystems via RSC.
151	 Say Y if you want to support the clocks exposed by RPMh on
152	 platforms such as SDM845.
153
154config APQ_GCC_8084
155	tristate "APQ8084 Global Clock Controller"
156	depends on ARM || COMPILE_TEST
157	select QCOM_GDSC
158	help
159	  Support for the global clock controller on apq8084 devices.
160	  Say Y if you want to use peripheral devices such as UART, SPI,
161	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
162
163config APQ_MMCC_8084
164	tristate "APQ8084 Multimedia Clock Controller"
165	depends on ARM || COMPILE_TEST
166	select APQ_GCC_8084
167	select QCOM_GDSC
168	help
169	  Support for the multimedia clock controller on apq8084 devices.
170	  Say Y if you want to support multimedia devices such as display,
171	  graphics, video encode/decode, camera, etc.
172
173config IPQ_APSS_PLL
174	tristate "IPQ APSS PLL"
175	help
176	  Support for APSS PLL on ipq devices. The APSS PLL is the main
177	  clock that feeds the CPUs on ipq based devices.
178	  Say Y if you want to support CPU frequency scaling on ipq based
179	  devices.
180
181config IPQ_APSS_6018
182	tristate "IPQ APSS Clock Controller"
183	select IPQ_APSS_PLL
184	depends on QCOM_APCS_IPC || COMPILE_TEST
185	depends on QCOM_SMEM
186	help
187	  Support for APSS clock controller on IPQ platforms. The
188	  APSS clock controller manages the Mux and enable block that feeds the
189	  CPUs.
190	  Say Y if you want to support CPU frequency scaling on
191	  ipq based devices.
192
193config IPQ_GCC_4019
194	tristate "IPQ4019 Global Clock Controller"
195	help
196	  Support for the global clock controller on ipq4019 devices.
197	  Say Y if you want to use peripheral devices such as UART, SPI,
198	  i2c, USB, SD/eMMC, etc.
199
200config IPQ_GCC_5018
201	tristate "IPQ5018 Global Clock Controller"
202	depends on ARM64 || COMPILE_TEST
203	help
204	  Support for global clock controller on ipq5018 devices.
205	  Say Y if you want to use peripheral devices such as UART, SPI,
206	  i2c, USB, SD/eMMC, etc.
207
208config IPQ_GCC_5332
209	tristate "IPQ5332 Global Clock Controller"
210	depends on ARM64 || COMPILE_TEST
211	help
212	  Support for the global clock controller on ipq5332 devices.
213	  Say Y if you want to use peripheral devices such as UART, SPI,
214	  i2c, USB, SD/eMMC, etc.
215
216config IPQ_GCC_6018
217	tristate "IPQ6018 Global Clock Controller"
218	help
219	  Support for global clock controller on ipq6018 devices.
220	  Say Y if you want to use peripheral devices such as UART, SPI,
221	  i2c, USB, SD/eMMC, etc. Select this for the root clock
222	  of ipq6018.
223
224config IPQ_GCC_806X
225	tristate "IPQ806x Global Clock Controller"
226	depends on ARM || COMPILE_TEST
227	help
228	  Support for the global clock controller on ipq806x devices.
229	  Say Y if you want to use peripheral devices such as UART, SPI,
230	  i2c, USB, SD/eMMC, etc.
231
232config IPQ_LCC_806X
233	tristate "IPQ806x LPASS Clock Controller"
234	depends on ARM || COMPILE_TEST
235	select IPQ_GCC_806X
236	help
237	  Support for the LPASS clock controller on ipq806x devices.
238	  Say Y if you want to use audio devices such as i2s, pcm,
239	  S/PDIF, etc.
240
241config IPQ_GCC_8074
242	tristate "IPQ8074 Global Clock Controller"
243	select QCOM_GDSC
244	help
245	  Support for global clock controller on ipq8074 devices.
246	  Say Y if you want to use peripheral devices such as UART, SPI,
247	  i2c, USB, SD/eMMC, etc. Select this for the root clock
248	  of ipq8074.
249
250config IPQ_GCC_9574
251	tristate "IPQ9574 Global Clock Controller"
252	help
253	  Support for global clock controller on ipq9574 devices.
254	  Say Y if you want to use peripheral devices such as UART, SPI,
255	  i2c, USB, SD/eMMC, etc. Select this for the root clock
256	  of ipq9574.
257
258config IPQ_NSSCC_QCA8K
259	tristate "QCA8K(QCA8386 or QCA8084) NSS Clock Controller"
260	depends on MDIO_BUS
261	help
262	  Support for NSS(Network SubSystem) clock controller on
263	  qca8386/qca8084 chip.
264	  Say Y or M if you want to use network features of switch or
265	  PHY device. Select this for the root clock of qca8k.
266
267config MSM_GCC_8660
268	tristate "MSM8660 Global Clock Controller"
269	depends on ARM || COMPILE_TEST
270	help
271	  Support for the global clock controller on msm8660 devices.
272	  Say Y if you want to use peripheral devices such as UART, SPI,
273	  i2c, USB, SD/eMMC, etc.
274
275config MSM_GCC_8909
276	tristate "MSM8909 Global Clock Controller"
277	depends on ARM || COMPILE_TEST
278	select QCOM_GDSC
279	help
280	  Support for the global clock controller on msm8909 devices.
281	  Say Y if you want to use devices such as UART, SPI, I2C, USB,
282	  SD/eMMC, display, graphics, camera etc.
283
284config MSM_GCC_8916
285	tristate "MSM8916 Global Clock Controller"
286	select QCOM_GDSC
287	help
288	  Support for the global clock controller on msm8916 devices.
289	  Say Y if you want to use devices such as UART, SPI i2c, USB,
290	  SD/eMMC, display, graphics, camera etc.
291
292config MSM_GCC_8917
293	tristate "MSM8917/QM215 Global Clock Controller"
294	depends on ARM64 || COMPILE_TEST
295	select QCOM_GDSC
296	help
297	  Support for the global clock controller on msm8917 and qm215
298	  devices.
299	  Say Y if you want to use devices such as UART, SPI i2c, USB,
300	  SD/eMMC, display, graphics, camera etc.
301
302config MSM_GCC_8939
303	tristate "MSM8939 Global Clock Controller"
304	select QCOM_GDSC
305	help
306	  Support for the global clock controller on msm8939 devices.
307	  Say Y if you want to use devices such as UART, SPI i2c, USB,
308	  SD/eMMC, display, graphics, camera etc.
309
310config MSM_GCC_8960
311	tristate "APQ8064/MSM8960 Global Clock Controller"
312	depends on ARM || COMPILE_TEST
313	help
314	  Support for the global clock controller on apq8064/msm8960 devices.
315	  Say Y if you want to use peripheral devices such as UART, SPI,
316	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
317
318config MSM_LCC_8960
319	tristate "APQ8064/MSM8960/MDM9650 LPASS Clock Controller"
320	depends on ARM || COMPILE_TEST
321	help
322	  Support for the LPASS clock controller on apq8064/msm8960/mdm9650
323	  devices.
324	  Say Y if you want to use audio devices such as i2s, pcm,
325	  SLIMBus, etc.
326
327config MDM_GCC_9607
328	tristate "MDM9607 Global Clock Controller"
329	depends on ARM || COMPILE_TEST
330	help
331	  Support for the global clock controller on mdm9607 devices.
332	  Say Y if you want to use peripheral devices such as UART, SPI,
333	  I2C, USB, SD/eMMC, etc.
334
335config MDM_GCC_9615
336	tristate "MDM9615 Global Clock Controller"
337	depends on ARM || COMPILE_TEST
338	help
339	  Support for the global clock controller on mdm9615 devices.
340	  Say Y if you want to use peripheral devices such as UART, SPI,
341	  i2c, USB, SD/eMMC, etc.
342
343config MSM_MMCC_8960
344	tristate "MSM8960 Multimedia Clock Controller"
345	depends on ARM || COMPILE_TEST
346	select MSM_GCC_8960
347	help
348	  Support for the multimedia clock controller on msm8960 devices.
349	  Say Y if you want to support multimedia devices such as display,
350	  graphics, video encode/decode, camera, etc.
351
352config MSM_GCC_8953
353	tristate "MSM8953 Global Clock Controller"
354	select QCOM_GDSC
355	help
356	  Support for the global clock controller on msm8953 devices.
357	  Say Y if you want to use devices such as UART, SPI i2c, USB,
358	  SD/eMMC, display, graphics, camera etc.
359
360config MSM_GCC_8974
361	tristate "MSM8974 Global Clock Controller"
362	depends on ARM || COMPILE_TEST
363	select QCOM_GDSC
364	help
365	  Support for the global clock controller on msm8974 devices.
366	  Say Y if you want to use peripheral devices such as UART, SPI,
367	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
368
369config MSM_MMCC_8974
370	tristate "MSM8974 Multimedia Clock Controller"
371	depends on ARM || COMPILE_TEST
372	select MSM_GCC_8974
373	select QCOM_GDSC
374	help
375	  Support for the multimedia clock controller on msm8974 devices.
376	  Say Y if you want to support multimedia devices such as display,
377	  graphics, video encode/decode, camera, etc.
378
379config MSM_GCC_8976
380	tristate "MSM8956/76 Global Clock Controller"
381	select QCOM_GDSC
382	help
383	  Support for the global clock controller on msm8956/76 devices.
384	  Say Y if you want to use peripheral devices such as UART, SPI,
385	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
386
387config MSM_MMCC_8994
388	tristate "MSM8994 Multimedia Clock Controller"
389	select MSM_GCC_8994
390	select QCOM_GDSC
391	help
392	  Support for the multimedia clock controller on msm8994 devices.
393	  Say Y if you want to support multimedia devices such as display,
394	  graphics, video encode/decode, camera, etc.
395
396config MSM_GCC_8994
397	tristate "MSM8994 Global Clock Controller"
398	help
399	  Support for the global clock controller on msm8994 devices.
400	  Say Y if you want to use peripheral devices such as UART, SPI,
401	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
402
403config MSM_GCC_8996
404	tristate "MSM8996 Global Clock Controller"
405	select QCOM_GDSC
406	help
407	  Support for the global clock controller on msm8996 devices.
408	  Say Y if you want to use peripheral devices such as UART, SPI,
409	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
410
411config MSM_MMCC_8996
412	tristate "MSM8996 Multimedia Clock Controller"
413	select MSM_GCC_8996
414	select QCOM_GDSC
415	help
416	  Support for the multimedia clock controller on msm8996 devices.
417	  Say Y if you want to support multimedia devices such as display,
418	  graphics, video encode/decode, camera, etc.
419
420config MSM_GCC_8998
421	tristate "MSM8998 Global Clock Controller"
422	select QCOM_GDSC
423	help
424	  Support for the global clock controller on msm8998 devices.
425	  Say Y if you want to use peripheral devices such as UART, SPI,
426	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
427
428config MSM_GPUCC_8998
429	tristate "MSM8998 Graphics Clock Controller"
430	select MSM_GCC_8998
431	select QCOM_GDSC
432	help
433	  Support for the graphics clock controller on MSM8998 devices.
434	  Say Y if you want to support graphics controller devices and
435	  functionality such as 3D graphics.
436
437config MSM_MMCC_8998
438	tristate "MSM8998 Multimedia Clock Controller"
439	select MSM_GCC_8998
440	select QCOM_GDSC
441	help
442	  Support for the multimedia clock controller on msm8998 devices.
443	  Say Y if you want to support multimedia devices such as display,
444	  graphics, video encode/decode, camera, etc.
445
446config QCM_GCC_2290
447	tristate "QCM2290 Global Clock Controller"
448	select QCOM_GDSC
449	help
450	  Support for the global clock controller on QCM2290 devices.
451	  Say Y if you want to use multimedia devices or peripheral
452	  devices such as UART, SPI, I2C, USB, SD/eMMC etc.
453
454config QCM_DISPCC_2290
455	tristate "QCM2290 Display Clock Controller"
456	select QCM_GCC_2290
457	help
458	  Support for the display clock controller on Qualcomm Technologies, Inc
459	  QCM2290 devices.
460	  Say Y if you want to support display devices and functionality such as
461	  splash screen.
462
463config QCS_GCC_404
464	tristate "QCS404 Global Clock Controller"
465	help
466	  Support for the global clock controller on QCS404 devices.
467	  Say Y if you want to use multimedia devices or peripheral
468	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
469
470config SA_CAMCC_8775P
471	tristate "SA8775P Camera Clock Controller"
472	depends on ARM64 || COMPILE_TEST
473	select SA_GCC_8775P
474	help
475	  Support for the camera clock controller on Qualcomm Technologies, Inc
476	  SA8775P devices.
477	  Say Y if you want to support camera devices and functionality such as
478	  capturing pictures.
479
480config SC_CAMCC_7180
481	tristate "SC7180 Camera Clock Controller"
482	depends on ARM64 || COMPILE_TEST
483	select SC_GCC_7180
484	help
485	  Support for the camera clock controller on Qualcomm Technologies, Inc
486	  SC7180 devices.
487	  Say Y if you want to support camera devices and functionality such as
488	  capturing pictures.
489
490config SC_CAMCC_7280
491	tristate "SC7280 Camera Clock Controller"
492	depends on ARM64 || COMPILE_TEST
493	select SC_GCC_7280
494	help
495	  Support for the camera clock controller on Qualcomm Technologies, Inc
496	  SC7280 devices.
497	  Say Y if you want to support camera devices and functionality such as
498	  capturing pictures.
499
500config SC_CAMCC_8280XP
501	tristate "SC8280XP Camera Clock Controller"
502	depends on ARM64 || COMPILE_TEST
503	select SC_GCC_8280XP
504	help
505	  Support for the camera clock controller on Qualcomm Technologies, Inc
506	  SC8280XP devices.
507	  Say Y if you want to support camera devices and functionality such as
508	  capturing pictures.
509
510config SA_DISPCC_8775P
511	tristate "SA8775P Display Clock Controller"
512	depends on ARM64 || COMPILE_TEST
513	select SA_GCC_8775P
514	help
515	  Support for the two display clock controllers on Qualcomm
516	  Technologies, Inc. SA8775P devices.
517	  Say Y if you want to support display devices and functionality such as
518	  splash screen.
519
520config SC_DISPCC_7180
521	tristate "SC7180 Display Clock Controller"
522	depends on ARM64 || COMPILE_TEST
523	select SC_GCC_7180
524	help
525	  Support for the display clock controller on Qualcomm Technologies, Inc
526	  SC7180 devices.
527	  Say Y if you want to support display devices and functionality such as
528	  splash screen.
529
530config SC_DISPCC_7280
531	tristate "SC7280 Display Clock Controller"
532	depends on ARM64 || COMPILE_TEST
533	select SC_GCC_7280
534	help
535	  Support for the display clock controller on Qualcomm Technologies, Inc.
536	  SC7280 devices.
537	  Say Y if you want to support display devices and functionality such as
538	  splash screen.
539
540config SC_DISPCC_8280XP
541	tristate "SC8280XP Display Clock Controller"
542	depends on ARM64 || COMPILE_TEST
543	select SC_GCC_8280XP
544	help
545	  Support for the two display clock controllers on Qualcomm
546	  Technologies, Inc. SC8280XP devices.
547	  Say Y if you want to support display devices and functionality such as
548	  splash screen.
549
550config SA_GCC_8775P
551	tristate "SA8775 Global Clock Controller"
552	select QCOM_GDSC
553	depends on COMMON_CLK_QCOM
554	help
555	  Support for the global clock controller on SA8775 devices.
556	  Say Y if you want to use peripheral devices such as UART, SPI,
557	  I2C, USB, UFS, SDCC, etc.
558
559config SA_GPUCC_8775P
560	tristate "SA8775P Graphics clock controller"
561	select QCOM_GDSC
562	select SA_GCC_8775P
563	help
564	  Support for the graphics clock controller on SA8775P devices.
565	  Say Y if you want to support graphics controller devices and
566	  functionality such as 3D graphics.
567
568config SAR_GCC_2130P
569	tristate "SAR2130P Global Clock Controller"
570	select QCOM_GDSC
571	depends on COMMON_CLK_QCOM
572	help
573	  Support for the global clock controller on SAR2130P devices.
574	  Say Y if you want to use peripheral devices such as UART, SPI,
575	  I2C, USB, SDCC, etc.
576
577config SAR_GPUCC_2130P
578	tristate "SAR2130P Graphics clock controller"
579	select QCOM_GDSC
580	select SAR_GCC_2130P
581	help
582	  Support for the graphics clock controller on SAR2130P devices.
583	  Say Y if you want to support graphics controller devices and
584	  functionality such as 3D graphics.
585
586config SC_GCC_7180
587	tristate "SC7180 Global Clock Controller"
588	select QCOM_GDSC
589	depends on COMMON_CLK_QCOM
590	depends on ARM64 || COMPILE_TEST
591	help
592	  Support for the global clock controller on SC7180 devices.
593	  Say Y if you want to use peripheral devices such as UART, SPI,
594	  I2C, USB, UFS, SDCC, etc.
595
596config SC_GCC_7280
597	tristate "SC7280 Global Clock Controller"
598	select QCOM_GDSC
599	depends on COMMON_CLK_QCOM
600	depends on ARM64 || COMPILE_TEST
601	help
602	  Support for the global clock controller on SC7280 devices.
603	  Say Y if you want to use peripheral devices such as UART, SPI,
604	  I2C, USB, UFS, SDCC, PCIe etc.
605
606config SC_GCC_8180X
607	tristate "SC8180X Global Clock Controller"
608	select QCOM_GDSC
609	depends on COMMON_CLK_QCOM
610	depends on ARM64 || COMPILE_TEST
611	help
612	  Support for the global clock controller on SC8180X devices.
613	  Say Y if you want to use peripheral devices such as UART, SPI,
614	  I2C, USB, UFS, SDCC, etc.
615
616config SC_GCC_8280XP
617	tristate "SC8280XP Global Clock Controller"
618	select QCOM_GDSC
619	depends on COMMON_CLK_QCOM
620	depends on ARM64 || COMPILE_TEST
621	help
622	  Support for the global clock controller on SC8280XP devices.
623	  Say Y if you want to use peripheral devices such as UART, SPI,
624	  I2C, USB, UFS, SDCC, etc.
625
626config SC_GPUCC_7180
627	tristate "SC7180 Graphics Clock Controller"
628	depends on ARM64 || COMPILE_TEST
629	select SC_GCC_7180
630	help
631	  Support for the graphics clock controller on SC7180 devices.
632	  Say Y if you want to support graphics controller devices and
633	  functionality such as 3D graphics.
634
635config SC_GPUCC_7280
636	tristate "SC7280 Graphics Clock Controller"
637	depends on ARM64 || COMPILE_TEST
638	select SC_GCC_7280
639	help
640	  Support for the graphics clock controller on SC7280 devices.
641	  Say Y if you want to support graphics controller devices and
642	  functionality such as 3D graphics.
643
644config SC_GPUCC_8280XP
645	tristate "SC8280XP Graphics Clock Controller"
646	depends on ARM64 || COMPILE_TEST
647	select SC_GCC_8280XP
648	help
649	  Support for the graphics clock controller on SC8280XP devices.
650	  Say Y if you want to support graphics controller devices and
651	  functionality such as 3D graphics.
652
653config SC_LPASSCC_7280
654	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
655	depends on ARM64 || COMPILE_TEST
656	select SC_GCC_7280
657	help
658	  Support for the LPASS clock controller on SC7280 devices.
659	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
660	  controller to reset the LPASS subsystem.
661
662config SC_LPASSCC_8280XP
663	tristate "SC8280 Low Power Audio Subsystem (LPASS) Clock Controller"
664	depends on ARM64 || COMPILE_TEST
665	select SC_GCC_8280XP
666	help
667	  Support for the LPASS clock controller on SC8280XP devices.
668	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
669	  controller to reset the LPASS subsystem.
670
671config SC_LPASS_CORECC_7180
672	tristate "SC7180 LPASS Core Clock Controller"
673	depends on ARM64 || COMPILE_TEST
674	select SC_GCC_7180
675	help
676	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
677	  on SC7180 devices.
678	  Say Y if you want to use LPASS clocks and power domains of the LPASS
679	  core clock controller.
680
681config SC_LPASS_CORECC_7280
682	tristate "SC7280 LPASS Core & Audio Clock Controller"
683	depends on ARM64 || COMPILE_TEST
684	select SC_GCC_7280
685	select QCOM_GDSC
686	help
687	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock
688	  controller on SC7280 devices.
689	  Say Y if you want to use LPASS clocks and power domains of the LPASS
690	  core clock controller.
691
692config SC_VIDEOCC_7180
693	tristate "SC7180 Video Clock Controller"
694	depends on ARM64 || COMPILE_TEST
695	select SC_GCC_7180
696	help
697	  Support for the video clock controller on SC7180 devices.
698	  Say Y if you want to support video devices and functionality such as
699	  video encode and decode.
700
701config SC_VIDEOCC_7280
702	tristate "SC7280 Video Clock Controller"
703	depends on ARM64 || COMPILE_TEST
704	select SC_GCC_7280
705	help
706	  Support for the video clock controller on SC7280 devices.
707	  Say Y if you want to support video devices and functionality such as
708	  video encode and decode.
709
710config SDM_CAMCC_845
711	tristate "SDM845 Camera Clock Controller"
712	depends on ARM64 || COMPILE_TEST
713	select SDM_GCC_845
714	help
715	  Support for the camera clock controller on SDM845 devices.
716	  Say Y if you want to support camera devices and camera functionality.
717
718config SDM_GCC_660
719	tristate "SDM660 Global Clock Controller"
720	depends on ARM64 || COMPILE_TEST
721	select QCOM_GDSC
722	help
723	  Support for the global clock controller on SDM660 devices.
724	  Say Y if you want to use peripheral devices such as UART, SPI,
725	  i2C, USB, UFS, SDDC, PCIe, etc.
726
727config SDM_MMCC_660
728	tristate "SDM660 Multimedia Clock Controller"
729	depends on ARM64 || COMPILE_TEST
730	select SDM_GCC_660
731	select QCOM_GDSC
732	help
733	  Support for the multimedia clock controller on SDM660 devices.
734	  Say Y if you want to support multimedia devices such as display,
735	  graphics, video encode/decode, camera, etc.
736
737config SDM_GPUCC_660
738	tristate "SDM660 Graphics Clock Controller"
739	depends on ARM64 || COMPILE_TEST
740	select SDM_GCC_660
741	select QCOM_GDSC
742	help
743	  Support for the graphics clock controller on SDM630/636/660 devices.
744	  Say Y if you want to support graphics controller devices and
745	  functionality such as 3D graphics
746
747config QCS_TURING_404
748	tristate "QCS404 Turing Clock Controller"
749	help
750	  Support for the Turing Clock Controller on QCS404, provides clocks
751	  and resets for the Turing subsystem.
752
753config QCS_Q6SSTOP_404
754	tristate "QCS404 Q6SSTOP Clock Controller"
755	select QCS_GCC_404
756	help
757	  Support for the Q6SSTOP clock controller on QCS404 devices.
758	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
759	  controller to reset the Q6SSTOP subsystem.
760
761config QDU_GCC_1000
762	tristate "QDU1000/QRU1000 Global Clock Controller"
763	select QCOM_GDSC
764	help
765	  Support for the global clock controller on QDU1000 and
766	  QRU1000 devices. Say Y if you want to use peripheral
767	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.
768
769config QDU_ECPRICC_1000
770	tristate "QDU1000/QRU1000 ECPRI Clock Controller"
771	depends on ARM64 || COMPILE_TEST
772	select QDU_GCC_1000
773	help
774	  Support for the ECPRI clock controller on QDU1000 and
775	  QRU1000 devices. Say Y if you want to support the ECPRI
776	  clock controller functionality such as Ethernet.
777
778config SDM_GCC_845
779	tristate "SDM845/SDM670 Global Clock Controller"
780	depends on ARM64 || COMPILE_TEST
781	select QCOM_GDSC
782	help
783	  Support for the global clock controller on SDM845 and SDM670 devices.
784	  Say Y if you want to use peripheral devices such as UART, SPI,
785	  i2C, USB, UFS, SDDC, PCIe, etc.
786
787config SDM_GPUCC_845
788	tristate "SDM845 Graphics Clock Controller"
789	depends on ARM64 || COMPILE_TEST
790	select SDM_GCC_845
791	help
792	  Support for the graphics clock controller on SDM845 devices.
793	  Say Y if you want to support graphics controller devices and
794	  functionality such as 3D graphics.
795
796config SDM_VIDEOCC_845
797	tristate "SDM845 Video Clock Controller"
798	depends on ARM64 || COMPILE_TEST
799	select SDM_GCC_845
800	select QCOM_GDSC
801	help
802	  Support for the video clock controller on SDM845 devices.
803	  Say Y if you want to support video devices and functionality such as
804	  video encode and decode.
805
806config SDM_DISPCC_845
807	tristate "SDM845 Display Clock Controller"
808	depends on ARM64 || COMPILE_TEST
809	select SDM_GCC_845
810	help
811	  Support for the display clock controller on Qualcomm Technologies, Inc
812	  SDM845 devices.
813	  Say Y if you want to support display devices and functionality such as
814	  splash screen.
815
816config SDM_LPASSCC_845
817	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
818	depends on ARM64 || COMPILE_TEST
819	select SDM_GCC_845
820	help
821	  Support for the LPASS clock controller on SDM845 devices.
822	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
823	  controller to reset the LPASS subsystem.
824
825config SDX_GCC_55
826	tristate "SDX55 Global Clock Controller"
827	depends on ARM || COMPILE_TEST
828	select QCOM_GDSC
829	help
830	  Support for the global clock controller on SDX55 devices.
831	  Say Y if you want to use peripheral devices such as UART,
832	  SPI, I2C, USB, SD/UFS, PCIe etc.
833
834config SDX_GCC_65
835	tristate "SDX65 Global Clock Controller"
836	depends on ARM || COMPILE_TEST
837	select QCOM_GDSC
838	help
839	  Support for the global clock controller on SDX65 devices.
840	  Say Y if you want to use peripheral devices such as UART,
841	  SPI, I2C, USB, SD/UFS, PCIe etc.
842
843config SDX_GCC_75
844	tristate "SDX75 Global Clock Controller"
845	select QCOM_GDSC
846	help
847	  Support for the global clock controller on SDX75 devices.
848	  Say Y if you want to use peripheral devices such as UART,
849	  SPI, I2C, USB, SD/eMMC, PCIe etc.
850
851config SM_CAMCC_4450
852	tristate "SM4450 Camera Clock Controller"
853	depends on ARM64 || COMPILE_TEST
854	select SM_GCC_4450
855	help
856	  Support for the camera clock controller on SM4450 devices.
857	  Say Y if you want to support camera devices and camera functionality.
858
859config SM_CAMCC_6350
860	tristate "SM6350 Camera Clock Controller"
861	depends on ARM64 || COMPILE_TEST
862	select SM_GCC_6350
863	help
864	  Support for the camera clock controller on SM6350 devices.
865	  Say Y if you want to support camera devices and camera functionality.
866
867config SM_CAMCC_7150
868	tristate "SM7150 Camera Clock Controller"
869	depends on ARM64 || COMPILE_TEST
870	select SM_GCC_7150
871	help
872	  Support for the camera clock controller on SM7150 devices.
873	  Say Y if you want to support camera devices and camera functionality.
874
875config SM_CAMCC_8150
876	tristate "SM8150 Camera Clock Controller"
877	depends on ARM64 || COMPILE_TEST
878	select SM_GCC_8150
879	help
880	  Support for the camera clock controller on Qualcomm Technologies, Inc
881	  SM8150 devices.
882	  Say Y if you want to support camera devices and functionality such as
883	  capturing pictures.
884
885config SM_CAMCC_8250
886	tristate "SM8250 Camera Clock Controller"
887	depends on ARM64 || COMPILE_TEST
888	select SM_GCC_8250
889	help
890	  Support for the camera clock controller on SM8250 devices.
891	  Say Y if you want to support camera devices and camera functionality.
892
893config SM_CAMCC_8450
894	tristate "SM8450 Camera Clock Controller"
895	depends on ARM64 || COMPILE_TEST
896	select SM_GCC_8450
897	help
898	  Support for the camera clock controller on SM8450 or SM8475 devices.
899	  Say Y if you want to support camera devices and camera functionality.
900
901config SM_CAMCC_8550
902	tristate "SM8550 Camera Clock Controller"
903	depends on ARM64 || COMPILE_TEST
904	select SM_GCC_8550
905	help
906	  Support for the camera clock controller on SM8550 devices.
907	  Say Y if you want to support camera devices and camera functionality.
908
909config SM_CAMCC_8650
910	tristate "SM8650 Camera Clock Controller"
911	depends on ARM64 || COMPILE_TEST
912	select SM_GCC_8650
913	help
914	  Support for the camera clock controller on SM8650 devices.
915	  Say Y if you want to support camera devices and camera functionality.
916
917config SM_DISPCC_4450
918	tristate "SM4450 Display Clock Controller"
919	depends on ARM64 || COMPILE_TEST
920	depends on SM_GCC_4450
921	help
922	  Support for the display clock controller on Qualcomm Technologies, Inc
923	  SM4450 devices.
924	  Say Y if you want to support display devices and functionality such as
925	  splash screen
926
927config SM_DISPCC_6115
928	tristate "SM6115 Display Clock Controller"
929	depends on ARM64 || COMPILE_TEST
930	depends on SM_GCC_6115
931	help
932	  Support for the display clock controller on Qualcomm Technologies, Inc
933	  SM6115/SM4250 devices.
934	  Say Y if you want to support display devices and functionality such as
935	  splash screen
936
937config SM_DISPCC_6125
938	tristate "SM6125 Display Clock Controller"
939	depends on ARM64 || COMPILE_TEST
940	depends on SM_GCC_6125
941	help
942	  Support for the display clock controller on Qualcomm Technologies, Inc
943	  SM6125 devices.
944	  Say Y if you want to support display devices and functionality such as
945	  splash screen
946
947config SM_DISPCC_7150
948	tristate "SM7150 Display Clock Controller"
949	depends on ARM64 || COMPILE_TEST
950	depends on SM_GCC_7150
951	help
952	  Support for the display clock controller on Qualcomm Technologies, Inc
953	  SM7150 devices.
954	  Say Y if you want to support display devices and functionality such as
955	  splash screen.
956
957config SM_DISPCC_8250
958	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
959	depends on ARM64 || COMPILE_TEST
960	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
961	help
962	  Support for the display clock controller on Qualcomm Technologies, Inc
963	  SM8150/SM8250/SM8350 devices.
964	  Say Y if you want to support display devices and functionality such as
965	  splash screen.
966
967config SM_DISPCC_6350
968	tristate "SM6350 Display Clock Controller"
969	depends on ARM64 || COMPILE_TEST
970	depends on SM_GCC_6350
971	help
972	  Support for the display clock controller on Qualcomm Technologies, Inc
973	  SM6350 devices.
974	  Say Y if you want to support display devices and functionality such as
975	  splash screen.
976
977config SM_DISPCC_6375
978	tristate "SM6375 Display Clock Controller"
979	depends on ARM64 || COMPILE_TEST
980	depends on SM_GCC_6375
981	help
982	  Support for the display clock controller on Qualcomm Technologies, Inc
983	  SM6375 devices.
984	  Say Y if you want to support display devices and functionality such as
985	  splash screen.
986
987config SM_DISPCC_8450
988	tristate "SM8450 Display Clock Controller"
989	depends on ARM64 || COMPILE_TEST
990	depends on SM_GCC_8450
991	help
992	  Support for the display clock controller on Qualcomm Technologies, Inc
993	  SM8450 or SM8475 devices.
994	  Say Y if you want to support display devices and functionality such as
995	  splash screen.
996
997config SM_DISPCC_8550
998	tristate "SM8550 Display Clock Controller"
999	depends on ARM64 || COMPILE_TEST
1000	depends on SM_GCC_8550 || SM_GCC_8650 || SAR_GCC_2130P
1001	help
1002	  Support for the display clock controller on Qualcomm Technologies, Inc
1003	  SAR2130P, SM8550 or SM8650 devices.
1004	  Say Y if you want to support display devices and functionality such as
1005	  splash screen.
1006
1007config SM_GCC_4450
1008	tristate "SM4450 Global Clock Controller"
1009	depends on ARM64 || COMPILE_TEST
1010	select QCOM_GDSC
1011	help
1012	  Support for the global clock controller on SM4450 devices.
1013	  Say Y if you want to use peripheral devices such as UART, SPI,
1014	  I2C, USB, SD/UFS, PCIe, etc.
1015
1016config SM_GCC_6115
1017	tristate "SM6115 and SM4250 Global Clock Controller"
1018	depends on ARM64 || COMPILE_TEST
1019	select QCOM_GDSC
1020	help
1021	  Support for the global clock controller on SM6115 and SM4250 devices.
1022	  Say Y if you want to use peripheral devices such as UART, SPI,
1023	  i2C, USB, UFS, SDDC, PCIe, etc.
1024
1025config SM_GCC_6125
1026	tristate "SM6125 Global Clock Controller"
1027	depends on ARM64 || COMPILE_TEST
1028	select QCOM_GDSC
1029	help
1030	  Support for the global clock controller on SM6125 devices.
1031	  Say Y if you want to use peripheral devices such as UART,
1032	  SPI, I2C, USB, SD/UFS, PCIe etc.
1033
1034config SM_GCC_6350
1035	tristate "SM6350 Global Clock Controller"
1036	depends on ARM64 || COMPILE_TEST
1037	select QCOM_GDSC
1038	help
1039	  Support for the global clock controller on SM6350 devices.
1040	  Say Y if you want to use peripheral devices such as UART,
1041	  SPI, I2C, USB, SD/UFS, PCIe etc.
1042
1043config SM_GCC_6375
1044	tristate "SM6375 Global Clock Controller"
1045	depends on ARM64 || COMPILE_TEST
1046	select QCOM_GDSC
1047	help
1048	  Support for the global clock controller on SM6375 devices.
1049	  Say Y if you want to use peripheral devices such as UART,
1050	  SPI, I2C, USB, SD/UFS etc.
1051
1052config SM_GCC_7150
1053	tristate "SM7150 Global Clock Controller"
1054	depends on ARM64 || COMPILE_TEST
1055	select QCOM_GDSC
1056	help
1057	  Support for the global clock controller on SM7150 devices.
1058	  Say Y if you want to use peripheral devices such as UART,
1059	  SPI, I2C, USB, SD/UFS, PCIe etc.
1060
1061config SM_GCC_8150
1062	tristate "SM8150 Global Clock Controller"
1063	depends on ARM64 || COMPILE_TEST
1064	help
1065	  Support for the global clock controller on SM8150 devices.
1066	  Say Y if you want to use peripheral devices such as UART,
1067	  SPI, I2C, USB, SD/UFS, PCIe etc.
1068
1069config SM_GCC_8250
1070	tristate "SM8250 Global Clock Controller"
1071	depends on ARM64 || COMPILE_TEST
1072	select QCOM_GDSC
1073	help
1074	  Support for the global clock controller on SM8250 devices.
1075	  Say Y if you want to use peripheral devices such as UART,
1076	  SPI, I2C, USB, SD/UFS, PCIe etc.
1077
1078config SM_GCC_8350
1079	tristate "SM8350 Global Clock Controller"
1080	depends on ARM64 || COMPILE_TEST
1081	select QCOM_GDSC
1082	help
1083	  Support for the global clock controller on SM8350 devices.
1084	  Say Y if you want to use peripheral devices such as UART,
1085	  SPI, I2C, USB, SD/UFS, PCIe etc.
1086
1087config SM_GCC_8450
1088	tristate "SM8450 Global Clock Controller"
1089	depends on ARM64 || COMPILE_TEST
1090	select QCOM_GDSC
1091	help
1092	  Support for the global clock controller on SM8450 or SM8475
1093	  devices.
1094	  Say Y if you want to use peripheral devices such as UART,
1095	  SPI, I2C, USB, SD/UFS, PCIe etc.
1096
1097config SM_GCC_8550
1098	tristate "SM8550 Global Clock Controller"
1099	depends on ARM64 || COMPILE_TEST
1100	select QCOM_GDSC
1101	help
1102	  Support for the global clock controller on SM8550 devices.
1103	  Say Y if you want to use peripheral devices such as UART,
1104	  SPI, I2C, USB, SD/UFS, PCIe etc.
1105
1106config SM_GCC_8650
1107	tristate "SM8650 Global Clock Controller"
1108	depends on ARM64 || COMPILE_TEST
1109	select QCOM_GDSC
1110	help
1111	  Support for the global clock controller on SM8650 devices.
1112	  Say Y if you want to use peripheral devices such as UART,
1113	  SPI, I2C, USB, SD/UFS, PCIe etc.
1114
1115config SM_GPUCC_4450
1116	tristate "SM4450 Graphics Clock Controller"
1117	depends on ARM64 || COMPILE_TEST
1118	select SM_GCC_4450
1119	help
1120	  Support for the graphics clock controller on SM4450 devices.
1121	  Say Y if you want to support graphics controller devices and
1122	  functionality such as 3D graphics.
1123
1124config SM_GPUCC_6115
1125	tristate "SM6115 Graphics Clock Controller"
1126	select SM_GCC_6115
1127	depends on ARM64 || COMPILE_TEST
1128	help
1129	  Support for the graphics clock controller on SM6115 devices.
1130	  Say Y if you want to support graphics controller devices and
1131	  functionality such as 3D graphics.
1132
1133config SM_GPUCC_6125
1134	tristate "SM6125 Graphics Clock Controller"
1135	select SM_GCC_6125
1136	depends on ARM64 || COMPILE_TEST
1137	help
1138	  Support for the graphics clock controller on SM6125 devices.
1139	  Say Y if you want to support graphics controller devices and
1140	  functionality such as 3D graphics.
1141
1142config SM_GPUCC_6375
1143	tristate "SM6375 Graphics Clock Controller"
1144	select SM_GCC_6375
1145	depends on ARM64 || COMPILE_TEST
1146	help
1147	  Support for the graphics clock controller on SM6375 devices.
1148	  Say Y if you want to support graphics controller devices and
1149	  functionality such as 3D graphics.
1150
1151config SM_GPUCC_6350
1152	tristate "SM6350 Graphics Clock Controller"
1153	depends on ARM64 || COMPILE_TEST
1154	select SM_GCC_6350
1155	help
1156	  Support for the graphics clock controller on SM6350 devices.
1157	  Say Y if you want to support graphics controller devices and
1158	  functionality such as 3D graphics.
1159
1160config SM_GPUCC_8150
1161	tristate "SM8150 Graphics Clock Controller"
1162	depends on ARM64 || COMPILE_TEST
1163	select SM_GCC_8150
1164	help
1165	  Support for the graphics clock controller on SM8150 devices.
1166	  Say Y if you want to support graphics controller devices and
1167	  functionality such as 3D graphics.
1168
1169config SM_GPUCC_8250
1170	tristate "SM8250 Graphics Clock Controller"
1171	depends on ARM64 || COMPILE_TEST
1172	select SM_GCC_8250
1173	help
1174	  Support for the graphics clock controller on SM8250 devices.
1175	  Say Y if you want to support graphics controller devices and
1176	  functionality such as 3D graphics.
1177
1178config SM_GPUCC_8350
1179	tristate "SM8350 Graphics Clock Controller"
1180	depends on ARM64 || COMPILE_TEST
1181	select SM_GCC_8350
1182	help
1183	  Support for the graphics clock controller on SM8350 devices.
1184	  Say Y if you want to support graphics controller devices and
1185	  functionality such as 3D graphics.
1186
1187config SM_GPUCC_8450
1188	tristate "SM8450 Graphics Clock Controller"
1189	depends on ARM64 || COMPILE_TEST
1190	select SM_GCC_8450
1191	help
1192	  Support for the graphics clock controller on SM8450 or SM8475
1193	  devices.
1194	  Say Y if you want to support graphics controller devices and
1195	  functionality such as 3D graphics.
1196
1197config SM_GPUCC_8550
1198	tristate "SM8550 Graphics Clock Controller"
1199	depends on ARM64 || COMPILE_TEST
1200	select SM_GCC_8550
1201	help
1202	  Support for the graphics clock controller on SM8550 devices.
1203	  Say Y if you want to support graphics controller devices and
1204	  functionality such as 3D graphics.
1205
1206config SM_GPUCC_8650
1207	tristate "SM8650 Graphics Clock Controller"
1208	depends on ARM64 || COMPILE_TEST
1209	select SM_GCC_8650
1210	help
1211	  Support for the graphics clock controller on SM8650 devices.
1212	  Say Y if you want to support graphics controller devices and
1213	  functionality such as 3D graphics.
1214
1215config SM_TCSRCC_8550
1216	tristate "SM8550 TCSR Clock Controller"
1217	depends on ARM64 || COMPILE_TEST
1218	select QCOM_GDSC
1219	help
1220	  Support for the TCSR clock controller on SM8550 devices.
1221	  Say Y if you want to use peripheral devices such as SD/UFS.
1222
1223config SM_TCSRCC_8650
1224	tristate "SM8650 TCSR Clock Controller"
1225	depends on ARM64 || COMPILE_TEST
1226	select QCOM_GDSC
1227	help
1228	  Support for the TCSR clock controller on SM8650 devices.
1229	  Say Y if you want to use peripheral devices such as SD/UFS.
1230
1231config SA_VIDEOCC_8775P
1232	tristate "SA8775P Video Clock Controller"
1233	depends on ARM64 || COMPILE_TEST
1234	select SA_GCC_8775P
1235	select QCOM_GDSC
1236	help
1237	  Support for the video clock controller on Qualcomm Technologies, Inc.
1238	  SA8775P devices.
1239	  Say Y if you want to support video devices and functionality such as
1240	  video encode/decode.
1241
1242config SM_VIDEOCC_7150
1243	tristate "SM7150 Video Clock Controller"
1244	depends on ARM64 || COMPILE_TEST
1245	select SM_GCC_7150
1246	select QCOM_GDSC
1247	help
1248	  Support for the video clock controller on SM7150 devices.
1249	  Say Y if you want to support video devices and functionality such as
1250	  video encode and decode.
1251
1252config SM_VIDEOCC_8150
1253	tristate "SM8150 Video Clock Controller"
1254	depends on ARM64 || COMPILE_TEST
1255	select SM_GCC_8150
1256	select QCOM_GDSC
1257	help
1258	  Support for the video clock controller on SM8150 devices.
1259	  Say Y if you want to support video devices and functionality such as
1260	  video encode and decode.
1261
1262config SM_VIDEOCC_8250
1263	tristate "SM8250 Video Clock Controller"
1264	depends on ARM64 || COMPILE_TEST
1265	select SM_GCC_8250
1266	select QCOM_GDSC
1267	help
1268	  Support for the video clock controller on SM8250 devices.
1269	  Say Y if you want to support video devices and functionality such as
1270	  video encode and decode.
1271
1272config SM_VIDEOCC_8350
1273	tristate "SM8350 Video Clock Controller"
1274	depends on ARM64 || COMPILE_TEST
1275	select SM_GCC_8350
1276	select QCOM_GDSC
1277	help
1278	  Support for the video clock controller on SM8350 devices.
1279	  Say Y if you want to support video devices and functionality such as
1280	  video encode and decode.
1281
1282config SM_VIDEOCC_8550
1283	tristate "SM8550 Video Clock Controller"
1284	depends on ARM64 || COMPILE_TEST
1285	depends on SM_GCC_8550 || SM_GCC_8650
1286	select QCOM_GDSC
1287	help
1288	  Support for the video clock controller on Qualcomm Technologies, Inc.
1289	  SM8550 or SM8650 devices.
1290	  Say Y if you want to support video devices and functionality such as
1291	  video encode/decode.
1292
1293config SPMI_PMIC_CLKDIV
1294	tristate "SPMI PMIC clkdiv Support"
1295	depends on SPMI || COMPILE_TEST
1296	help
1297	  This driver supports the clkdiv functionality on the Qualcomm
1298	  Technologies, Inc. SPMI PMIC. It configures the frequency of
1299	  clkdiv outputs of the PMIC. These clocks are typically wired
1300	  through alternate functions on GPIO pins.
1301
1302config QCOM_HFPLL
1303	tristate "High-Frequency PLL (HFPLL) Clock Controller"
1304	help
1305	  Support for the high-frequency PLLs present on Qualcomm devices.
1306	  Say Y if you want to support CPU frequency scaling on devices
1307	  such as MSM8974, APQ8084, etc.
1308
1309config KPSS_XCC
1310	tristate "KPSS Clock Controller"
1311	help
1312	  Support for the Krait ACC and GCC clock controllers. Say Y
1313	  if you want to support CPU frequency scaling on devices such
1314	  as MSM8960, APQ8064, etc.
1315
1316config KRAITCC
1317	tristate "Krait Clock Controller"
1318	depends on ARM
1319	select KRAIT_CLOCKS
1320	help
1321	  Support for the Krait CPU clocks on Qualcomm devices.
1322	  Say Y if you want to support CPU frequency scaling.
1323
1324config CLK_GFM_LPASS_SM8250
1325	tristate "SM8250 GFM LPASS Clocks"
1326	depends on ARM64 || COMPILE_TEST
1327	help
1328	  Support for the Glitch Free Mux (GFM) Low power audio
1329          subsystem (LPASS) clocks found on SM8250 SoCs.
1330
1331config SM_VIDEOCC_8450
1332	tristate "SM8450 Video Clock Controller"
1333	depends on ARM64 || COMPILE_TEST
1334	select SM_GCC_8450
1335	select QCOM_GDSC
1336	help
1337	  Support for the video clock controller on Qualcomm Technologies, Inc.
1338	  SM8450 or SM8475 devices.
1339	  Say Y if you want to support video devices and functionality such as
1340	  video encode/decode.
1341endif
1342