xref: /openbmc/linux/drivers/clk/qcom/Kconfig (revision 205737fe)
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
144d9db07f0SSricharan Rconfig IPQ_GCC_6018
145d9db07f0SSricharan R	tristate "IPQ6018 Global Clock Controller"
146d9db07f0SSricharan R	help
147d9db07f0SSricharan R	  Support for global clock controller on ipq6018 devices.
148d9db07f0SSricharan R	  Say Y if you want to use peripheral devices such as UART, SPI,
149d9db07f0SSricharan R	  i2c, USB, SD/eMMC, etc. Select this for the root clock
150d9db07f0SSricharan R	  of ipq6018.
151d9db07f0SSricharan R
15224d8fba4SKumar Galaconfig IPQ_GCC_806X
15324d8fba4SKumar Gala	tristate "IPQ806x Global Clock Controller"
15424d8fba4SKumar Gala	help
15524d8fba4SKumar Gala	  Support for the global clock controller on ipq806x devices.
15624d8fba4SKumar Gala	  Say Y if you want to use peripheral devices such as UART, SPI,
15724d8fba4SKumar Gala	  i2c, USB, SD/eMMC, etc.
15824d8fba4SKumar Gala
159c99e515aSRajendra Nayakconfig IPQ_LCC_806X
160c99e515aSRajendra Nayak	tristate "IPQ806x LPASS Clock Controller"
161c99e515aSRajendra Nayak	select IPQ_GCC_806X
162c99e515aSRajendra Nayak	help
163c99e515aSRajendra Nayak	  Support for the LPASS clock controller on ipq806x devices.
164c99e515aSRajendra Nayak	  Say Y if you want to use audio devices such as i2s, pcm,
165c99e515aSRajendra Nayak	  S/PDIF, etc.
166c99e515aSRajendra Nayak
167371a9507SAbhishek Sahuconfig IPQ_GCC_8074
168371a9507SAbhishek Sahu	tristate "IPQ8074 Global Clock Controller"
1698add990aSRobert Marko	select QCOM_GDSC
170371a9507SAbhishek Sahu	help
171371a9507SAbhishek Sahu	  Support for global clock controller on ipq8074 devices.
172371a9507SAbhishek Sahu	  Say Y if you want to use peripheral devices such as UART, SPI,
173371a9507SAbhishek Sahu	  i2c, USB, SD/eMMC, etc. Select this for the root clock
174371a9507SAbhishek Sahu	  of ipq8074.
175371a9507SAbhishek Sahu
1760eeff27bSStephen Boydconfig MSM_GCC_8660
1770eeff27bSStephen Boyd	tristate "MSM8660 Global Clock Controller"
1780eeff27bSStephen Boyd	help
1790eeff27bSStephen Boyd	  Support for the global clock controller on msm8660 devices.
1800eeff27bSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
1810eeff27bSStephen Boyd	  i2c, USB, SD/eMMC, etc.
1820eeff27bSStephen Boyd
1833966fab8SGeorgi Djakovconfig MSM_GCC_8916
1843966fab8SGeorgi Djakov	tristate "MSM8916 Global Clock Controller"
185073ae2b4SRajendra Nayak	select QCOM_GDSC
1863966fab8SGeorgi Djakov	help
1873966fab8SGeorgi Djakov	  Support for the global clock controller on msm8916 devices.
1883966fab8SGeorgi Djakov	  Say Y if you want to use devices such as UART, SPI i2c, USB,
1893966fab8SGeorgi Djakov	  SD/eMMC, display, graphics, camera etc.
1903966fab8SGeorgi Djakov
1911664014eSBryan O'Donoghueconfig MSM_GCC_8939
1921664014eSBryan O'Donoghue	tristate "MSM8939 Global Clock Controller"
1931664014eSBryan O'Donoghue	select QCOM_GDSC
1941664014eSBryan O'Donoghue	help
1951664014eSBryan O'Donoghue	  Support for the global clock controller on msm8939 devices.
1961664014eSBryan O'Donoghue	  Say Y if you want to use devices such as UART, SPI i2c, USB,
1971664014eSBryan O'Donoghue	  SD/eMMC, display, graphics, camera etc.
1981664014eSBryan O'Donoghue
1992ec94130SStephen Boydconfig MSM_GCC_8960
2002d85a713SKumar Gala	tristate "APQ8064/MSM8960 Global Clock Controller"
2012ec94130SStephen Boyd	help
2022d85a713SKumar Gala	  Support for the global clock controller on apq8064/msm8960 devices.
2032ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
2042ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2056d00b56fSStephen Boyd
206b82875eeSStephen Boydconfig MSM_LCC_8960
207b82875eeSStephen Boyd	tristate "APQ8064/MSM8960 LPASS Clock Controller"
208b82875eeSStephen Boyd	select MSM_GCC_8960
209b82875eeSStephen Boyd	help
210b82875eeSStephen Boyd	  Support for the LPASS clock controller on apq8064/msm8960 devices.
211b82875eeSStephen Boyd	  Say Y if you want to use audio devices such as i2s, pcm,
212b82875eeSStephen Boyd	  SLIMBus, etc.
213b82875eeSStephen Boyd
21448b72532SKonrad Dybcioconfig MDM_GCC_9607
21548b72532SKonrad Dybcio	tristate "MDM9607 Global Clock Controller"
21648b72532SKonrad Dybcio	help
21748b72532SKonrad Dybcio	  Support for the global clock controller on mdm9607 devices.
21848b72532SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART, SPI,
21948b72532SKonrad Dybcio	  I2C, USB, SD/eMMC, etc.
22048b72532SKonrad Dybcio
2217792a8d6SNeil Armstrongconfig MDM_GCC_9615
2227792a8d6SNeil Armstrong	tristate "MDM9615 Global Clock Controller"
2237792a8d6SNeil Armstrong	help
2247792a8d6SNeil Armstrong	  Support for the global clock controller on mdm9615 devices.
2257792a8d6SNeil Armstrong	  Say Y if you want to use peripheral devices such as UART, SPI,
2267792a8d6SNeil Armstrong	  i2c, USB, SD/eMMC, etc.
2277792a8d6SNeil Armstrong
2287792a8d6SNeil Armstrongconfig MDM_LCC_9615
2297792a8d6SNeil Armstrong	tristate "MDM9615 LPASS Clock Controller"
2307792a8d6SNeil Armstrong	select MDM_GCC_9615
2317792a8d6SNeil Armstrong	help
2327792a8d6SNeil Armstrong	  Support for the LPASS clock controller on mdm9615 devices.
2337792a8d6SNeil Armstrong	  Say Y if you want to use audio devices such as i2s, pcm,
2347792a8d6SNeil Armstrong	  SLIMBus, etc.
2357792a8d6SNeil Armstrong
2366d00b56fSStephen Boydconfig MSM_MMCC_8960
2376d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
2386d00b56fSStephen Boyd	select MSM_GCC_8960
2396d00b56fSStephen Boyd	help
2406d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
2416d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
2426d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
243d33faa9eSStephen Boyd
2449bb6cfc3SVladimir Lypakconfig MSM_GCC_8953
2459bb6cfc3SVladimir Lypak	tristate "MSM8953 Global Clock Controller"
2469bb6cfc3SVladimir Lypak	select QCOM_GDSC
2479bb6cfc3SVladimir Lypak	help
2489bb6cfc3SVladimir Lypak	  Support for the global clock controller on msm8953 devices.
2499bb6cfc3SVladimir Lypak	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2509bb6cfc3SVladimir Lypak	  SD/eMMC, display, graphics, camera etc.
2519bb6cfc3SVladimir Lypak
252d33faa9eSStephen Boydconfig MSM_GCC_8974
253d33faa9eSStephen Boyd	tristate "MSM8974 Global Clock Controller"
254340029efSStephen Boyd	select QCOM_GDSC
255d33faa9eSStephen Boyd	help
256d33faa9eSStephen Boyd	  Support for the global clock controller on msm8974 devices.
257d33faa9eSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
258d33faa9eSStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
259d8b21201SStephen Boyd
260d8b21201SStephen Boydconfig MSM_MMCC_8974
261d8b21201SStephen Boyd	tristate "MSM8974 Multimedia Clock Controller"
262d8b21201SStephen Boyd	select MSM_GCC_8974
2638108b23cSStephen Boyd	select QCOM_GDSC
264d8b21201SStephen Boyd	help
265d8b21201SStephen Boyd	  Support for the multimedia clock controller on msm8974 devices.
266d8b21201SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
267d8b21201SStephen Boyd	  graphics, video encode/decode, camera, etc.
268b1e010c0SStephen Boyd
2698f62718bSAngeloGioacchino Del Regnoconfig MSM_GCC_8976
2708f62718bSAngeloGioacchino Del Regno	tristate "MSM8956/76 Global Clock Controller"
2718f62718bSAngeloGioacchino Del Regno	select QCOM_GDSC
2728f62718bSAngeloGioacchino Del Regno	help
2738f62718bSAngeloGioacchino Del Regno	  Support for the global clock controller on msm8956/76 devices.
2748f62718bSAngeloGioacchino Del Regno	  Say Y if you want to use peripheral devices such as UART, SPI,
2758f62718bSAngeloGioacchino Del Regno	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2768f62718bSAngeloGioacchino Del Regno
2774d5b4572SKonrad Dybcioconfig MSM_MMCC_8994
2784d5b4572SKonrad Dybcio	tristate "MSM8994 Multimedia Clock Controller"
2794d5b4572SKonrad Dybcio	select MSM_GCC_8994
2804d5b4572SKonrad Dybcio	select QCOM_GDSC
2814d5b4572SKonrad Dybcio	help
2824d5b4572SKonrad Dybcio	  Support for the multimedia clock controller on msm8994 devices.
2834d5b4572SKonrad Dybcio	  Say Y if you want to support multimedia devices such as display,
2844d5b4572SKonrad Dybcio	  graphics, video encode/decode, camera, etc.
2854d5b4572SKonrad Dybcio
286aec89f78SBastian Köcherconfig MSM_GCC_8994
287aec89f78SBastian Köcher	tristate "MSM8994 Global Clock Controller"
288aec89f78SBastian Köcher	help
289aec89f78SBastian Köcher	  Support for the global clock controller on msm8994 devices.
290aec89f78SBastian Köcher	  Say Y if you want to use peripheral devices such as UART, SPI,
291aec89f78SBastian Köcher	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
292aec89f78SBastian Köcher
293b1e010c0SStephen Boydconfig MSM_GCC_8996
294b1e010c0SStephen Boyd	tristate "MSM8996 Global Clock Controller"
2956d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
296b1e010c0SStephen Boyd	help
297b1e010c0SStephen Boyd	  Support for the global clock controller on msm8996 devices.
298b1e010c0SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
299b1e010c0SStephen Boyd	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
300c2526597SStephen Boyd
301c2526597SStephen Boydconfig MSM_MMCC_8996
302c2526597SStephen Boyd	tristate "MSM8996 Multimedia Clock Controller"
303c2526597SStephen Boyd	select MSM_GCC_8996
3046d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
305c2526597SStephen Boyd	help
306c2526597SStephen Boyd	  Support for the multimedia clock controller on msm8996 devices.
307c2526597SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
308c2526597SStephen Boyd	  graphics, video encode/decode, camera, etc.
3094cfaa55fSTirupathi Reddy
310b5f5f525SJoonwoo Parkconfig MSM_GCC_8998
311b5f5f525SJoonwoo Park	tristate "MSM8998 Global Clock Controller"
31283b4c147SMarc Gonzalez	select QCOM_GDSC
313b5f5f525SJoonwoo Park	help
314b5f5f525SJoonwoo Park	  Support for the global clock controller on msm8998 devices.
315b5f5f525SJoonwoo Park	  Say Y if you want to use peripheral devices such as UART, SPI,
316b5f5f525SJoonwoo Park	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
317b5f5f525SJoonwoo Park
3183f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998
3193f7df5baSJeffrey Hugo	tristate "MSM8998 Graphics Clock Controller"
3203f7df5baSJeffrey Hugo	select MSM_GCC_8998
3213f7df5baSJeffrey Hugo	select QCOM_GDSC
3223f7df5baSJeffrey Hugo	help
3233f7df5baSJeffrey Hugo	  Support for the graphics clock controller on MSM8998 devices.
3243f7df5baSJeffrey Hugo	  Say Y if you want to support graphics controller devices and
3253f7df5baSJeffrey Hugo	  functionality such as 3D graphics.
3263f7df5baSJeffrey Hugo
327d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998
328d14b15b5SJeffrey Hugo	tristate "MSM8998 Multimedia Clock Controller"
329d14b15b5SJeffrey Hugo	select MSM_GCC_8998
330d14b15b5SJeffrey Hugo	select QCOM_GDSC
331d14b15b5SJeffrey Hugo	help
332d14b15b5SJeffrey Hugo	  Support for the multimedia clock controller on msm8998 devices.
333d14b15b5SJeffrey Hugo	  Say Y if you want to support multimedia devices such as display,
334d14b15b5SJeffrey Hugo	  graphics, video encode/decode, camera, etc.
335d14b15b5SJeffrey Hugo
336496d1a13SShawn Guoconfig QCM_GCC_2290
337496d1a13SShawn Guo	tristate "QCM2290 Global Clock Controller"
338496d1a13SShawn Guo	select QCOM_GDSC
339496d1a13SShawn Guo	help
340496d1a13SShawn Guo	  Support for the global clock controller on QCM2290 devices.
341496d1a13SShawn Guo	  Say Y if you want to use multimedia devices or peripheral
342496d1a13SShawn Guo	  devices such as UART, SPI, I2C, USB, SD/eMMC etc.
343496d1a13SShawn Guo
344cc517ea3SLoic Poulainconfig QCM_DISPCC_2290
345cc517ea3SLoic Poulain	tristate "QCM2290 Display Clock Controller"
346cc517ea3SLoic Poulain	select QCM_GCC_2290
347cc517ea3SLoic Poulain	help
348cc517ea3SLoic Poulain	  Support for the display clock controller on Qualcomm Technologies, Inc
349cc517ea3SLoic Poulain	  QCM2290 devices.
350cc517ea3SLoic Poulain	  Say Y if you want to support display devices and functionality such as
351cc517ea3SLoic Poulain	  splash screen.
352cc517ea3SLoic Poulain
353652f1813SShefali Jainconfig QCS_GCC_404
354652f1813SShefali Jain	tristate "QCS404 Global Clock Controller"
355652f1813SShefali Jain	help
356652f1813SShefali Jain	  Support for the global clock controller on QCS404 devices.
357652f1813SShefali Jain	  Say Y if you want to use multimedia devices or peripheral
358652f1813SShefali Jain	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
359652f1813SShefali Jain
36015d09e83STaniya Dasconfig SC_CAMCC_7180
36115d09e83STaniya Das	tristate "SC7180 Camera Clock Controller"
36215d09e83STaniya Das	select SC_GCC_7180
36315d09e83STaniya Das	help
36415d09e83STaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
36515d09e83STaniya Das	  SC7180 devices.
36615d09e83STaniya Das	  Say Y if you want to support camera devices and functionality such as
36715d09e83STaniya Das	  capturing pictures.
36815d09e83STaniya Das
3691daec8cfSTaniya Dasconfig SC_CAMCC_7280
3701daec8cfSTaniya Das	tristate "SC7280 Camera Clock Controller"
3711daec8cfSTaniya Das	select SC_GCC_7280
3721daec8cfSTaniya Das	help
3731daec8cfSTaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
3741daec8cfSTaniya Das	  SC7280 devices.
3751daec8cfSTaniya Das	  Say Y if you want to support camera devices and functionality such as
3761daec8cfSTaniya Das	  capturing pictures.
3771daec8cfSTaniya Das
378dd3d0662STaniya Dasconfig SC_DISPCC_7180
379dd3d0662STaniya Das	tristate "SC7180 Display Clock Controller"
380dd3d0662STaniya Das	select SC_GCC_7180
381dd3d0662STaniya Das	help
382dd3d0662STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
383dd3d0662STaniya Das	  SC7180 devices.
384dd3d0662STaniya Das	  Say Y if you want to support display devices and functionality such as
385dd3d0662STaniya Das	  splash screen.
386dd3d0662STaniya Das
3871a00c962STaniya Dasconfig SC_DISPCC_7280
3881a00c962STaniya Das	tristate "SC7280 Display Clock Controller"
3891a00c962STaniya Das	select SC_GCC_7280
3901a00c962STaniya Das	help
3911a00c962STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc.
3921a00c962STaniya Das	  SC7280 devices.
3931a00c962STaniya Das	  Say Y if you want to support display devices and functionality such as
3941a00c962STaniya Das	  splash screen.
3951a00c962STaniya Das
39617269568STaniya Dasconfig SC_GCC_7180
39717269568STaniya Das	tristate "SC7180 Global Clock Controller"
39817269568STaniya Das	select QCOM_GDSC
39917269568STaniya Das	depends on COMMON_CLK_QCOM
40017269568STaniya Das	help
40117269568STaniya Das	  Support for the global clock controller on SC7180 devices.
40217269568STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
40317269568STaniya Das	  I2C, USB, UFS, SDCC, etc.
40417269568STaniya Das
405a3cc0921STaniya Dasconfig SC_GCC_7280
406a3cc0921STaniya Das	tristate "SC7280 Global Clock Controller"
407a3cc0921STaniya Das	select QCOM_GDSC
408a3cc0921STaniya Das	depends on COMMON_CLK_QCOM
409a3cc0921STaniya Das	help
410a3cc0921STaniya Das	  Support for the global clock controller on SC7280 devices.
411a3cc0921STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
412a3cc0921STaniya Das	  I2C, USB, UFS, SDCC, PCIe etc.
413a3cc0921STaniya Das
4144433594bSBjorn Anderssonconfig SC_GCC_8180X
4154433594bSBjorn Andersson	tristate "SC8180X Global Clock Controller"
4164433594bSBjorn Andersson	select QCOM_GDSC
4174433594bSBjorn Andersson	depends on COMMON_CLK_QCOM
4184433594bSBjorn Andersson	help
4194433594bSBjorn Andersson	  Support for the global clock controller on SC8180X devices.
4204433594bSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
4214433594bSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
4224433594bSBjorn Andersson
423d65d005fSBjorn Anderssonconfig SC_GCC_8280XP
424d65d005fSBjorn Andersson	tristate "SC8280XP Global Clock Controller"
425d65d005fSBjorn Andersson	select QCOM_GDSC
426d65d005fSBjorn Andersson	depends on COMMON_CLK_QCOM
427d65d005fSBjorn Andersson	help
428d65d005fSBjorn Andersson	  Support for the global clock controller on SC8280XP devices.
429d65d005fSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
430d65d005fSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
431d65d005fSBjorn Andersson
432745ff069STaniya Dasconfig SC_GPUCC_7180
433745ff069STaniya Das	tristate "SC7180 Graphics Clock Controller"
434745ff069STaniya Das	select SC_GCC_7180
435745ff069STaniya Das	help
436745ff069STaniya Das	  Support for the graphics clock controller on SC7180 devices.
437745ff069STaniya Das	  Say Y if you want to support graphics controller devices and
438745ff069STaniya Das	  functionality such as 3D graphics.
439745ff069STaniya Das
4403e0f01d6STaniya Dasconfig SC_GPUCC_7280
4413e0f01d6STaniya Das	tristate "SC7280 Graphics Clock Controller"
4423e0f01d6STaniya Das	select SC_GCC_7280
4433e0f01d6STaniya Das	help
4443e0f01d6STaniya Das	  Support for the graphics clock controller on SC7280 devices.
4453e0f01d6STaniya Das	  Say Y if you want to support graphics controller devices and
4463e0f01d6STaniya Das	  functionality such as 3D graphics.
4473e0f01d6STaniya Das
4484ab43d17STaniya Dasconfig SC_LPASSCC_7280
4494ab43d17STaniya Das	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
4504ab43d17STaniya Das	select SC_GCC_7280
4514ab43d17STaniya Das	help
4524ab43d17STaniya Das	  Support for the LPASS clock controller on SC7280 devices.
4534ab43d17STaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
4544ab43d17STaniya Das	  controller to reset the LPASS subsystem.
4554ab43d17STaniya Das
45672c4996aSTaniya Dasconfig SC_LPASS_CORECC_7180
45772c4996aSTaniya Das	tristate "SC7180 LPASS Core Clock Controller"
45872c4996aSTaniya Das	select SC_GCC_7180
45972c4996aSTaniya Das	help
46072c4996aSTaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
46172c4996aSTaniya Das	  on SC7180 devices.
46272c4996aSTaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
46372c4996aSTaniya Das	  core clock controller.
46472c4996aSTaniya Das
465a9dd2663STaniya Dasconfig SC_LPASS_CORECC_7280
466a9dd2663STaniya Das	tristate "SC7280 LPASS Core & Audio Clock Controller"
467a9dd2663STaniya Das	select SC_GCC_7280
468a9dd2663STaniya Das	select QCOM_GDSC
469a9dd2663STaniya Das	help
470a9dd2663STaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock
471a9dd2663STaniya Das	  controller on SC7280 devices.
472a9dd2663STaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
473a9dd2663STaniya Das	  core clock controller.
474a9dd2663STaniya Das
4758def929cSTaniya Dasconfig SC_MSS_7180
4768def929cSTaniya Das	tristate "SC7180 Modem Clock Controller"
4778def929cSTaniya Das	select SC_GCC_7180
4788def929cSTaniya Das	help
4798def929cSTaniya Das	  Support for the Modem Subsystem clock controller on Qualcomm
4808def929cSTaniya Das	  Technologies, Inc on SC7180 devices.
4818def929cSTaniya Das	  Say Y if you want to use the Modem branch clocks of the Modem
4828def929cSTaniya Das	  subsystem clock controller to reset the MSS subsystem.
4838def929cSTaniya Das
484253dc75aSTaniya Dasconfig SC_VIDEOCC_7180
485253dc75aSTaniya Das	tristate "SC7180 Video Clock Controller"
486253dc75aSTaniya Das	select SC_GCC_7180
487253dc75aSTaniya Das	help
488253dc75aSTaniya Das	  Support for the video clock controller on SC7180 devices.
489253dc75aSTaniya Das	  Say Y if you want to support video devices and functionality such as
490253dc75aSTaniya Das	  video encode and decode.
491253dc75aSTaniya Das
492fae7617bSTaniya Dasconfig SC_VIDEOCC_7280
493fae7617bSTaniya Das	tristate "SC7280 Video Clock Controller"
494fae7617bSTaniya Das	select SC_GCC_7280
495fae7617bSTaniya Das	help
496fae7617bSTaniya Das	  Support for the video clock controller on SC7280 devices.
497fae7617bSTaniya Das	  Say Y if you want to support video devices and functionality such as
498fae7617bSTaniya Das	  video encode and decode.
499fae7617bSTaniya Das
50078412c26SAmit Nischalconfig SDM_CAMCC_845
50178412c26SAmit Nischal	tristate "SDM845 Camera Clock Controller"
50278412c26SAmit Nischal	select SDM_GCC_845
50378412c26SAmit Nischal	help
50478412c26SAmit Nischal	  Support for the camera clock controller on SDM845 devices.
50578412c26SAmit Nischal	  Say Y if you want to support camera devices and camera functionality.
50678412c26SAmit Nischal
507f2a76a29STaniya Dasconfig SDM_GCC_660
508f2a76a29STaniya Das	tristate "SDM660 Global Clock Controller"
509f2a76a29STaniya Das	select QCOM_GDSC
510f2a76a29STaniya Das	help
511f2a76a29STaniya Das	  Support for the global clock controller on SDM660 devices.
512f2a76a29STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
513f2a76a29STaniya Das	  i2C, USB, UFS, SDDC, PCIe, etc.
514f2a76a29STaniya Das
5155db3ae8bSMartin Botkaconfig SDM_MMCC_660
5165db3ae8bSMartin Botka	tristate "SDM660 Multimedia Clock Controller"
5175db3ae8bSMartin Botka	select SDM_GCC_660
5185db3ae8bSMartin Botka	select QCOM_GDSC
5195db3ae8bSMartin Botka	help
5205db3ae8bSMartin Botka	  Support for the multimedia clock controller on SDM660 devices.
5215db3ae8bSMartin Botka	  Say Y if you want to support multimedia devices such as display,
5225db3ae8bSMartin Botka	  graphics, video encode/decode, camera, etc.
5235db3ae8bSMartin Botka
52479b5d1fcSAngeloGioacchino Del Regnoconfig SDM_GPUCC_660
52579b5d1fcSAngeloGioacchino Del Regno	tristate "SDM660 Graphics Clock Controller"
52679b5d1fcSAngeloGioacchino Del Regno	select SDM_GCC_660
52779b5d1fcSAngeloGioacchino Del Regno	select QCOM_GDSC
52879b5d1fcSAngeloGioacchino Del Regno	help
52979b5d1fcSAngeloGioacchino Del Regno	  Support for the graphics clock controller on SDM630/636/660 devices.
53079b5d1fcSAngeloGioacchino Del Regno	  Say Y if you want to support graphics controller devices and
53179b5d1fcSAngeloGioacchino Del Regno	  functionality such as 3D graphics
53279b5d1fcSAngeloGioacchino Del Regno
533892df019SBjorn Anderssonconfig QCS_TURING_404
534892df019SBjorn Andersson	tristate "QCS404 Turing Clock Controller"
535892df019SBjorn Andersson	help
536892df019SBjorn Andersson	  Support for the Turing Clock Controller on QCS404, provides clocks
537892df019SBjorn Andersson	  and resets for the Turing subsystem.
538892df019SBjorn Andersson
5396cdef273SGovind Singhconfig QCS_Q6SSTOP_404
5406cdef273SGovind Singh	tristate "QCS404 Q6SSTOP Clock Controller"
5416cdef273SGovind Singh	select QCS_GCC_404
5426cdef273SGovind Singh	help
5436cdef273SGovind Singh	  Support for the Q6SSTOP clock controller on QCS404 devices.
5446cdef273SGovind Singh	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
5456cdef273SGovind Singh	  controller to reset the Q6SSTOP subsystem.
5466cdef273SGovind Singh
54706391eddSTaniya Dasconfig SDM_GCC_845
54806391eddSTaniya Das	tristate "SDM845 Global Clock Controller"
54906391eddSTaniya Das	select QCOM_GDSC
55006391eddSTaniya Das	help
55177122d6fSStephen Boyd	  Support for the global clock controller on SDM845 devices.
55206391eddSTaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
55377122d6fSStephen Boyd	  i2C, USB, UFS, SDDC, PCIe, etc.
55406391eddSTaniya Das
555453361cdSAmit Nischalconfig SDM_GPUCC_845
556453361cdSAmit Nischal	tristate "SDM845 Graphics Clock Controller"
557453361cdSAmit Nischal	select SDM_GCC_845
558453361cdSAmit Nischal	help
559453361cdSAmit Nischal	  Support for the graphics clock controller on SDM845 devices.
560453361cdSAmit Nischal	  Say Y if you want to support graphics controller devices and
561453361cdSAmit Nischal	  functionality such as 3D graphics.
562453361cdSAmit Nischal
563c646b347SAmit Nischalconfig SDM_VIDEOCC_845
564c646b347SAmit Nischal	tristate "SDM845 Video Clock Controller"
565c646b347SAmit Nischal	select SDM_GCC_845
566c646b347SAmit Nischal	select QCOM_GDSC
567c646b347SAmit Nischal	help
56877122d6fSStephen Boyd	  Support for the video clock controller on SDM845 devices.
569c646b347SAmit Nischal	  Say Y if you want to support video devices and functionality such as
570c646b347SAmit Nischal	  video encode and decode.
571c646b347SAmit Nischal
57281351776STaniya Dasconfig SDM_DISPCC_845
57381351776STaniya Das	tristate "SDM845 Display Clock Controller"
57481351776STaniya Das	select SDM_GCC_845
57581351776STaniya Das	help
57681351776STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
57781351776STaniya Das	  SDM845 devices.
57881351776STaniya Das	  Say Y if you want to support display devices and functionality such as
57981351776STaniya Das	  splash screen.
58081351776STaniya Das
5818d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845
5828d3e5b9cSTaniya Das	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
5838d3e5b9cSTaniya Das	select SDM_GCC_845
5848d3e5b9cSTaniya Das	help
5858d3e5b9cSTaniya Das	  Support for the LPASS clock controller on SDM845 devices.
5868d3e5b9cSTaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
5878d3e5b9cSTaniya Das	  controller to reset the LPASS subsystem.
5888d3e5b9cSTaniya Das
5893fade566SNaveen Yadavconfig SDX_GCC_55
5903fade566SNaveen Yadav	tristate "SDX55 Global Clock Controller"
591063930edSManivannan Sadhasivam	select QCOM_GDSC
5923fade566SNaveen Yadav	help
5933fade566SNaveen Yadav	  Support for the global clock controller on SDX55 devices.
5943fade566SNaveen Yadav	  Say Y if you want to use peripheral devices such as UART,
5953fade566SNaveen Yadav	  SPI, I2C, USB, SD/UFS, PCIe etc.
5963fade566SNaveen Yadav
597d79afa20SVamsi Krishna Lankaconfig SDX_GCC_65
598d79afa20SVamsi Krishna Lanka	tristate "SDX65 Global Clock Controller"
599d79afa20SVamsi Krishna Lanka	select QCOM_GDSC
600d79afa20SVamsi Krishna Lanka	help
601d79afa20SVamsi Krishna Lanka	  Support for the global clock controller on SDX65 devices.
602d79afa20SVamsi Krishna Lanka	  Say Y if you want to use peripheral devices such as UART,
603d79afa20SVamsi Krishna Lanka	  SPI, I2C, USB, SD/UFS, PCIe etc.
604d79afa20SVamsi Krishna Lanka
605620f5125SMarijn Suijtenconfig SM_CAMCC_8250
606620f5125SMarijn Suijten	tristate "SM8250 Camera Clock Controller"
607620f5125SMarijn Suijten	select SM_GCC_8250
608620f5125SMarijn Suijten	help
609620f5125SMarijn Suijten	  Support for the camera clock controller on SM8250 devices.
610620f5125SMarijn Suijten	  Say Y if you want to support camera devices and camera functionality.
611620f5125SMarijn Suijten
6126082037fSVladimir Zapolskiyconfig SM_CAMCC_8450
6136082037fSVladimir Zapolskiy	tristate "SM8450 Camera Clock Controller"
6146082037fSVladimir Zapolskiy	select SM_GCC_8450
6156082037fSVladimir Zapolskiy	help
6166082037fSVladimir Zapolskiy	  Support for the camera clock controller on SM8450 devices.
6176082037fSVladimir Zapolskiy	  Say Y if you want to support camera devices and camera functionality.
6186082037fSVladimir Zapolskiy
6196e87c8f0SMartin Botkaconfig SM_DISPCC_6125
6206e87c8f0SMartin Botka	tristate "SM6125 Display Clock Controller"
6216e87c8f0SMartin Botka	depends on SM_GCC_6125
6226e87c8f0SMartin Botka	help
6236e87c8f0SMartin Botka	  Support for the display clock controller on Qualcomm Technologies, Inc
6246e87c8f0SMartin Botka	  SM6125 devices.
6256e87c8f0SMartin Botka	  Say Y if you want to support display devices and functionality such as
6266e87c8f0SMartin Botka	  splash screen
6276e87c8f0SMartin Botka
62880a18f4aSJonathan Marekconfig SM_DISPCC_8250
629*205737feSJonathan Marek	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
630*205737feSJonathan Marek	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
63180a18f4aSJonathan Marek	help
63280a18f4aSJonathan Marek	  Support for the display clock controller on Qualcomm Technologies, Inc
633*205737feSJonathan Marek	  SM8150/SM8250/SM8350 devices.
63480a18f4aSJonathan Marek	  Say Y if you want to support display devices and functionality such as
63580a18f4aSJonathan Marek	  splash screen.
63680a18f4aSJonathan Marek
63783751977SKonrad Dybcioconfig SM_DISPCC_6350
63883751977SKonrad Dybcio	tristate "SM6350 Display Clock Controller"
63983751977SKonrad Dybcio	depends on SM_GCC_6350
64083751977SKonrad Dybcio	help
64183751977SKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
64283751977SKonrad Dybcio	  SM6350 devices.
64383751977SKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
64483751977SKonrad Dybcio	  splash screen.
64583751977SKonrad Dybcio
646cbe63bfdSIskren Chernevconfig SM_GCC_6115
647cbe63bfdSIskren Chernev	tristate "SM6115 and SM4250 Global Clock Controller"
648cbe63bfdSIskren Chernev	help
649cbe63bfdSIskren Chernev	  Support for the global clock controller on SM6115 and SM4250 devices.
650cbe63bfdSIskren Chernev	  Say Y if you want to use peripheral devices such as UART, SPI,
651cbe63bfdSIskren Chernev	  i2C, USB, UFS, SDDC, PCIe, etc.
652cbe63bfdSIskren Chernev
6534b8d6ae5SKonrad Dybcioconfig SM_GCC_6125
6544b8d6ae5SKonrad Dybcio	tristate "SM6125 Global Clock Controller"
6554b8d6ae5SKonrad Dybcio	help
6564b8d6ae5SKonrad Dybcio	  Support for the global clock controller on SM6125 devices.
6574b8d6ae5SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
6584b8d6ae5SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
6594b8d6ae5SKonrad Dybcio
660131abae9SKonrad Dybcioconfig SM_GCC_6350
661131abae9SKonrad Dybcio	tristate "SM6350 Global Clock Controller"
66292c02ff1SLuca Weiss	select QCOM_GDSC
663131abae9SKonrad Dybcio	help
664131abae9SKonrad Dybcio	  Support for the global clock controller on SM6350 devices.
665131abae9SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
666131abae9SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
667131abae9SKonrad Dybcio
6682a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150
6692a1d7eb8SDeepak Katragadda	tristate "SM8150 Global Clock Controller"
6702a1d7eb8SDeepak Katragadda	help
6712a1d7eb8SDeepak Katragadda	  Support for the global clock controller on SM8150 devices.
6722a1d7eb8SDeepak Katragadda	  Say Y if you want to use peripheral devices such as UART,
6732a1d7eb8SDeepak Katragadda	  SPI, I2C, USB, SD/UFS, PCIe etc.
6742a1d7eb8SDeepak Katragadda
6753e577092STaniya Dasconfig SM_GCC_8250
6763e577092STaniya Das	tristate "SM8250 Global Clock Controller"
6773a4ef4caSJonathan Marek	select QCOM_GDSC
6783e577092STaniya Das	help
6793e577092STaniya Das	  Support for the global clock controller on SM8250 devices.
6803e577092STaniya Das	  Say Y if you want to use peripheral devices such as UART,
6813e577092STaniya Das	  SPI, I2C, USB, SD/UFS, PCIe etc.
6823e577092STaniya Das
68344c20c9eSVivek Aknurwarconfig SM_GCC_8350
68444c20c9eSVivek Aknurwar	tristate "SM8350 Global Clock Controller"
68544c20c9eSVivek Aknurwar	select QCOM_GDSC
68644c20c9eSVivek Aknurwar	help
68744c20c9eSVivek Aknurwar	  Support for the global clock controller on SM8350 devices.
68844c20c9eSVivek Aknurwar	  Say Y if you want to use peripheral devices such as UART,
68944c20c9eSVivek Aknurwar	  SPI, I2C, USB, SD/UFS, PCIe etc.
69044c20c9eSVivek Aknurwar
691db0c944eSVinod Koulconfig SM_GCC_8450
692db0c944eSVinod Koul	tristate "SM8450 Global Clock Controller"
693db0c944eSVinod Koul	select QCOM_GDSC
694db0c944eSVinod Koul	help
695db0c944eSVinod Koul	  Support for the global clock controller on SM8450 devices.
696db0c944eSVinod Koul	  Say Y if you want to use peripheral devices such as UART,
697db0c944eSVinod Koul	  SPI, I2C, USB, SD/UFS, PCIe etc.
698db0c944eSVinod Koul
699013804a7SKonrad Dybcioconfig SM_GPUCC_6350
700013804a7SKonrad Dybcio	tristate "SM6350 Graphics Clock Controller"
701013804a7SKonrad Dybcio	select SM_GCC_6350
702013804a7SKonrad Dybcio	help
703013804a7SKonrad Dybcio	  Support for the graphics clock controller on SM6350 devices.
704013804a7SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
705013804a7SKonrad Dybcio	  functionality such as 3D graphics.
706013804a7SKonrad Dybcio
7070cef71f2SJonathan Marekconfig SM_GPUCC_8150
7080cef71f2SJonathan Marek	tristate "SM8150 Graphics Clock Controller"
7090cef71f2SJonathan Marek	select SM_GCC_8150
7100cef71f2SJonathan Marek	help
7110cef71f2SJonathan Marek	  Support for the graphics clock controller on SM8150 devices.
7120cef71f2SJonathan Marek	  Say Y if you want to support graphics controller devices and
7130cef71f2SJonathan Marek	  functionality such as 3D graphics.
7140cef71f2SJonathan Marek
71528f0769cSJonathan Marekconfig SM_GPUCC_8250
71628f0769cSJonathan Marek	tristate "SM8250 Graphics Clock Controller"
71728f0769cSJonathan Marek	select SM_GCC_8250
71828f0769cSJonathan Marek	help
71928f0769cSJonathan Marek	  Support for the graphics clock controller on SM8250 devices.
72028f0769cSJonathan Marek	  Say Y if you want to support graphics controller devices and
72128f0769cSJonathan Marek	  functionality such as 3D graphics.
72228f0769cSJonathan Marek
723160758b0SRobert Fossconfig SM_GPUCC_8350
724160758b0SRobert Foss	tristate "SM8350 Graphics Clock Controller"
725160758b0SRobert Foss	select SM_GCC_8350
726160758b0SRobert Foss	help
727160758b0SRobert Foss	  Support for the graphics clock controller on SM8350 devices.
728160758b0SRobert Foss	  Say Y if you want to support graphics controller devices and
729160758b0SRobert Foss	  functionality such as 3D graphics.
730160758b0SRobert Foss
7315658e8cfSJonathan Marekconfig SM_VIDEOCC_8150
7325658e8cfSJonathan Marek	tristate "SM8150 Video Clock Controller"
733386ea3bdSLukas Bulwahn	select SM_GCC_8150
7345658e8cfSJonathan Marek	select QCOM_GDSC
7355658e8cfSJonathan Marek	help
7365658e8cfSJonathan Marek	  Support for the video clock controller on SM8150 devices.
7375658e8cfSJonathan Marek	  Say Y if you want to support video devices and functionality such as
7385658e8cfSJonathan Marek	  video encode and decode.
7395658e8cfSJonathan Marek
7400e94711aSJonathan Marekconfig SM_VIDEOCC_8250
7410e94711aSJonathan Marek	tristate "SM8250 Video Clock Controller"
742386ea3bdSLukas Bulwahn	select SM_GCC_8250
7430e94711aSJonathan Marek	select QCOM_GDSC
7440e94711aSJonathan Marek	help
7450e94711aSJonathan Marek	  Support for the video clock controller on SM8250 devices.
7460e94711aSJonathan Marek	  Say Y if you want to support video devices and functionality such as
7470e94711aSJonathan Marek	  video encode and decode.
7480e94711aSJonathan Marek
7494cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV
7504cfaa55fSTirupathi Reddy	tristate "SPMI PMIC clkdiv Support"
751f071bcebSStephen Boyd	depends on SPMI || COMPILE_TEST
7524cfaa55fSTirupathi Reddy	help
7534cfaa55fSTirupathi Reddy	  This driver supports the clkdiv functionality on the Qualcomm
7544cfaa55fSTirupathi Reddy	  Technologies, Inc. SPMI PMIC. It configures the frequency of
7554cfaa55fSTirupathi Reddy	  clkdiv outputs of the PMIC. These clocks are typically wired
7564cfaa55fSTirupathi Reddy	  through alternate functions on GPIO pins.
757cb546b79SStephen Boyd
758cb546b79SStephen Boydconfig QCOM_HFPLL
759cb546b79SStephen Boyd	tristate "High-Frequency PLL (HFPLL) Clock Controller"
760cb546b79SStephen Boyd	help
761cb546b79SStephen Boyd	  Support for the high-frequency PLLs present on Qualcomm devices.
762cb546b79SStephen Boyd	  Say Y if you want to support CPU frequency scaling on devices
763cb546b79SStephen Boyd	  such as MSM8974, APQ8084, etc.
7643ddc3564SStephen Boyd
7653ddc3564SStephen Boydconfig KPSS_XCC
7663ddc3564SStephen Boyd	tristate "KPSS Clock Controller"
7673ddc3564SStephen Boyd	help
7683ddc3564SStephen Boyd	  Support for the Krait ACC and GCC clock controllers. Say Y
7693ddc3564SStephen Boyd	  if you want to support CPU frequency scaling on devices such
7703ddc3564SStephen Boyd	  as MSM8960, APQ8064, etc.
771bb5c4a85SStephen Boyd
772bb5c4a85SStephen Boydconfig KRAITCC
773bb5c4a85SStephen Boyd	tristate "Krait Clock Controller"
774f071bcebSStephen Boyd	depends on ARM
775bb5c4a85SStephen Boyd	select KRAIT_CLOCKS
776bb5c4a85SStephen Boyd	help
777bb5c4a85SStephen Boyd	  Support for the Krait CPU clocks on Qualcomm devices.
778bb5c4a85SStephen Boyd	  Say Y if you want to support CPU frequency scaling.
779f071bcebSStephen Boyd
780a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250
781a2d8f507SSrinivas Kandagatla	tristate "SM8250 GFM LPASS Clocks"
782a2d8f507SSrinivas Kandagatla	help
783a2d8f507SSrinivas Kandagatla	  Support for the Glitch Free Mux (GFM) Low power audio
784a2d8f507SSrinivas Kandagatla          subsystem (LPASS) clocks found on SM8250 SoCs.
785a2d8f507SSrinivas Kandagatla
786f071bcebSStephen Boydendif
787