xref: /openbmc/linux/drivers/clk/qcom/Kconfig (revision 33cc27a4)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
24d7dc77bSStephen Boydconfig KRAIT_CLOCKS
34d7dc77bSStephen Boyd	bool
44d7dc77bSStephen Boyd	select KRAIT_L2_ACCESSORS
54d7dc77bSStephen Boyd
673bb7dc0SStephen Boydconfig QCOM_GDSC
773bb7dc0SStephen Boyd	bool
873bb7dc0SStephen Boyd	select PM_GENERIC_DOMAINS if PM
973bb7dc0SStephen Boyd
1000f64b58SGeorgi Djakovconfig QCOM_RPMCC
1100f64b58SGeorgi Djakov	bool
1200f64b58SGeorgi Djakov
13f071bcebSStephen Boydmenuconfig COMMON_CLK_QCOM
14085d7a45SStephen Boyd	tristate "Support for Qualcomm's clock controllers"
15085d7a45SStephen Boyd	depends on OF
163937567dSBartlomiej Zolnierkiewicz	depends on ARCH_QCOM || COMPILE_TEST
17cddf1f82STaniya Das	select RATIONAL
18085d7a45SStephen Boyd	select REGMAP_MMIO
19b36ba30cSStephen Boyd	select RESET_CONTROLLER
202ec94130SStephen Boyd
21f071bcebSStephen Boydif COMMON_CLK_QCOM
22f071bcebSStephen Boyd
230c6ab1b8SGeorgi Djakovconfig QCOM_A53PLL
240c6ab1b8SGeorgi Djakov	tristate "MSM8916 A53 PLL"
250c6ab1b8SGeorgi Djakov	help
260c6ab1b8SGeorgi Djakov	  Support for the A53 PLL on MSM8916 devices. It provides
270c6ab1b8SGeorgi Djakov	  the CPU with frequencies above 1GHz.
280c6ab1b8SGeorgi Djakov	  Say Y if you want to support higher CPU frequencies on MSM8916
290c6ab1b8SGeorgi Djakov	  devices.
300c6ab1b8SGeorgi Djakov
315a5223ffSManivannan Sadhasivamconfig QCOM_A7PLL
32af44e327SRohit Agarwal	tristate "A7 PLL driver for SDX55 and SDX65"
335a5223ffSManivannan Sadhasivam	help
34af44e327SRohit Agarwal	  Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with
355a5223ffSManivannan Sadhasivam	  frequencies above 1GHz.
36af44e327SRohit Agarwal	  Say Y if you want to support higher CPU frequencies on SDX55 and SDX65
375a5223ffSManivannan Sadhasivam	  devices.
385a5223ffSManivannan Sadhasivam
3981ac3884SGeorgi Djakovconfig QCOM_CLK_APCS_MSM8916
4081ac3884SGeorgi Djakov	tristate "MSM8916 APCS Clock Controller"
4181ac3884SGeorgi Djakov	depends on QCOM_APCS_IPC || COMPILE_TEST
4281ac3884SGeorgi Djakov	help
4381ac3884SGeorgi Djakov	  Support for the APCS Clock Controller on msm8916 devices. The
4481ac3884SGeorgi Djakov	  APCS is managing the mux and divider which feeds the CPUs.
4581ac3884SGeorgi Djakov	  Say Y if you want to support CPU frequency scaling on devices
4681ac3884SGeorgi Djakov	  such as msm8916.
4781ac3884SGeorgi Djakov
4803e342dcSLoic Poulainconfig QCOM_CLK_APCC_MSM8996
4903e342dcSLoic Poulain	tristate "MSM8996 CPU Clock Controller"
5003e342dcSLoic Poulain	select QCOM_KRYO_L2_ACCESSORS
5103e342dcSLoic Poulain	depends on ARM64
5203e342dcSLoic Poulain	help
5303e342dcSLoic Poulain	  Support for the CPU clock controller on msm8996 devices.
5403e342dcSLoic Poulain	  Say Y if you want to support CPU clock scaling using CPUfreq
5502d8e879SColin Ian King	  drivers for dynamic power management.
5603e342dcSLoic Poulain
57f28dec1aSManivannan Sadhasivamconfig QCOM_CLK_APCS_SDX55
582081df36SRohit Agarwal	tristate "SDX55 and SDX65 APCS Clock Controller"
59f28dec1aSManivannan Sadhasivam	depends on QCOM_APCS_IPC || COMPILE_TEST
60f28dec1aSManivannan Sadhasivam	help
612081df36SRohit Agarwal	  Support for the APCS Clock Controller on SDX55, SDX65 platforms. The
62f28dec1aSManivannan Sadhasivam	  APCS is managing the mux and divider which feeds the CPUs.
63f28dec1aSManivannan Sadhasivam	  Say Y if you want to support CPU frequency scaling on devices
642081df36SRohit Agarwal	  such as SDX55, SDX65.
65f28dec1aSManivannan Sadhasivam
66872f91b5SGeorgi Djakovconfig QCOM_CLK_RPM
67872f91b5SGeorgi Djakov	tristate "RPM based Clock Controller"
68f071bcebSStephen Boyd	depends on MFD_QCOM_RPM
69872f91b5SGeorgi Djakov	select QCOM_RPMCC
70872f91b5SGeorgi Djakov	help
71872f91b5SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
72872f91b5SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
73872f91b5SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
74872f91b5SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
75872f91b5SGeorgi Djakov	  the clocks on/off or scales them on demand.
76872f91b5SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
77872f91b5SGeorgi Djakov	  platforms such as apq8064, msm8660, msm8960 etc.
78872f91b5SGeorgi Djakov
7900f64b58SGeorgi Djakovconfig QCOM_CLK_SMD_RPM
8000f64b58SGeorgi Djakov	tristate "RPM over SMD based Clock Controller"
81f071bcebSStephen Boyd	depends on QCOM_SMD_RPM
8200f64b58SGeorgi Djakov	select QCOM_RPMCC
8300f64b58SGeorgi Djakov	help
8400f64b58SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
8500f64b58SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
8600f64b58SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
8700f64b58SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
8800f64b58SGeorgi Djakov	  the clocks on/off or scales them on demand.
8900f64b58SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
9000f64b58SGeorgi Djakov	  platforms such as apq8016, apq8084, msm8974 etc.
9100f64b58SGeorgi Djakov
929c7e4702STaniya Dasconfig QCOM_CLK_RPMH
939c7e4702STaniya Das	tristate "RPMh Clock Driver"
94f071bcebSStephen Boyd	depends on QCOM_RPMH
959c7e4702STaniya Das	help
969c7e4702STaniya Das	 RPMh manages shared resources on some Qualcomm Technologies, Inc.
979c7e4702STaniya Das	 SoCs. It accepts requests from other hardware subsystems via RSC.
989c7e4702STaniya Das	 Say Y if you want to support the clocks exposed by RPMh on
999c7e4702STaniya Das	 platforms such as SDM845.
1009c7e4702STaniya Das
10102824653SGeorgi Djakovconfig APQ_GCC_8084
10202824653SGeorgi Djakov	tristate "APQ8084 Global Clock Controller"
103639af949SRajendra Nayak	select QCOM_GDSC
10402824653SGeorgi Djakov	help
10502824653SGeorgi Djakov	  Support for the global clock controller on apq8084 devices.
10602824653SGeorgi Djakov	  Say Y if you want to use peripheral devices such as UART, SPI,
10702824653SGeorgi Djakov	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
10802824653SGeorgi Djakov
1092b46cd23SGeorgi Djakovconfig APQ_MMCC_8084
1102b46cd23SGeorgi Djakov	tristate "APQ8084 Multimedia Clock Controller"
1112b46cd23SGeorgi Djakov	select APQ_GCC_8084
112cb2eb7deSStephane Viau	select QCOM_GDSC
1132b46cd23SGeorgi Djakov	help
1142b46cd23SGeorgi Djakov	  Support for the multimedia clock controller on apq8084 devices.
1152b46cd23SGeorgi Djakov	  Say Y if you want to support multimedia devices such as display,
1162b46cd23SGeorgi Djakov	  graphics, video encode/decode, camera, etc.
1172b46cd23SGeorgi Djakov
118ecd2bacfSSivaprakash Murugesanconfig IPQ_APSS_PLL
119ecd2bacfSSivaprakash Murugesan	tristate "IPQ APSS PLL"
120ecd2bacfSSivaprakash Murugesan	help
121ecd2bacfSSivaprakash Murugesan	  Support for APSS PLL on ipq devices. The APSS PLL is the main
122ecd2bacfSSivaprakash Murugesan	  clock that feeds the CPUs on ipq based devices.
123ecd2bacfSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on ipq based
124ecd2bacfSSivaprakash Murugesan	  devices.
125ecd2bacfSSivaprakash Murugesan
1265e77b4efSSivaprakash Murugesanconfig IPQ_APSS_6018
1275e77b4efSSivaprakash Murugesan	tristate "IPQ APSS Clock Controller"
1285e77b4efSSivaprakash Murugesan	select IPQ_APSS_PLL
1295e77b4efSSivaprakash Murugesan	depends on QCOM_APCS_IPC || COMPILE_TEST
1305e77b4efSSivaprakash Murugesan	help
1315e77b4efSSivaprakash Murugesan	  Support for APSS clock controller on IPQ platforms. The
1325e77b4efSSivaprakash Murugesan	  APSS clock controller manages the Mux and enable block that feeds the
1335e77b4efSSivaprakash Murugesan	  CPUs.
1345e77b4efSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on
1355e77b4efSSivaprakash Murugesan	  ipq based devices.
1365e77b4efSSivaprakash Murugesan
1376971e863SVaradarajan Narayananconfig IPQ_GCC_4019
1386971e863SVaradarajan Narayanan	tristate "IPQ4019 Global Clock Controller"
1396971e863SVaradarajan Narayanan	help
1406971e863SVaradarajan Narayanan	  Support for the global clock controller on ipq4019 devices.
1416971e863SVaradarajan Narayanan	  Say Y if you want to use peripheral devices such as UART, SPI,
1426971e863SVaradarajan Narayanan	  i2c, USB, SD/eMMC, etc.
1436971e863SVaradarajan Narayanan
1443d89d529SKathiravan Tconfig IPQ_GCC_5332
1453d89d529SKathiravan T	tristate "IPQ5332 Global Clock Controller"
1463d89d529SKathiravan T	depends on ARM64 || COMPILE_TEST
1473d89d529SKathiravan T	help
1483d89d529SKathiravan T	  Support for the global clock controller on ipq5332 devices.
1493d89d529SKathiravan T	  Say Y if you want to use peripheral devices such as UART, SPI,
1503d89d529SKathiravan T	  i2c, USB, SD/eMMC, etc.
1513d89d529SKathiravan T
152d9db07f0SSricharan Rconfig IPQ_GCC_6018
153d9db07f0SSricharan R	tristate "IPQ6018 Global Clock Controller"
154d9db07f0SSricharan R	help
155d9db07f0SSricharan R	  Support for global clock controller on ipq6018 devices.
156d9db07f0SSricharan R	  Say Y if you want to use peripheral devices such as UART, SPI,
157d9db07f0SSricharan R	  i2c, USB, SD/eMMC, etc. Select this for the root clock
158d9db07f0SSricharan R	  of ipq6018.
159d9db07f0SSricharan R
16024d8fba4SKumar Galaconfig IPQ_GCC_806X
16124d8fba4SKumar Gala	tristate "IPQ806x Global Clock Controller"
16224d8fba4SKumar Gala	help
16324d8fba4SKumar Gala	  Support for the global clock controller on ipq806x devices.
16424d8fba4SKumar Gala	  Say Y if you want to use peripheral devices such as UART, SPI,
16524d8fba4SKumar Gala	  i2c, USB, SD/eMMC, etc.
16624d8fba4SKumar Gala
167c99e515aSRajendra Nayakconfig IPQ_LCC_806X
168c99e515aSRajendra Nayak	tristate "IPQ806x LPASS Clock Controller"
169c99e515aSRajendra Nayak	select IPQ_GCC_806X
170c99e515aSRajendra Nayak	help
171c99e515aSRajendra Nayak	  Support for the LPASS clock controller on ipq806x devices.
172c99e515aSRajendra Nayak	  Say Y if you want to use audio devices such as i2s, pcm,
173c99e515aSRajendra Nayak	  S/PDIF, etc.
174c99e515aSRajendra Nayak
175371a9507SAbhishek Sahuconfig IPQ_GCC_8074
176371a9507SAbhishek Sahu	tristate "IPQ8074 Global Clock Controller"
1778add990aSRobert Marko	select QCOM_GDSC
178371a9507SAbhishek Sahu	help
179371a9507SAbhishek Sahu	  Support for global clock controller on ipq8074 devices.
180371a9507SAbhishek Sahu	  Say Y if you want to use peripheral devices such as UART, SPI,
181371a9507SAbhishek Sahu	  i2c, USB, SD/eMMC, etc. Select this for the root clock
182371a9507SAbhishek Sahu	  of ipq8074.
183371a9507SAbhishek Sahu
1840eeff27bSStephen Boydconfig MSM_GCC_8660
1850eeff27bSStephen Boyd	tristate "MSM8660 Global Clock Controller"
1860eeff27bSStephen Boyd	help
1870eeff27bSStephen Boyd	  Support for the global clock controller on msm8660 devices.
1880eeff27bSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
1890eeff27bSStephen Boyd	  i2c, USB, SD/eMMC, etc.
1900eeff27bSStephen Boyd
191bf37a057SStephan Gerholdconfig MSM_GCC_8909
192bf37a057SStephan Gerhold	tristate "MSM8909 Global Clock Controller"
193bf37a057SStephan Gerhold	select QCOM_GDSC
194bf37a057SStephan Gerhold	help
195bf37a057SStephan Gerhold	  Support for the global clock controller on msm8909 devices.
196bf37a057SStephan Gerhold	  Say Y if you want to use devices such as UART, SPI, I2C, USB,
197bf37a057SStephan Gerhold	  SD/eMMC, display, graphics, camera etc.
198bf37a057SStephan Gerhold
1993966fab8SGeorgi Djakovconfig MSM_GCC_8916
2003966fab8SGeorgi Djakov	tristate "MSM8916 Global Clock Controller"
201073ae2b4SRajendra Nayak	select QCOM_GDSC
2023966fab8SGeorgi Djakov	help
2033966fab8SGeorgi Djakov	  Support for the global clock controller on msm8916 devices.
2043966fab8SGeorgi Djakov	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2053966fab8SGeorgi Djakov	  SD/eMMC, display, graphics, camera etc.
2063966fab8SGeorgi Djakov
207*33cc27a4SOtto Pflügerconfig MSM_GCC_8917
208*33cc27a4SOtto Pflüger	tristate "MSM8917/QM215 Global Clock Controller"
209*33cc27a4SOtto Pflüger	depends on ARM64 || COMPILE_TEST
210*33cc27a4SOtto Pflüger	select QCOM_GDSC
211*33cc27a4SOtto Pflüger	help
212*33cc27a4SOtto Pflüger	  Support for the global clock controller on msm8917 and qm215
213*33cc27a4SOtto Pflüger	  devices.
214*33cc27a4SOtto Pflüger	  Say Y if you want to use devices such as UART, SPI i2c, USB,
215*33cc27a4SOtto Pflüger	  SD/eMMC, display, graphics, camera etc.
216*33cc27a4SOtto Pflüger
2171664014eSBryan O'Donoghueconfig MSM_GCC_8939
2181664014eSBryan O'Donoghue	tristate "MSM8939 Global Clock Controller"
2191664014eSBryan O'Donoghue	select QCOM_GDSC
2201664014eSBryan O'Donoghue	help
2211664014eSBryan O'Donoghue	  Support for the global clock controller on msm8939 devices.
2221664014eSBryan O'Donoghue	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2231664014eSBryan O'Donoghue	  SD/eMMC, display, graphics, camera etc.
2241664014eSBryan O'Donoghue
2252ec94130SStephen Boydconfig MSM_GCC_8960
2262d85a713SKumar Gala	tristate "APQ8064/MSM8960 Global Clock Controller"
2272ec94130SStephen Boyd	help
2282d85a713SKumar Gala	  Support for the global clock controller on apq8064/msm8960 devices.
2292ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
2302ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2316d00b56fSStephen Boyd
232b82875eeSStephen Boydconfig MSM_LCC_8960
233b82875eeSStephen Boyd	tristate "APQ8064/MSM8960 LPASS Clock Controller"
234b82875eeSStephen Boyd	select MSM_GCC_8960
235b82875eeSStephen Boyd	help
236b82875eeSStephen Boyd	  Support for the LPASS clock controller on apq8064/msm8960 devices.
237b82875eeSStephen Boyd	  Say Y if you want to use audio devices such as i2s, pcm,
238b82875eeSStephen Boyd	  SLIMBus, etc.
239b82875eeSStephen Boyd
24048b72532SKonrad Dybcioconfig MDM_GCC_9607
24148b72532SKonrad Dybcio	tristate "MDM9607 Global Clock Controller"
24248b72532SKonrad Dybcio	help
24348b72532SKonrad Dybcio	  Support for the global clock controller on mdm9607 devices.
24448b72532SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART, SPI,
24548b72532SKonrad Dybcio	  I2C, USB, SD/eMMC, etc.
24648b72532SKonrad Dybcio
2477792a8d6SNeil Armstrongconfig MDM_GCC_9615
2487792a8d6SNeil Armstrong	tristate "MDM9615 Global Clock Controller"
2497792a8d6SNeil Armstrong	help
2507792a8d6SNeil Armstrong	  Support for the global clock controller on mdm9615 devices.
2517792a8d6SNeil Armstrong	  Say Y if you want to use peripheral devices such as UART, SPI,
2527792a8d6SNeil Armstrong	  i2c, USB, SD/eMMC, etc.
2537792a8d6SNeil Armstrong
2547792a8d6SNeil Armstrongconfig MDM_LCC_9615
2557792a8d6SNeil Armstrong	tristate "MDM9615 LPASS Clock Controller"
2567792a8d6SNeil Armstrong	select MDM_GCC_9615
2577792a8d6SNeil Armstrong	help
2587792a8d6SNeil Armstrong	  Support for the LPASS clock controller on mdm9615 devices.
2597792a8d6SNeil Armstrong	  Say Y if you want to use audio devices such as i2s, pcm,
2607792a8d6SNeil Armstrong	  SLIMBus, etc.
2617792a8d6SNeil Armstrong
2626d00b56fSStephen Boydconfig MSM_MMCC_8960
2636d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
2646d00b56fSStephen Boyd	select MSM_GCC_8960
2656d00b56fSStephen Boyd	help
2666d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
2676d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
2686d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
269d33faa9eSStephen Boyd
2709bb6cfc3SVladimir Lypakconfig MSM_GCC_8953
2719bb6cfc3SVladimir Lypak	tristate "MSM8953 Global Clock Controller"
2729bb6cfc3SVladimir Lypak	select QCOM_GDSC
2739bb6cfc3SVladimir Lypak	help
2749bb6cfc3SVladimir Lypak	  Support for the global clock controller on msm8953 devices.
2759bb6cfc3SVladimir Lypak	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2769bb6cfc3SVladimir Lypak	  SD/eMMC, display, graphics, camera etc.
2779bb6cfc3SVladimir Lypak
278d33faa9eSStephen Boydconfig MSM_GCC_8974
279d33faa9eSStephen Boyd	tristate "MSM8974 Global Clock Controller"
280340029efSStephen Boyd	select QCOM_GDSC
281d33faa9eSStephen Boyd	help
282d33faa9eSStephen Boyd	  Support for the global clock controller on msm8974 devices.
283d33faa9eSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
284d33faa9eSStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
285d8b21201SStephen Boyd
286d8b21201SStephen Boydconfig MSM_MMCC_8974
287d8b21201SStephen Boyd	tristate "MSM8974 Multimedia Clock Controller"
288d8b21201SStephen Boyd	select MSM_GCC_8974
2898108b23cSStephen Boyd	select QCOM_GDSC
290d8b21201SStephen Boyd	help
291d8b21201SStephen Boyd	  Support for the multimedia clock controller on msm8974 devices.
292d8b21201SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
293d8b21201SStephen Boyd	  graphics, video encode/decode, camera, etc.
294b1e010c0SStephen Boyd
2958f62718bSAngeloGioacchino Del Regnoconfig MSM_GCC_8976
2968f62718bSAngeloGioacchino Del Regno	tristate "MSM8956/76 Global Clock Controller"
2978f62718bSAngeloGioacchino Del Regno	select QCOM_GDSC
2988f62718bSAngeloGioacchino Del Regno	help
2998f62718bSAngeloGioacchino Del Regno	  Support for the global clock controller on msm8956/76 devices.
3008f62718bSAngeloGioacchino Del Regno	  Say Y if you want to use peripheral devices such as UART, SPI,
3018f62718bSAngeloGioacchino Del Regno	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
3028f62718bSAngeloGioacchino Del Regno
3034d5b4572SKonrad Dybcioconfig MSM_MMCC_8994
3044d5b4572SKonrad Dybcio	tristate "MSM8994 Multimedia Clock Controller"
3054d5b4572SKonrad Dybcio	select MSM_GCC_8994
3064d5b4572SKonrad Dybcio	select QCOM_GDSC
3074d5b4572SKonrad Dybcio	help
3084d5b4572SKonrad Dybcio	  Support for the multimedia clock controller on msm8994 devices.
3094d5b4572SKonrad Dybcio	  Say Y if you want to support multimedia devices such as display,
3104d5b4572SKonrad Dybcio	  graphics, video encode/decode, camera, etc.
3114d5b4572SKonrad Dybcio
312aec89f78SBastian Köcherconfig MSM_GCC_8994
313aec89f78SBastian Köcher	tristate "MSM8994 Global Clock Controller"
314aec89f78SBastian Köcher	help
315aec89f78SBastian Köcher	  Support for the global clock controller on msm8994 devices.
316aec89f78SBastian Köcher	  Say Y if you want to use peripheral devices such as UART, SPI,
317aec89f78SBastian Köcher	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
318aec89f78SBastian Köcher
319b1e010c0SStephen Boydconfig MSM_GCC_8996
320b1e010c0SStephen Boyd	tristate "MSM8996 Global Clock Controller"
3216d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
322b1e010c0SStephen Boyd	help
323b1e010c0SStephen Boyd	  Support for the global clock controller on msm8996 devices.
324b1e010c0SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
325b1e010c0SStephen Boyd	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
326c2526597SStephen Boyd
327c2526597SStephen Boydconfig MSM_MMCC_8996
328c2526597SStephen Boyd	tristate "MSM8996 Multimedia Clock Controller"
329c2526597SStephen Boyd	select MSM_GCC_8996
3306d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
331c2526597SStephen Boyd	help
332c2526597SStephen Boyd	  Support for the multimedia clock controller on msm8996 devices.
333c2526597SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
334c2526597SStephen Boyd	  graphics, video encode/decode, camera, etc.
3354cfaa55fSTirupathi Reddy
336b5f5f525SJoonwoo Parkconfig MSM_GCC_8998
337b5f5f525SJoonwoo Park	tristate "MSM8998 Global Clock Controller"
33883b4c147SMarc Gonzalez	select QCOM_GDSC
339b5f5f525SJoonwoo Park	help
340b5f5f525SJoonwoo Park	  Support for the global clock controller on msm8998 devices.
341b5f5f525SJoonwoo Park	  Say Y if you want to use peripheral devices such as UART, SPI,
342b5f5f525SJoonwoo Park	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
343b5f5f525SJoonwoo Park
3443f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998
3453f7df5baSJeffrey Hugo	tristate "MSM8998 Graphics Clock Controller"
3463f7df5baSJeffrey Hugo	select MSM_GCC_8998
3473f7df5baSJeffrey Hugo	select QCOM_GDSC
3483f7df5baSJeffrey Hugo	help
3493f7df5baSJeffrey Hugo	  Support for the graphics clock controller on MSM8998 devices.
3503f7df5baSJeffrey Hugo	  Say Y if you want to support graphics controller devices and
3513f7df5baSJeffrey Hugo	  functionality such as 3D graphics.
3523f7df5baSJeffrey Hugo
353d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998
354d14b15b5SJeffrey Hugo	tristate "MSM8998 Multimedia Clock Controller"
355d14b15b5SJeffrey Hugo	select MSM_GCC_8998
356d14b15b5SJeffrey Hugo	select QCOM_GDSC
357d14b15b5SJeffrey Hugo	help
358d14b15b5SJeffrey Hugo	  Support for the multimedia clock controller on msm8998 devices.
359d14b15b5SJeffrey Hugo	  Say Y if you want to support multimedia devices such as display,
360d14b15b5SJeffrey Hugo	  graphics, video encode/decode, camera, etc.
361d14b15b5SJeffrey Hugo
362496d1a13SShawn Guoconfig QCM_GCC_2290
363496d1a13SShawn Guo	tristate "QCM2290 Global Clock Controller"
364496d1a13SShawn Guo	select QCOM_GDSC
365496d1a13SShawn Guo	help
366496d1a13SShawn Guo	  Support for the global clock controller on QCM2290 devices.
367496d1a13SShawn Guo	  Say Y if you want to use multimedia devices or peripheral
368496d1a13SShawn Guo	  devices such as UART, SPI, I2C, USB, SD/eMMC etc.
369496d1a13SShawn Guo
370cc517ea3SLoic Poulainconfig QCM_DISPCC_2290
371cc517ea3SLoic Poulain	tristate "QCM2290 Display Clock Controller"
372cc517ea3SLoic Poulain	select QCM_GCC_2290
373cc517ea3SLoic Poulain	help
374cc517ea3SLoic Poulain	  Support for the display clock controller on Qualcomm Technologies, Inc
375cc517ea3SLoic Poulain	  QCM2290 devices.
376cc517ea3SLoic Poulain	  Say Y if you want to support display devices and functionality such as
377cc517ea3SLoic Poulain	  splash screen.
378cc517ea3SLoic Poulain
379652f1813SShefali Jainconfig QCS_GCC_404
380652f1813SShefali Jain	tristate "QCS404 Global Clock Controller"
381652f1813SShefali Jain	help
382652f1813SShefali Jain	  Support for the global clock controller on QCS404 devices.
383652f1813SShefali Jain	  Say Y if you want to use multimedia devices or peripheral
384652f1813SShefali Jain	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
385652f1813SShefali Jain
38615d09e83STaniya Dasconfig SC_CAMCC_7180
38715d09e83STaniya Das	tristate "SC7180 Camera Clock Controller"
38815d09e83STaniya Das	select SC_GCC_7180
38915d09e83STaniya Das	help
39015d09e83STaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
39115d09e83STaniya Das	  SC7180 devices.
39215d09e83STaniya Das	  Say Y if you want to support camera devices and functionality such as
39315d09e83STaniya Das	  capturing pictures.
39415d09e83STaniya Das
3951daec8cfSTaniya Dasconfig SC_CAMCC_7280
3961daec8cfSTaniya Das	tristate "SC7280 Camera Clock Controller"
3971daec8cfSTaniya Das	select SC_GCC_7280
3981daec8cfSTaniya Das	help
3991daec8cfSTaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
4001daec8cfSTaniya Das	  SC7280 devices.
4011daec8cfSTaniya Das	  Say Y if you want to support camera devices and functionality such as
4021daec8cfSTaniya Das	  capturing pictures.
4031daec8cfSTaniya Das
404dd3d0662STaniya Dasconfig SC_DISPCC_7180
405dd3d0662STaniya Das	tristate "SC7180 Display Clock Controller"
406dd3d0662STaniya Das	select SC_GCC_7180
407dd3d0662STaniya Das	help
408dd3d0662STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
409dd3d0662STaniya Das	  SC7180 devices.
410dd3d0662STaniya Das	  Say Y if you want to support display devices and functionality such as
411dd3d0662STaniya Das	  splash screen.
412dd3d0662STaniya Das
4131a00c962STaniya Dasconfig SC_DISPCC_7280
4141a00c962STaniya Das	tristate "SC7280 Display Clock Controller"
4151a00c962STaniya Das	select SC_GCC_7280
4161a00c962STaniya Das	help
4171a00c962STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc.
4181a00c962STaniya Das	  SC7280 devices.
4191a00c962STaniya Das	  Say Y if you want to support display devices and functionality such as
4201a00c962STaniya Das	  splash screen.
4211a00c962STaniya Das
4224a66e76fSBjorn Anderssonconfig SC_DISPCC_8280XP
4234a66e76fSBjorn Andersson	tristate "SC8280XP Display Clock Controller"
4244a66e76fSBjorn Andersson	select SC_GCC_8280XP
4254a66e76fSBjorn Andersson	help
4264a66e76fSBjorn Andersson	  Support for the two display clock controllers on Qualcomm
4274a66e76fSBjorn Andersson	  Technologies, Inc. SC8280XP devices.
4284a66e76fSBjorn Andersson	  Say Y if you want to support display devices and functionality such as
4294a66e76fSBjorn Andersson	  splash screen.
4304a66e76fSBjorn Andersson
43108c51cebSShazad Hussainconfig SA_GCC_8775P
43208c51cebSShazad Hussain	tristate "SA8775 Global Clock Controller"
43308c51cebSShazad Hussain	select QCOM_GDSC
43408c51cebSShazad Hussain	depends on COMMON_CLK_QCOM
43508c51cebSShazad Hussain	help
43608c51cebSShazad Hussain	  Support for the global clock controller on SA8775 devices.
43708c51cebSShazad Hussain	  Say Y if you want to use peripheral devices such as UART, SPI,
43808c51cebSShazad Hussain	  I2C, USB, UFS, SDCC, etc.
43908c51cebSShazad Hussain
44017269568STaniya Dasconfig SC_GCC_7180
44117269568STaniya Das	tristate "SC7180 Global Clock Controller"
44217269568STaniya Das	select QCOM_GDSC
44317269568STaniya Das	depends on COMMON_CLK_QCOM
44417269568STaniya Das	help
44517269568STaniya Das	  Support for the global clock controller on SC7180 devices.
44617269568STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
44717269568STaniya Das	  I2C, USB, UFS, SDCC, etc.
44817269568STaniya Das
449a3cc0921STaniya Dasconfig SC_GCC_7280
450a3cc0921STaniya Das	tristate "SC7280 Global Clock Controller"
451a3cc0921STaniya Das	select QCOM_GDSC
452a3cc0921STaniya Das	depends on COMMON_CLK_QCOM
453a3cc0921STaniya Das	help
454a3cc0921STaniya Das	  Support for the global clock controller on SC7280 devices.
455a3cc0921STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
456a3cc0921STaniya Das	  I2C, USB, UFS, SDCC, PCIe etc.
457a3cc0921STaniya Das
4584433594bSBjorn Anderssonconfig SC_GCC_8180X
4594433594bSBjorn Andersson	tristate "SC8180X Global Clock Controller"
4604433594bSBjorn Andersson	select QCOM_GDSC
4614433594bSBjorn Andersson	depends on COMMON_CLK_QCOM
4624433594bSBjorn Andersson	help
4634433594bSBjorn Andersson	  Support for the global clock controller on SC8180X devices.
4644433594bSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
4654433594bSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
4664433594bSBjorn Andersson
467d65d005fSBjorn Anderssonconfig SC_GCC_8280XP
468d65d005fSBjorn Andersson	tristate "SC8280XP Global Clock Controller"
469d65d005fSBjorn Andersson	select QCOM_GDSC
470d65d005fSBjorn Andersson	depends on COMMON_CLK_QCOM
471d65d005fSBjorn Andersson	help
472d65d005fSBjorn Andersson	  Support for the global clock controller on SC8280XP devices.
473d65d005fSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
474d65d005fSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
475d65d005fSBjorn Andersson
476745ff069STaniya Dasconfig SC_GPUCC_7180
477745ff069STaniya Das	tristate "SC7180 Graphics Clock Controller"
478745ff069STaniya Das	select SC_GCC_7180
479745ff069STaniya Das	help
480745ff069STaniya Das	  Support for the graphics clock controller on SC7180 devices.
481745ff069STaniya Das	  Say Y if you want to support graphics controller devices and
482745ff069STaniya Das	  functionality such as 3D graphics.
483745ff069STaniya Das
4843e0f01d6STaniya Dasconfig SC_GPUCC_7280
4853e0f01d6STaniya Das	tristate "SC7280 Graphics Clock Controller"
4863e0f01d6STaniya Das	select SC_GCC_7280
4873e0f01d6STaniya Das	help
4883e0f01d6STaniya Das	  Support for the graphics clock controller on SC7280 devices.
4893e0f01d6STaniya Das	  Say Y if you want to support graphics controller devices and
4903e0f01d6STaniya Das	  functionality such as 3D graphics.
4913e0f01d6STaniya Das
492e55d937dSBjorn Anderssonconfig SC_GPUCC_8280XP
493e55d937dSBjorn Andersson	tristate "SC8280XP Graphics Clock Controller"
494e55d937dSBjorn Andersson	select SC_GCC_8280XP
495e55d937dSBjorn Andersson	help
496e55d937dSBjorn Andersson	  Support for the graphics clock controller on SC8280XP devices.
497e55d937dSBjorn Andersson	  Say Y if you want to support graphics controller devices and
498e55d937dSBjorn Andersson	  functionality such as 3D graphics.
499e55d937dSBjorn Andersson
5004ab43d17STaniya Dasconfig SC_LPASSCC_7280
5014ab43d17STaniya Das	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
5024ab43d17STaniya Das	select SC_GCC_7280
5034ab43d17STaniya Das	help
5044ab43d17STaniya Das	  Support for the LPASS clock controller on SC7280 devices.
5054ab43d17STaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
5064ab43d17STaniya Das	  controller to reset the LPASS subsystem.
5074ab43d17STaniya Das
50872c4996aSTaniya Dasconfig SC_LPASS_CORECC_7180
50972c4996aSTaniya Das	tristate "SC7180 LPASS Core Clock Controller"
51072c4996aSTaniya Das	select SC_GCC_7180
51172c4996aSTaniya Das	help
51272c4996aSTaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
51372c4996aSTaniya Das	  on SC7180 devices.
51472c4996aSTaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
51572c4996aSTaniya Das	  core clock controller.
51672c4996aSTaniya Das
517a9dd2663STaniya Dasconfig SC_LPASS_CORECC_7280
518a9dd2663STaniya Das	tristate "SC7280 LPASS Core & Audio Clock Controller"
519a9dd2663STaniya Das	select SC_GCC_7280
520a9dd2663STaniya Das	select QCOM_GDSC
521a9dd2663STaniya Das	help
522a9dd2663STaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock
523a9dd2663STaniya Das	  controller on SC7280 devices.
524a9dd2663STaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
525a9dd2663STaniya Das	  core clock controller.
526a9dd2663STaniya Das
5278def929cSTaniya Dasconfig SC_MSS_7180
5288def929cSTaniya Das	tristate "SC7180 Modem Clock Controller"
5298def929cSTaniya Das	select SC_GCC_7180
5308def929cSTaniya Das	help
5318def929cSTaniya Das	  Support for the Modem Subsystem clock controller on Qualcomm
5328def929cSTaniya Das	  Technologies, Inc on SC7180 devices.
5338def929cSTaniya Das	  Say Y if you want to use the Modem branch clocks of the Modem
5348def929cSTaniya Das	  subsystem clock controller to reset the MSS subsystem.
5358def929cSTaniya Das
536253dc75aSTaniya Dasconfig SC_VIDEOCC_7180
537253dc75aSTaniya Das	tristate "SC7180 Video Clock Controller"
538253dc75aSTaniya Das	select SC_GCC_7180
539253dc75aSTaniya Das	help
540253dc75aSTaniya Das	  Support for the video clock controller on SC7180 devices.
541253dc75aSTaniya Das	  Say Y if you want to support video devices and functionality such as
542253dc75aSTaniya Das	  video encode and decode.
543253dc75aSTaniya Das
544fae7617bSTaniya Dasconfig SC_VIDEOCC_7280
545fae7617bSTaniya Das	tristate "SC7280 Video Clock Controller"
546fae7617bSTaniya Das	select SC_GCC_7280
547fae7617bSTaniya Das	help
548fae7617bSTaniya Das	  Support for the video clock controller on SC7280 devices.
549fae7617bSTaniya Das	  Say Y if you want to support video devices and functionality such as
550fae7617bSTaniya Das	  video encode and decode.
551fae7617bSTaniya Das
55278412c26SAmit Nischalconfig SDM_CAMCC_845
55378412c26SAmit Nischal	tristate "SDM845 Camera Clock Controller"
55478412c26SAmit Nischal	select SDM_GCC_845
55578412c26SAmit Nischal	help
55678412c26SAmit Nischal	  Support for the camera clock controller on SDM845 devices.
55778412c26SAmit Nischal	  Say Y if you want to support camera devices and camera functionality.
55878412c26SAmit Nischal
559f2a76a29STaniya Dasconfig SDM_GCC_660
560f2a76a29STaniya Das	tristate "SDM660 Global Clock Controller"
561f2a76a29STaniya Das	select QCOM_GDSC
562f2a76a29STaniya Das	help
563f2a76a29STaniya Das	  Support for the global clock controller on SDM660 devices.
564f2a76a29STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
565f2a76a29STaniya Das	  i2C, USB, UFS, SDDC, PCIe, etc.
566f2a76a29STaniya Das
5675db3ae8bSMartin Botkaconfig SDM_MMCC_660
5685db3ae8bSMartin Botka	tristate "SDM660 Multimedia Clock Controller"
5695db3ae8bSMartin Botka	select SDM_GCC_660
5705db3ae8bSMartin Botka	select QCOM_GDSC
5715db3ae8bSMartin Botka	help
5725db3ae8bSMartin Botka	  Support for the multimedia clock controller on SDM660 devices.
5735db3ae8bSMartin Botka	  Say Y if you want to support multimedia devices such as display,
5745db3ae8bSMartin Botka	  graphics, video encode/decode, camera, etc.
5755db3ae8bSMartin Botka
57679b5d1fcSAngeloGioacchino Del Regnoconfig SDM_GPUCC_660
57779b5d1fcSAngeloGioacchino Del Regno	tristate "SDM660 Graphics Clock Controller"
57879b5d1fcSAngeloGioacchino Del Regno	select SDM_GCC_660
57979b5d1fcSAngeloGioacchino Del Regno	select QCOM_GDSC
58079b5d1fcSAngeloGioacchino Del Regno	help
58179b5d1fcSAngeloGioacchino Del Regno	  Support for the graphics clock controller on SDM630/636/660 devices.
58279b5d1fcSAngeloGioacchino Del Regno	  Say Y if you want to support graphics controller devices and
58379b5d1fcSAngeloGioacchino Del Regno	  functionality such as 3D graphics
58479b5d1fcSAngeloGioacchino Del Regno
585892df019SBjorn Anderssonconfig QCS_TURING_404
586892df019SBjorn Andersson	tristate "QCS404 Turing Clock Controller"
587892df019SBjorn Andersson	help
588892df019SBjorn Andersson	  Support for the Turing Clock Controller on QCS404, provides clocks
589892df019SBjorn Andersson	  and resets for the Turing subsystem.
590892df019SBjorn Andersson
5916cdef273SGovind Singhconfig QCS_Q6SSTOP_404
5926cdef273SGovind Singh	tristate "QCS404 Q6SSTOP Clock Controller"
5936cdef273SGovind Singh	select QCS_GCC_404
5946cdef273SGovind Singh	help
5956cdef273SGovind Singh	  Support for the Q6SSTOP clock controller on QCS404 devices.
5966cdef273SGovind Singh	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
5976cdef273SGovind Singh	  controller to reset the Q6SSTOP subsystem.
5986cdef273SGovind Singh
5991c9efb0bSTaniya Dasconfig QDU_GCC_1000
6001c9efb0bSTaniya Das	tristate "QDU1000/QRU1000 Global Clock Controller"
6011c9efb0bSTaniya Das	select QCOM_GDSC
6021c9efb0bSTaniya Das	help
6031c9efb0bSTaniya Das	  Support for the global clock controller on QDU1000 and
6041c9efb0bSTaniya Das	  QRU1000 devices. Say Y if you want to use peripheral
6051c9efb0bSTaniya Das	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.
6061c9efb0bSTaniya Das
60706391eddSTaniya Dasconfig SDM_GCC_845
608ae66b1feSRichard Acayan	tristate "SDM845/SDM670 Global Clock Controller"
60906391eddSTaniya Das	select QCOM_GDSC
61006391eddSTaniya Das	help
611ae66b1feSRichard Acayan	  Support for the global clock controller on SDM845 and SDM670 devices.
61206391eddSTaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
61377122d6fSStephen Boyd	  i2C, USB, UFS, SDDC, PCIe, etc.
61406391eddSTaniya Das
615453361cdSAmit Nischalconfig SDM_GPUCC_845
616453361cdSAmit Nischal	tristate "SDM845 Graphics Clock Controller"
617453361cdSAmit Nischal	select SDM_GCC_845
618453361cdSAmit Nischal	help
619453361cdSAmit Nischal	  Support for the graphics clock controller on SDM845 devices.
620453361cdSAmit Nischal	  Say Y if you want to support graphics controller devices and
621453361cdSAmit Nischal	  functionality such as 3D graphics.
622453361cdSAmit Nischal
623c646b347SAmit Nischalconfig SDM_VIDEOCC_845
624c646b347SAmit Nischal	tristate "SDM845 Video Clock Controller"
625c646b347SAmit Nischal	select SDM_GCC_845
626c646b347SAmit Nischal	select QCOM_GDSC
627c646b347SAmit Nischal	help
62877122d6fSStephen Boyd	  Support for the video clock controller on SDM845 devices.
629c646b347SAmit Nischal	  Say Y if you want to support video devices and functionality such as
630c646b347SAmit Nischal	  video encode and decode.
631c646b347SAmit Nischal
63281351776STaniya Dasconfig SDM_DISPCC_845
63381351776STaniya Das	tristate "SDM845 Display Clock Controller"
63481351776STaniya Das	select SDM_GCC_845
63581351776STaniya Das	help
63681351776STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
63781351776STaniya Das	  SDM845 devices.
63881351776STaniya Das	  Say Y if you want to support display devices and functionality such as
63981351776STaniya Das	  splash screen.
64081351776STaniya Das
6418d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845
6428d3e5b9cSTaniya Das	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
6438d3e5b9cSTaniya Das	select SDM_GCC_845
6448d3e5b9cSTaniya Das	help
6458d3e5b9cSTaniya Das	  Support for the LPASS clock controller on SDM845 devices.
6468d3e5b9cSTaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
6478d3e5b9cSTaniya Das	  controller to reset the LPASS subsystem.
6488d3e5b9cSTaniya Das
6493fade566SNaveen Yadavconfig SDX_GCC_55
6503fade566SNaveen Yadav	tristate "SDX55 Global Clock Controller"
651063930edSManivannan Sadhasivam	select QCOM_GDSC
6523fade566SNaveen Yadav	help
6533fade566SNaveen Yadav	  Support for the global clock controller on SDX55 devices.
6543fade566SNaveen Yadav	  Say Y if you want to use peripheral devices such as UART,
6553fade566SNaveen Yadav	  SPI, I2C, USB, SD/UFS, PCIe etc.
6563fade566SNaveen Yadav
657d79afa20SVamsi Krishna Lankaconfig SDX_GCC_65
658d79afa20SVamsi Krishna Lanka	tristate "SDX65 Global Clock Controller"
659d79afa20SVamsi Krishna Lanka	select QCOM_GDSC
660d79afa20SVamsi Krishna Lanka	help
661d79afa20SVamsi Krishna Lanka	  Support for the global clock controller on SDX65 devices.
662d79afa20SVamsi Krishna Lanka	  Say Y if you want to use peripheral devices such as UART,
663d79afa20SVamsi Krishna Lanka	  SPI, I2C, USB, SD/UFS, PCIe etc.
664d79afa20SVamsi Krishna Lanka
66580f5451dSKonrad Dybcioconfig SM_CAMCC_6350
66680f5451dSKonrad Dybcio	tristate "SM6350 Camera Clock Controller"
66780f5451dSKonrad Dybcio	select SM_GCC_6350
66880f5451dSKonrad Dybcio	help
66980f5451dSKonrad Dybcio	  Support for the camera clock controller on SM6350 devices.
67080f5451dSKonrad Dybcio	  Say Y if you want to support camera devices and camera functionality.
67180f5451dSKonrad Dybcio
672620f5125SMarijn Suijtenconfig SM_CAMCC_8250
673620f5125SMarijn Suijten	tristate "SM8250 Camera Clock Controller"
674620f5125SMarijn Suijten	select SM_GCC_8250
675620f5125SMarijn Suijten	help
676620f5125SMarijn Suijten	  Support for the camera clock controller on SM8250 devices.
677620f5125SMarijn Suijten	  Say Y if you want to support camera devices and camera functionality.
678620f5125SMarijn Suijten
6796082037fSVladimir Zapolskiyconfig SM_CAMCC_8450
6806082037fSVladimir Zapolskiy	tristate "SM8450 Camera Clock Controller"
6816082037fSVladimir Zapolskiy	select SM_GCC_8450
6826082037fSVladimir Zapolskiy	help
6836082037fSVladimir Zapolskiy	  Support for the camera clock controller on SM8450 devices.
6846082037fSVladimir Zapolskiy	  Say Y if you want to support camera devices and camera functionality.
6856082037fSVladimir Zapolskiy
6869b518788SAdam Skladowskiconfig SM_DISPCC_6115
6879b518788SAdam Skladowski	tristate "SM6115 Display Clock Controller"
6889b518788SAdam Skladowski	depends on SM_GCC_6115
6899b518788SAdam Skladowski	help
6909b518788SAdam Skladowski	  Support for the display clock controller on Qualcomm Technologies, Inc
6919b518788SAdam Skladowski	  SM6115/SM4250 devices.
6929b518788SAdam Skladowski	  Say Y if you want to support display devices and functionality such as
6939b518788SAdam Skladowski	  splash screen
6949b518788SAdam Skladowski
6956e87c8f0SMartin Botkaconfig SM_DISPCC_6125
6966e87c8f0SMartin Botka	tristate "SM6125 Display Clock Controller"
6976e87c8f0SMartin Botka	depends on SM_GCC_6125
6986e87c8f0SMartin Botka	help
6996e87c8f0SMartin Botka	  Support for the display clock controller on Qualcomm Technologies, Inc
7006e87c8f0SMartin Botka	  SM6125 devices.
7016e87c8f0SMartin Botka	  Say Y if you want to support display devices and functionality such as
7026e87c8f0SMartin Botka	  splash screen
7036e87c8f0SMartin Botka
70480a18f4aSJonathan Marekconfig SM_DISPCC_8250
705205737feSJonathan Marek	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
706205737feSJonathan Marek	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
70780a18f4aSJonathan Marek	help
70880a18f4aSJonathan Marek	  Support for the display clock controller on Qualcomm Technologies, Inc
709205737feSJonathan Marek	  SM8150/SM8250/SM8350 devices.
71080a18f4aSJonathan Marek	  Say Y if you want to support display devices and functionality such as
71180a18f4aSJonathan Marek	  splash screen.
71280a18f4aSJonathan Marek
71383751977SKonrad Dybcioconfig SM_DISPCC_6350
71483751977SKonrad Dybcio	tristate "SM6350 Display Clock Controller"
71583751977SKonrad Dybcio	depends on SM_GCC_6350
71683751977SKonrad Dybcio	help
71783751977SKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
71883751977SKonrad Dybcio	  SM6350 devices.
71983751977SKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
72083751977SKonrad Dybcio	  splash screen.
72183751977SKonrad Dybcio
722aec5f36cSKonrad Dybcioconfig SM_DISPCC_6375
723aec5f36cSKonrad Dybcio	tristate "SM6375 Display Clock Controller"
724aec5f36cSKonrad Dybcio	depends on SM_GCC_6375
725aec5f36cSKonrad Dybcio	help
726aec5f36cSKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
727aec5f36cSKonrad Dybcio	  SM6375 devices.
728aec5f36cSKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
729aec5f36cSKonrad Dybcio	  splash screen.
730aec5f36cSKonrad Dybcio
73116fb89f9SDmitry Baryshkovconfig SM_DISPCC_8450
73216fb89f9SDmitry Baryshkov	tristate "SM8450 Display Clock Controller"
73316fb89f9SDmitry Baryshkov	depends on SM_GCC_8450
73416fb89f9SDmitry Baryshkov	help
73516fb89f9SDmitry Baryshkov	  Support for the display clock controller on Qualcomm Technologies, Inc
73616fb89f9SDmitry Baryshkov	  SM8450 devices.
73716fb89f9SDmitry Baryshkov	  Say Y if you want to support display devices and functionality such as
73816fb89f9SDmitry Baryshkov	  splash screen.
73916fb89f9SDmitry Baryshkov
74090114ca1SNeil Armstrongconfig SM_DISPCC_8550
74190114ca1SNeil Armstrong	tristate "SM8550 Display Clock Controller"
74290114ca1SNeil Armstrong	depends on SM_GCC_8550
74390114ca1SNeil Armstrong	help
74490114ca1SNeil Armstrong	  Support for the display clock controller on Qualcomm Technologies, Inc
74590114ca1SNeil Armstrong	  SM8550 devices.
74690114ca1SNeil Armstrong	  Say Y if you want to support display devices and functionality such as
74790114ca1SNeil Armstrong	  splash screen.
74890114ca1SNeil Armstrong
749cbe63bfdSIskren Chernevconfig SM_GCC_6115
750cbe63bfdSIskren Chernev	tristate "SM6115 and SM4250 Global Clock Controller"
75150ee65dcSDang Huynh	select QCOM_GDSC
752cbe63bfdSIskren Chernev	help
753cbe63bfdSIskren Chernev	  Support for the global clock controller on SM6115 and SM4250 devices.
754cbe63bfdSIskren Chernev	  Say Y if you want to use peripheral devices such as UART, SPI,
755cbe63bfdSIskren Chernev	  i2C, USB, UFS, SDDC, PCIe, etc.
756cbe63bfdSIskren Chernev
7574b8d6ae5SKonrad Dybcioconfig SM_GCC_6125
7584b8d6ae5SKonrad Dybcio	tristate "SM6125 Global Clock Controller"
7594b8d6ae5SKonrad Dybcio	help
7604b8d6ae5SKonrad Dybcio	  Support for the global clock controller on SM6125 devices.
7614b8d6ae5SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
7624b8d6ae5SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
7634b8d6ae5SKonrad Dybcio
764131abae9SKonrad Dybcioconfig SM_GCC_6350
765131abae9SKonrad Dybcio	tristate "SM6350 Global Clock Controller"
76692c02ff1SLuca Weiss	select QCOM_GDSC
767131abae9SKonrad Dybcio	help
768131abae9SKonrad Dybcio	  Support for the global clock controller on SM6350 devices.
769131abae9SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
770131abae9SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
771131abae9SKonrad Dybcio
772184fdd87SKonrad Dybcioconfig SM_GCC_6375
773184fdd87SKonrad Dybcio	tristate "SM6375 Global Clock Controller"
774184fdd87SKonrad Dybcio	select QCOM_GDSC
775184fdd87SKonrad Dybcio	help
776184fdd87SKonrad Dybcio	  Support for the global clock controller on SM6375 devices.
777184fdd87SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
778184fdd87SKonrad Dybcio	  SPI, I2C, USB, SD/UFS etc.
779184fdd87SKonrad Dybcio
780a808d58dSDanila Tikhonovconfig SM_GCC_7150
781a808d58dSDanila Tikhonov	tristate "SM7150 Global Clock Controller"
782a808d58dSDanila Tikhonov	select QCOM_GDSC
783a808d58dSDanila Tikhonov	help
784a808d58dSDanila Tikhonov	  Support for the global clock controller on SM7150 devices.
785a808d58dSDanila Tikhonov	  Say Y if you want to use peripheral devices such as UART,
786a808d58dSDanila Tikhonov	  SPI, I2C, USB, SD/UFS, PCIe etc.
787a808d58dSDanila Tikhonov
7882a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150
7892a1d7eb8SDeepak Katragadda	tristate "SM8150 Global Clock Controller"
7902a1d7eb8SDeepak Katragadda	help
7912a1d7eb8SDeepak Katragadda	  Support for the global clock controller on SM8150 devices.
7922a1d7eb8SDeepak Katragadda	  Say Y if you want to use peripheral devices such as UART,
7932a1d7eb8SDeepak Katragadda	  SPI, I2C, USB, SD/UFS, PCIe etc.
7942a1d7eb8SDeepak Katragadda
7953e577092STaniya Dasconfig SM_GCC_8250
7963e577092STaniya Das	tristate "SM8250 Global Clock Controller"
7973a4ef4caSJonathan Marek	select QCOM_GDSC
7983e577092STaniya Das	help
7993e577092STaniya Das	  Support for the global clock controller on SM8250 devices.
8003e577092STaniya Das	  Say Y if you want to use peripheral devices such as UART,
8013e577092STaniya Das	  SPI, I2C, USB, SD/UFS, PCIe etc.
8023e577092STaniya Das
80344c20c9eSVivek Aknurwarconfig SM_GCC_8350
80444c20c9eSVivek Aknurwar	tristate "SM8350 Global Clock Controller"
80544c20c9eSVivek Aknurwar	select QCOM_GDSC
80644c20c9eSVivek Aknurwar	help
80744c20c9eSVivek Aknurwar	  Support for the global clock controller on SM8350 devices.
80844c20c9eSVivek Aknurwar	  Say Y if you want to use peripheral devices such as UART,
80944c20c9eSVivek Aknurwar	  SPI, I2C, USB, SD/UFS, PCIe etc.
81044c20c9eSVivek Aknurwar
811db0c944eSVinod Koulconfig SM_GCC_8450
812db0c944eSVinod Koul	tristate "SM8450 Global Clock Controller"
813db0c944eSVinod Koul	select QCOM_GDSC
814db0c944eSVinod Koul	help
815db0c944eSVinod Koul	  Support for the global clock controller on SM8450 devices.
816db0c944eSVinod Koul	  Say Y if you want to use peripheral devices such as UART,
817db0c944eSVinod Koul	  SPI, I2C, USB, SD/UFS, PCIe etc.
818db0c944eSVinod Koul
819955f2ea3SAbel Vesaconfig SM_GCC_8550
820955f2ea3SAbel Vesa	tristate "SM8550 Global Clock Controller"
821955f2ea3SAbel Vesa	select QCOM_GDSC
822955f2ea3SAbel Vesa	help
823955f2ea3SAbel Vesa	  Support for the global clock controller on SM8550 devices.
824955f2ea3SAbel Vesa	  Say Y if you want to use peripheral devices such as UART,
825955f2ea3SAbel Vesa	  SPI, I2C, USB, SD/UFS, PCIe etc.
826955f2ea3SAbel Vesa
827092209f1SKonrad Dybcioconfig SM_GPUCC_6115
828092209f1SKonrad Dybcio	tristate "SM6115 Graphics Clock Controller"
829092209f1SKonrad Dybcio	select SM_GCC_6115
830092209f1SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
831092209f1SKonrad Dybcio	help
832092209f1SKonrad Dybcio	  Support for the graphics clock controller on SM6115 devices.
833092209f1SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
834092209f1SKonrad Dybcio	  functionality such as 3D graphics.
835092209f1SKonrad Dybcio
836a6b18286SKonrad Dybcioconfig SM_GPUCC_6125
837a6b18286SKonrad Dybcio	tristate "SM6125 Graphics Clock Controller"
838a6b18286SKonrad Dybcio	select SM_GCC_6125
839a6b18286SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
840a6b18286SKonrad Dybcio	help
841a6b18286SKonrad Dybcio	  Support for the graphics clock controller on SM6125 devices.
842a6b18286SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
843a6b18286SKonrad Dybcio	  functionality such as 3D graphics.
844a6b18286SKonrad Dybcio
8458397e242SKonrad Dybcioconfig SM_GPUCC_6375
8468397e242SKonrad Dybcio	tristate "SM6375 Graphics Clock Controller"
8478397e242SKonrad Dybcio	select SM_GCC_6375
8488397e242SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
8498397e242SKonrad Dybcio	help
8508397e242SKonrad Dybcio	  Support for the graphics clock controller on SM6375 devices.
8518397e242SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
8528397e242SKonrad Dybcio	  functionality such as 3D graphics.
8538397e242SKonrad Dybcio
854013804a7SKonrad Dybcioconfig SM_GPUCC_6350
855013804a7SKonrad Dybcio	tristate "SM6350 Graphics Clock Controller"
856013804a7SKonrad Dybcio	select SM_GCC_6350
857013804a7SKonrad Dybcio	help
858013804a7SKonrad Dybcio	  Support for the graphics clock controller on SM6350 devices.
859013804a7SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
860013804a7SKonrad Dybcio	  functionality such as 3D graphics.
861013804a7SKonrad Dybcio
8620cef71f2SJonathan Marekconfig SM_GPUCC_8150
8630cef71f2SJonathan Marek	tristate "SM8150 Graphics Clock Controller"
8640cef71f2SJonathan Marek	select SM_GCC_8150
8650cef71f2SJonathan Marek	help
8660cef71f2SJonathan Marek	  Support for the graphics clock controller on SM8150 devices.
8670cef71f2SJonathan Marek	  Say Y if you want to support graphics controller devices and
8680cef71f2SJonathan Marek	  functionality such as 3D graphics.
8690cef71f2SJonathan Marek
87028f0769cSJonathan Marekconfig SM_GPUCC_8250
87128f0769cSJonathan Marek	tristate "SM8250 Graphics Clock Controller"
87228f0769cSJonathan Marek	select SM_GCC_8250
87328f0769cSJonathan Marek	help
87428f0769cSJonathan Marek	  Support for the graphics clock controller on SM8250 devices.
87528f0769cSJonathan Marek	  Say Y if you want to support graphics controller devices and
87628f0769cSJonathan Marek	  functionality such as 3D graphics.
87728f0769cSJonathan Marek
878160758b0SRobert Fossconfig SM_GPUCC_8350
879160758b0SRobert Foss	tristate "SM8350 Graphics Clock Controller"
880160758b0SRobert Foss	select SM_GCC_8350
881160758b0SRobert Foss	help
882160758b0SRobert Foss	  Support for the graphics clock controller on SM8350 devices.
883160758b0SRobert Foss	  Say Y if you want to support graphics controller devices and
884160758b0SRobert Foss	  functionality such as 3D graphics.
885160758b0SRobert Foss
886e9a7b78bSAbel Vesaconfig SM_TCSRCC_8550
887e9a7b78bSAbel Vesa	tristate "SM8550 TCSR Clock Controller"
888e9a7b78bSAbel Vesa	select QCOM_GDSC
889e9a7b78bSAbel Vesa	help
890e9a7b78bSAbel Vesa	  Support for the TCSR clock controller on SM8550 devices.
891e9a7b78bSAbel Vesa	  Say Y if you want to use peripheral devices such as SD/UFS.
892e9a7b78bSAbel Vesa
8935658e8cfSJonathan Marekconfig SM_VIDEOCC_8150
8945658e8cfSJonathan Marek	tristate "SM8150 Video Clock Controller"
895386ea3bdSLukas Bulwahn	select SM_GCC_8150
8965658e8cfSJonathan Marek	select QCOM_GDSC
8975658e8cfSJonathan Marek	help
8985658e8cfSJonathan Marek	  Support for the video clock controller on SM8150 devices.
8995658e8cfSJonathan Marek	  Say Y if you want to support video devices and functionality such as
9005658e8cfSJonathan Marek	  video encode and decode.
9015658e8cfSJonathan Marek
9020e94711aSJonathan Marekconfig SM_VIDEOCC_8250
9030e94711aSJonathan Marek	tristate "SM8250 Video Clock Controller"
904386ea3bdSLukas Bulwahn	select SM_GCC_8250
9050e94711aSJonathan Marek	select QCOM_GDSC
9060e94711aSJonathan Marek	help
9070e94711aSJonathan Marek	  Support for the video clock controller on SM8250 devices.
9080e94711aSJonathan Marek	  Say Y if you want to support video devices and functionality such as
9090e94711aSJonathan Marek	  video encode and decode.
9100e94711aSJonathan Marek
9114cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV
9124cfaa55fSTirupathi Reddy	tristate "SPMI PMIC clkdiv Support"
913f071bcebSStephen Boyd	depends on SPMI || COMPILE_TEST
9144cfaa55fSTirupathi Reddy	help
9154cfaa55fSTirupathi Reddy	  This driver supports the clkdiv functionality on the Qualcomm
9164cfaa55fSTirupathi Reddy	  Technologies, Inc. SPMI PMIC. It configures the frequency of
9174cfaa55fSTirupathi Reddy	  clkdiv outputs of the PMIC. These clocks are typically wired
9184cfaa55fSTirupathi Reddy	  through alternate functions on GPIO pins.
919cb546b79SStephen Boyd
920cb546b79SStephen Boydconfig QCOM_HFPLL
921cb546b79SStephen Boyd	tristate "High-Frequency PLL (HFPLL) Clock Controller"
922cb546b79SStephen Boyd	help
923cb546b79SStephen Boyd	  Support for the high-frequency PLLs present on Qualcomm devices.
924cb546b79SStephen Boyd	  Say Y if you want to support CPU frequency scaling on devices
925cb546b79SStephen Boyd	  such as MSM8974, APQ8084, etc.
9263ddc3564SStephen Boyd
9273ddc3564SStephen Boydconfig KPSS_XCC
9283ddc3564SStephen Boyd	tristate "KPSS Clock Controller"
9293ddc3564SStephen Boyd	help
9303ddc3564SStephen Boyd	  Support for the Krait ACC and GCC clock controllers. Say Y
9313ddc3564SStephen Boyd	  if you want to support CPU frequency scaling on devices such
9323ddc3564SStephen Boyd	  as MSM8960, APQ8064, etc.
933bb5c4a85SStephen Boyd
934bb5c4a85SStephen Boydconfig KRAITCC
935bb5c4a85SStephen Boyd	tristate "Krait Clock Controller"
936f071bcebSStephen Boyd	depends on ARM
937bb5c4a85SStephen Boyd	select KRAIT_CLOCKS
938bb5c4a85SStephen Boyd	help
939bb5c4a85SStephen Boyd	  Support for the Krait CPU clocks on Qualcomm devices.
940bb5c4a85SStephen Boyd	  Say Y if you want to support CPU frequency scaling.
941f071bcebSStephen Boyd
942a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250
943a2d8f507SSrinivas Kandagatla	tristate "SM8250 GFM LPASS Clocks"
944a2d8f507SSrinivas Kandagatla	help
945a2d8f507SSrinivas Kandagatla	  Support for the Glitch Free Mux (GFM) Low power audio
946a2d8f507SSrinivas Kandagatla          subsystem (LPASS) clocks found on SM8250 SoCs.
947a2d8f507SSrinivas Kandagatla
948f071bcebSStephen Boydendif
949