xref: /linux/drivers/clk/qcom/Kconfig (revision e700bfd2f976903428df422f78c6b725ea142564)
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 SC_GCC_7180
569	tristate "SC7180 Global Clock Controller"
570	select QCOM_GDSC
571	depends on COMMON_CLK_QCOM
572	depends on ARM64 || COMPILE_TEST
573	help
574	  Support for the global clock controller on SC7180 devices.
575	  Say Y if you want to use peripheral devices such as UART, SPI,
576	  I2C, USB, UFS, SDCC, etc.
577
578config SC_GCC_7280
579	tristate "SC7280 Global Clock Controller"
580	select QCOM_GDSC
581	depends on COMMON_CLK_QCOM
582	depends on ARM64 || COMPILE_TEST
583	help
584	  Support for the global clock controller on SC7280 devices.
585	  Say Y if you want to use peripheral devices such as UART, SPI,
586	  I2C, USB, UFS, SDCC, PCIe etc.
587
588config SC_GCC_8180X
589	tristate "SC8180X Global Clock Controller"
590	select QCOM_GDSC
591	depends on COMMON_CLK_QCOM
592	depends on ARM64 || COMPILE_TEST
593	help
594	  Support for the global clock controller on SC8180X devices.
595	  Say Y if you want to use peripheral devices such as UART, SPI,
596	  I2C, USB, UFS, SDCC, etc.
597
598config SC_GCC_8280XP
599	tristate "SC8280XP Global Clock Controller"
600	select QCOM_GDSC
601	depends on COMMON_CLK_QCOM
602	depends on ARM64 || COMPILE_TEST
603	help
604	  Support for the global clock controller on SC8280XP devices.
605	  Say Y if you want to use peripheral devices such as UART, SPI,
606	  I2C, USB, UFS, SDCC, etc.
607
608config SC_GPUCC_7180
609	tristate "SC7180 Graphics Clock Controller"
610	depends on ARM64 || COMPILE_TEST
611	select SC_GCC_7180
612	help
613	  Support for the graphics clock controller on SC7180 devices.
614	  Say Y if you want to support graphics controller devices and
615	  functionality such as 3D graphics.
616
617config SC_GPUCC_7280
618	tristate "SC7280 Graphics Clock Controller"
619	depends on ARM64 || COMPILE_TEST
620	select SC_GCC_7280
621	help
622	  Support for the graphics clock controller on SC7280 devices.
623	  Say Y if you want to support graphics controller devices and
624	  functionality such as 3D graphics.
625
626config SC_GPUCC_8280XP
627	tristate "SC8280XP Graphics Clock Controller"
628	depends on ARM64 || COMPILE_TEST
629	select SC_GCC_8280XP
630	help
631	  Support for the graphics clock controller on SC8280XP devices.
632	  Say Y if you want to support graphics controller devices and
633	  functionality such as 3D graphics.
634
635config SC_LPASSCC_7280
636	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
637	depends on ARM64 || COMPILE_TEST
638	select SC_GCC_7280
639	help
640	  Support for the LPASS clock controller on SC7280 devices.
641	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
642	  controller to reset the LPASS subsystem.
643
644config SC_LPASSCC_8280XP
645	tristate "SC8280 Low Power Audio Subsystem (LPASS) Clock Controller"
646	depends on ARM64 || COMPILE_TEST
647	select SC_GCC_8280XP
648	help
649	  Support for the LPASS clock controller on SC8280XP devices.
650	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
651	  controller to reset the LPASS subsystem.
652
653config SC_LPASS_CORECC_7180
654	tristate "SC7180 LPASS Core Clock Controller"
655	depends on ARM64 || COMPILE_TEST
656	select SC_GCC_7180
657	help
658	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
659	  on SC7180 devices.
660	  Say Y if you want to use LPASS clocks and power domains of the LPASS
661	  core clock controller.
662
663config SC_LPASS_CORECC_7280
664	tristate "SC7280 LPASS Core & Audio Clock Controller"
665	depends on ARM64 || COMPILE_TEST
666	select SC_GCC_7280
667	select QCOM_GDSC
668	help
669	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock
670	  controller on SC7280 devices.
671	  Say Y if you want to use LPASS clocks and power domains of the LPASS
672	  core clock controller.
673
674config SC_VIDEOCC_7180
675	tristate "SC7180 Video Clock Controller"
676	depends on ARM64 || COMPILE_TEST
677	select SC_GCC_7180
678	help
679	  Support for the video clock controller on SC7180 devices.
680	  Say Y if you want to support video devices and functionality such as
681	  video encode and decode.
682
683config SC_VIDEOCC_7280
684	tristate "SC7280 Video Clock Controller"
685	depends on ARM64 || COMPILE_TEST
686	select SC_GCC_7280
687	help
688	  Support for the video clock controller on SC7280 devices.
689	  Say Y if you want to support video devices and functionality such as
690	  video encode and decode.
691
692config SDM_CAMCC_845
693	tristate "SDM845 Camera Clock Controller"
694	depends on ARM64 || COMPILE_TEST
695	select SDM_GCC_845
696	help
697	  Support for the camera clock controller on SDM845 devices.
698	  Say Y if you want to support camera devices and camera functionality.
699
700config SDM_GCC_660
701	tristate "SDM660 Global Clock Controller"
702	depends on ARM64 || COMPILE_TEST
703	select QCOM_GDSC
704	help
705	  Support for the global clock controller on SDM660 devices.
706	  Say Y if you want to use peripheral devices such as UART, SPI,
707	  i2C, USB, UFS, SDDC, PCIe, etc.
708
709config SDM_MMCC_660
710	tristate "SDM660 Multimedia Clock Controller"
711	depends on ARM64 || COMPILE_TEST
712	select SDM_GCC_660
713	select QCOM_GDSC
714	help
715	  Support for the multimedia clock controller on SDM660 devices.
716	  Say Y if you want to support multimedia devices such as display,
717	  graphics, video encode/decode, camera, etc.
718
719config SDM_GPUCC_660
720	tristate "SDM660 Graphics Clock Controller"
721	depends on ARM64 || COMPILE_TEST
722	select SDM_GCC_660
723	select QCOM_GDSC
724	help
725	  Support for the graphics clock controller on SDM630/636/660 devices.
726	  Say Y if you want to support graphics controller devices and
727	  functionality such as 3D graphics
728
729config QCS_TURING_404
730	tristate "QCS404 Turing Clock Controller"
731	help
732	  Support for the Turing Clock Controller on QCS404, provides clocks
733	  and resets for the Turing subsystem.
734
735config QCS_Q6SSTOP_404
736	tristate "QCS404 Q6SSTOP Clock Controller"
737	select QCS_GCC_404
738	help
739	  Support for the Q6SSTOP clock controller on QCS404 devices.
740	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
741	  controller to reset the Q6SSTOP subsystem.
742
743config QDU_GCC_1000
744	tristate "QDU1000/QRU1000 Global Clock Controller"
745	select QCOM_GDSC
746	help
747	  Support for the global clock controller on QDU1000 and
748	  QRU1000 devices. Say Y if you want to use peripheral
749	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.
750
751config QDU_ECPRICC_1000
752	tristate "QDU1000/QRU1000 ECPRI Clock Controller"
753	depends on ARM64 || COMPILE_TEST
754	select QDU_GCC_1000
755	help
756	  Support for the ECPRI clock controller on QDU1000 and
757	  QRU1000 devices. Say Y if you want to support the ECPRI
758	  clock controller functionality such as Ethernet.
759
760config SDM_GCC_845
761	tristate "SDM845/SDM670 Global Clock Controller"
762	depends on ARM64 || COMPILE_TEST
763	select QCOM_GDSC
764	help
765	  Support for the global clock controller on SDM845 and SDM670 devices.
766	  Say Y if you want to use peripheral devices such as UART, SPI,
767	  i2C, USB, UFS, SDDC, PCIe, etc.
768
769config SDM_GPUCC_845
770	tristate "SDM845 Graphics Clock Controller"
771	depends on ARM64 || COMPILE_TEST
772	select SDM_GCC_845
773	help
774	  Support for the graphics clock controller on SDM845 devices.
775	  Say Y if you want to support graphics controller devices and
776	  functionality such as 3D graphics.
777
778config SDM_VIDEOCC_845
779	tristate "SDM845 Video Clock Controller"
780	depends on ARM64 || COMPILE_TEST
781	select SDM_GCC_845
782	select QCOM_GDSC
783	help
784	  Support for the video clock controller on SDM845 devices.
785	  Say Y if you want to support video devices and functionality such as
786	  video encode and decode.
787
788config SDM_DISPCC_845
789	tristate "SDM845 Display Clock Controller"
790	depends on ARM64 || COMPILE_TEST
791	select SDM_GCC_845
792	help
793	  Support for the display clock controller on Qualcomm Technologies, Inc
794	  SDM845 devices.
795	  Say Y if you want to support display devices and functionality such as
796	  splash screen.
797
798config SDM_LPASSCC_845
799	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
800	depends on ARM64 || COMPILE_TEST
801	select SDM_GCC_845
802	help
803	  Support for the LPASS clock controller on SDM845 devices.
804	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
805	  controller to reset the LPASS subsystem.
806
807config SDX_GCC_55
808	tristate "SDX55 Global Clock Controller"
809	depends on ARM || COMPILE_TEST
810	select QCOM_GDSC
811	help
812	  Support for the global clock controller on SDX55 devices.
813	  Say Y if you want to use peripheral devices such as UART,
814	  SPI, I2C, USB, SD/UFS, PCIe etc.
815
816config SDX_GCC_65
817	tristate "SDX65 Global Clock Controller"
818	depends on ARM || COMPILE_TEST
819	select QCOM_GDSC
820	help
821	  Support for the global clock controller on SDX65 devices.
822	  Say Y if you want to use peripheral devices such as UART,
823	  SPI, I2C, USB, SD/UFS, PCIe etc.
824
825config SDX_GCC_75
826	tristate "SDX75 Global Clock Controller"
827	select QCOM_GDSC
828	help
829	  Support for the global clock controller on SDX75 devices.
830	  Say Y if you want to use peripheral devices such as UART,
831	  SPI, I2C, USB, SD/eMMC, PCIe etc.
832
833config SM_CAMCC_4450
834	tristate "SM4450 Camera Clock Controller"
835	depends on ARM64 || COMPILE_TEST
836	select SM_GCC_4450
837	help
838	  Support for the camera clock controller on SM4450 devices.
839	  Say Y if you want to support camera devices and camera functionality.
840
841config SM_CAMCC_6350
842	tristate "SM6350 Camera Clock Controller"
843	depends on ARM64 || COMPILE_TEST
844	select SM_GCC_6350
845	help
846	  Support for the camera clock controller on SM6350 devices.
847	  Say Y if you want to support camera devices and camera functionality.
848
849config SM_CAMCC_7150
850	tristate "SM7150 Camera Clock Controller"
851	depends on ARM64 || COMPILE_TEST
852	select SM_GCC_7150
853	help
854	  Support for the camera clock controller on SM7150 devices.
855	  Say Y if you want to support camera devices and camera functionality.
856
857config SM_CAMCC_8150
858	tristate "SM8150 Camera Clock Controller"
859	depends on ARM64 || COMPILE_TEST
860	select SM_GCC_8150
861	help
862	  Support for the camera clock controller on Qualcomm Technologies, Inc
863	  SM8150 devices.
864	  Say Y if you want to support camera devices and functionality such as
865	  capturing pictures.
866
867config SM_CAMCC_8250
868	tristate "SM8250 Camera Clock Controller"
869	depends on ARM64 || COMPILE_TEST
870	select SM_GCC_8250
871	help
872	  Support for the camera clock controller on SM8250 devices.
873	  Say Y if you want to support camera devices and camera functionality.
874
875config SM_CAMCC_8450
876	tristate "SM8450 Camera Clock Controller"
877	depends on ARM64 || COMPILE_TEST
878	select SM_GCC_8450
879	help
880	  Support for the camera clock controller on SM8450 or SM8475 devices.
881	  Say Y if you want to support camera devices and camera functionality.
882
883config SM_CAMCC_8550
884	tristate "SM8550 Camera Clock Controller"
885	depends on ARM64 || COMPILE_TEST
886	select SM_GCC_8550
887	help
888	  Support for the camera clock controller on SM8550 devices.
889	  Say Y if you want to support camera devices and camera functionality.
890
891config SM_CAMCC_8650
892	tristate "SM8650 Camera Clock Controller"
893	depends on ARM64 || COMPILE_TEST
894	select SM_GCC_8650
895	help
896	  Support for the camera clock controller on SM8650 devices.
897	  Say Y if you want to support camera devices and camera functionality.
898
899config SM_DISPCC_4450
900	tristate "SM4450 Display Clock Controller"
901	depends on ARM64 || COMPILE_TEST
902	depends on SM_GCC_4450
903	help
904	  Support for the display clock controller on Qualcomm Technologies, Inc
905	  SM4450 devices.
906	  Say Y if you want to support display devices and functionality such as
907	  splash screen
908
909config SM_DISPCC_6115
910	tristate "SM6115 Display Clock Controller"
911	depends on ARM64 || COMPILE_TEST
912	depends on SM_GCC_6115
913	help
914	  Support for the display clock controller on Qualcomm Technologies, Inc
915	  SM6115/SM4250 devices.
916	  Say Y if you want to support display devices and functionality such as
917	  splash screen
918
919config SM_DISPCC_6125
920	tristate "SM6125 Display Clock Controller"
921	depends on ARM64 || COMPILE_TEST
922	depends on SM_GCC_6125
923	help
924	  Support for the display clock controller on Qualcomm Technologies, Inc
925	  SM6125 devices.
926	  Say Y if you want to support display devices and functionality such as
927	  splash screen
928
929config SM_DISPCC_7150
930	tristate "SM7150 Display Clock Controller"
931	depends on ARM64 || COMPILE_TEST
932	depends on SM_GCC_7150
933	help
934	  Support for the display clock controller on Qualcomm Technologies, Inc
935	  SM7150 devices.
936	  Say Y if you want to support display devices and functionality such as
937	  splash screen.
938
939config SM_DISPCC_8250
940	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
941	depends on ARM64 || COMPILE_TEST
942	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
943	help
944	  Support for the display clock controller on Qualcomm Technologies, Inc
945	  SM8150/SM8250/SM8350 devices.
946	  Say Y if you want to support display devices and functionality such as
947	  splash screen.
948
949config SM_DISPCC_6350
950	tristate "SM6350 Display Clock Controller"
951	depends on ARM64 || COMPILE_TEST
952	depends on SM_GCC_6350
953	help
954	  Support for the display clock controller on Qualcomm Technologies, Inc
955	  SM6350 devices.
956	  Say Y if you want to support display devices and functionality such as
957	  splash screen.
958
959config SM_DISPCC_6375
960	tristate "SM6375 Display Clock Controller"
961	depends on ARM64 || COMPILE_TEST
962	depends on SM_GCC_6375
963	help
964	  Support for the display clock controller on Qualcomm Technologies, Inc
965	  SM6375 devices.
966	  Say Y if you want to support display devices and functionality such as
967	  splash screen.
968
969config SM_DISPCC_8450
970	tristate "SM8450 Display Clock Controller"
971	depends on ARM64 || COMPILE_TEST
972	depends on SM_GCC_8450
973	help
974	  Support for the display clock controller on Qualcomm Technologies, Inc
975	  SM8450 or SM8475 devices.
976	  Say Y if you want to support display devices and functionality such as
977	  splash screen.
978
979config SM_DISPCC_8550
980	tristate "SM8550 Display Clock Controller"
981	depends on ARM64 || COMPILE_TEST
982	depends on SM_GCC_8550 || SM_GCC_8650
983	help
984	  Support for the display clock controller on Qualcomm Technologies, Inc
985	  SM8550 or SM8650 devices.
986	  Say Y if you want to support display devices and functionality such as
987	  splash screen.
988
989config SM_GCC_4450
990	tristate "SM4450 Global Clock Controller"
991	depends on ARM64 || COMPILE_TEST
992	select QCOM_GDSC
993	help
994	  Support for the global clock controller on SM4450 devices.
995	  Say Y if you want to use peripheral devices such as UART, SPI,
996	  I2C, USB, SD/UFS, PCIe, etc.
997
998config SM_GCC_6115
999	tristate "SM6115 and SM4250 Global Clock Controller"
1000	depends on ARM64 || COMPILE_TEST
1001	select QCOM_GDSC
1002	help
1003	  Support for the global clock controller on SM6115 and SM4250 devices.
1004	  Say Y if you want to use peripheral devices such as UART, SPI,
1005	  i2C, USB, UFS, SDDC, PCIe, etc.
1006
1007config SM_GCC_6125
1008	tristate "SM6125 Global Clock Controller"
1009	depends on ARM64 || COMPILE_TEST
1010	help
1011	  Support for the global clock controller on SM6125 devices.
1012	  Say Y if you want to use peripheral devices such as UART,
1013	  SPI, I2C, USB, SD/UFS, PCIe etc.
1014
1015config SM_GCC_6350
1016	tristate "SM6350 Global Clock Controller"
1017	depends on ARM64 || COMPILE_TEST
1018	select QCOM_GDSC
1019	help
1020	  Support for the global clock controller on SM6350 devices.
1021	  Say Y if you want to use peripheral devices such as UART,
1022	  SPI, I2C, USB, SD/UFS, PCIe etc.
1023
1024config SM_GCC_6375
1025	tristate "SM6375 Global Clock Controller"
1026	depends on ARM64 || COMPILE_TEST
1027	select QCOM_GDSC
1028	help
1029	  Support for the global clock controller on SM6375 devices.
1030	  Say Y if you want to use peripheral devices such as UART,
1031	  SPI, I2C, USB, SD/UFS etc.
1032
1033config SM_GCC_7150
1034	tristate "SM7150 Global Clock Controller"
1035	depends on ARM64 || COMPILE_TEST
1036	select QCOM_GDSC
1037	help
1038	  Support for the global clock controller on SM7150 devices.
1039	  Say Y if you want to use peripheral devices such as UART,
1040	  SPI, I2C, USB, SD/UFS, PCIe etc.
1041
1042config SM_GCC_8150
1043	tristate "SM8150 Global Clock Controller"
1044	depends on ARM64 || COMPILE_TEST
1045	help
1046	  Support for the global clock controller on SM8150 devices.
1047	  Say Y if you want to use peripheral devices such as UART,
1048	  SPI, I2C, USB, SD/UFS, PCIe etc.
1049
1050config SM_GCC_8250
1051	tristate "SM8250 Global Clock Controller"
1052	depends on ARM64 || COMPILE_TEST
1053	select QCOM_GDSC
1054	help
1055	  Support for the global clock controller on SM8250 devices.
1056	  Say Y if you want to use peripheral devices such as UART,
1057	  SPI, I2C, USB, SD/UFS, PCIe etc.
1058
1059config SM_GCC_8350
1060	tristate "SM8350 Global Clock Controller"
1061	depends on ARM64 || COMPILE_TEST
1062	select QCOM_GDSC
1063	help
1064	  Support for the global clock controller on SM8350 devices.
1065	  Say Y if you want to use peripheral devices such as UART,
1066	  SPI, I2C, USB, SD/UFS, PCIe etc.
1067
1068config SM_GCC_8450
1069	tristate "SM8450 Global Clock Controller"
1070	depends on ARM64 || COMPILE_TEST
1071	select QCOM_GDSC
1072	help
1073	  Support for the global clock controller on SM8450 or SM8475
1074	  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_8550
1079	tristate "SM8550 Global Clock Controller"
1080	depends on ARM64 || COMPILE_TEST
1081	select QCOM_GDSC
1082	help
1083	  Support for the global clock controller on SM8550 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_8650
1088	tristate "SM8650 Global Clock Controller"
1089	depends on ARM64 || COMPILE_TEST
1090	select QCOM_GDSC
1091	help
1092	  Support for the global clock controller on SM8650 devices.
1093	  Say Y if you want to use peripheral devices such as UART,
1094	  SPI, I2C, USB, SD/UFS, PCIe etc.
1095
1096config SM_GPUCC_4450
1097	tristate "SM4450 Graphics Clock Controller"
1098	depends on ARM64 || COMPILE_TEST
1099	select SM_GCC_4450
1100	help
1101	  Support for the graphics clock controller on SM4450 devices.
1102	  Say Y if you want to support graphics controller devices and
1103	  functionality such as 3D graphics.
1104
1105config SM_GPUCC_6115
1106	tristate "SM6115 Graphics Clock Controller"
1107	select SM_GCC_6115
1108	depends on ARM64 || COMPILE_TEST
1109	help
1110	  Support for the graphics clock controller on SM6115 devices.
1111	  Say Y if you want to support graphics controller devices and
1112	  functionality such as 3D graphics.
1113
1114config SM_GPUCC_6125
1115	tristate "SM6125 Graphics Clock Controller"
1116	select SM_GCC_6125
1117	depends on ARM64 || COMPILE_TEST
1118	help
1119	  Support for the graphics clock controller on SM6125 devices.
1120	  Say Y if you want to support graphics controller devices and
1121	  functionality such as 3D graphics.
1122
1123config SM_GPUCC_6375
1124	tristate "SM6375 Graphics Clock Controller"
1125	select SM_GCC_6375
1126	depends on ARM64 || COMPILE_TEST
1127	help
1128	  Support for the graphics clock controller on SM6375 devices.
1129	  Say Y if you want to support graphics controller devices and
1130	  functionality such as 3D graphics.
1131
1132config SM_GPUCC_6350
1133	tristate "SM6350 Graphics Clock Controller"
1134	depends on ARM64 || COMPILE_TEST
1135	select SM_GCC_6350
1136	help
1137	  Support for the graphics clock controller on SM6350 devices.
1138	  Say Y if you want to support graphics controller devices and
1139	  functionality such as 3D graphics.
1140
1141config SM_GPUCC_8150
1142	tristate "SM8150 Graphics Clock Controller"
1143	depends on ARM64 || COMPILE_TEST
1144	select SM_GCC_8150
1145	help
1146	  Support for the graphics clock controller on SM8150 devices.
1147	  Say Y if you want to support graphics controller devices and
1148	  functionality such as 3D graphics.
1149
1150config SM_GPUCC_8250
1151	tristate "SM8250 Graphics Clock Controller"
1152	depends on ARM64 || COMPILE_TEST
1153	select SM_GCC_8250
1154	help
1155	  Support for the graphics clock controller on SM8250 devices.
1156	  Say Y if you want to support graphics controller devices and
1157	  functionality such as 3D graphics.
1158
1159config SM_GPUCC_8350
1160	tristate "SM8350 Graphics Clock Controller"
1161	depends on ARM64 || COMPILE_TEST
1162	select SM_GCC_8350
1163	help
1164	  Support for the graphics clock controller on SM8350 devices.
1165	  Say Y if you want to support graphics controller devices and
1166	  functionality such as 3D graphics.
1167
1168config SM_GPUCC_8450
1169	tristate "SM8450 Graphics Clock Controller"
1170	depends on ARM64 || COMPILE_TEST
1171	select SM_GCC_8450
1172	help
1173	  Support for the graphics clock controller on SM8450 or SM8475
1174	  devices.
1175	  Say Y if you want to support graphics controller devices and
1176	  functionality such as 3D graphics.
1177
1178config SM_GPUCC_8550
1179	tristate "SM8550 Graphics Clock Controller"
1180	depends on ARM64 || COMPILE_TEST
1181	select SM_GCC_8550
1182	help
1183	  Support for the graphics clock controller on SM8550 devices.
1184	  Say Y if you want to support graphics controller devices and
1185	  functionality such as 3D graphics.
1186
1187config SM_GPUCC_8650
1188	tristate "SM8650 Graphics Clock Controller"
1189	depends on ARM64 || COMPILE_TEST
1190	select SM_GCC_8650
1191	help
1192	  Support for the graphics clock controller on SM8650 devices.
1193	  Say Y if you want to support graphics controller devices and
1194	  functionality such as 3D graphics.
1195
1196config SM_TCSRCC_8550
1197	tristate "SM8550 TCSR Clock Controller"
1198	depends on ARM64 || COMPILE_TEST
1199	select QCOM_GDSC
1200	help
1201	  Support for the TCSR clock controller on SM8550 devices.
1202	  Say Y if you want to use peripheral devices such as SD/UFS.
1203
1204config SM_TCSRCC_8650
1205	tristate "SM8650 TCSR Clock Controller"
1206	depends on ARM64 || COMPILE_TEST
1207	select QCOM_GDSC
1208	help
1209	  Support for the TCSR clock controller on SM8650 devices.
1210	  Say Y if you want to use peripheral devices such as SD/UFS.
1211
1212config SA_VIDEOCC_8775P
1213	tristate "SA8775P Video Clock Controller"
1214	depends on ARM64 || COMPILE_TEST
1215	select SA_GCC_8775P
1216	select QCOM_GDSC
1217	help
1218	  Support for the video clock controller on Qualcomm Technologies, Inc.
1219	  SA8775P devices.
1220	  Say Y if you want to support video devices and functionality such as
1221	  video encode/decode.
1222
1223config SM_VIDEOCC_7150
1224	tristate "SM7150 Video Clock Controller"
1225	depends on ARM64 || COMPILE_TEST
1226	select SM_GCC_7150
1227	select QCOM_GDSC
1228	help
1229	  Support for the video clock controller on SM7150 devices.
1230	  Say Y if you want to support video devices and functionality such as
1231	  video encode and decode.
1232
1233config SM_VIDEOCC_8150
1234	tristate "SM8150 Video Clock Controller"
1235	depends on ARM64 || COMPILE_TEST
1236	select SM_GCC_8150
1237	select QCOM_GDSC
1238	help
1239	  Support for the video clock controller on SM8150 devices.
1240	  Say Y if you want to support video devices and functionality such as
1241	  video encode and decode.
1242
1243config SM_VIDEOCC_8250
1244	tristate "SM8250 Video Clock Controller"
1245	depends on ARM64 || COMPILE_TEST
1246	select SM_GCC_8250
1247	select QCOM_GDSC
1248	help
1249	  Support for the video clock controller on SM8250 devices.
1250	  Say Y if you want to support video devices and functionality such as
1251	  video encode and decode.
1252
1253config SM_VIDEOCC_8350
1254	tristate "SM8350 Video Clock Controller"
1255	depends on ARM64 || COMPILE_TEST
1256	select SM_GCC_8350
1257	select QCOM_GDSC
1258	help
1259	  Support for the video clock controller on SM8350 devices.
1260	  Say Y if you want to support video devices and functionality such as
1261	  video encode and decode.
1262
1263config SM_VIDEOCC_8550
1264	tristate "SM8550 Video Clock Controller"
1265	depends on ARM64 || COMPILE_TEST
1266	depends on SM_GCC_8550 || SM_GCC_8650
1267	select QCOM_GDSC
1268	help
1269	  Support for the video clock controller on Qualcomm Technologies, Inc.
1270	  SM8550 or SM8650 devices.
1271	  Say Y if you want to support video devices and functionality such as
1272	  video encode/decode.
1273
1274config SPMI_PMIC_CLKDIV
1275	tristate "SPMI PMIC clkdiv Support"
1276	depends on SPMI || COMPILE_TEST
1277	help
1278	  This driver supports the clkdiv functionality on the Qualcomm
1279	  Technologies, Inc. SPMI PMIC. It configures the frequency of
1280	  clkdiv outputs of the PMIC. These clocks are typically wired
1281	  through alternate functions on GPIO pins.
1282
1283config QCOM_HFPLL
1284	tristate "High-Frequency PLL (HFPLL) Clock Controller"
1285	help
1286	  Support for the high-frequency PLLs present on Qualcomm devices.
1287	  Say Y if you want to support CPU frequency scaling on devices
1288	  such as MSM8974, APQ8084, etc.
1289
1290config KPSS_XCC
1291	tristate "KPSS Clock Controller"
1292	help
1293	  Support for the Krait ACC and GCC clock controllers. Say Y
1294	  if you want to support CPU frequency scaling on devices such
1295	  as MSM8960, APQ8064, etc.
1296
1297config KRAITCC
1298	tristate "Krait Clock Controller"
1299	depends on ARM
1300	select KRAIT_CLOCKS
1301	help
1302	  Support for the Krait CPU clocks on Qualcomm devices.
1303	  Say Y if you want to support CPU frequency scaling.
1304
1305config CLK_GFM_LPASS_SM8250
1306	tristate "SM8250 GFM LPASS Clocks"
1307	depends on ARM64 || COMPILE_TEST
1308	help
1309	  Support for the Glitch Free Mux (GFM) Low power audio
1310          subsystem (LPASS) clocks found on SM8250 SoCs.
1311
1312config SM_VIDEOCC_8450
1313	tristate "SM8450 Video Clock Controller"
1314	depends on ARM64 || COMPILE_TEST
1315	select SM_GCC_8450
1316	select QCOM_GDSC
1317	help
1318	  Support for the video clock controller on Qualcomm Technologies, Inc.
1319	  SM8450 or SM8475 devices.
1320	  Say Y if you want to support video devices and functionality such as
1321	  video encode/decode.
1322endif
1323