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