xref: /openbmc/linux/drivers/clk/qcom/Kconfig (revision 3d89d529)
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
144*3d89d529SKathiravan Tconfig IPQ_GCC_5332
145*3d89d529SKathiravan T	tristate "IPQ5332 Global Clock Controller"
146*3d89d529SKathiravan T	depends on ARM64 || COMPILE_TEST
147*3d89d529SKathiravan T	help
148*3d89d529SKathiravan T	  Support for the global clock controller on ipq5332 devices.
149*3d89d529SKathiravan T	  Say Y if you want to use peripheral devices such as UART, SPI,
150*3d89d529SKathiravan T	  i2c, USB, SD/eMMC, etc.
151*3d89d529SKathiravan 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
2071664014eSBryan O'Donoghueconfig MSM_GCC_8939
2081664014eSBryan O'Donoghue	tristate "MSM8939 Global Clock Controller"
2091664014eSBryan O'Donoghue	select QCOM_GDSC
2101664014eSBryan O'Donoghue	help
2111664014eSBryan O'Donoghue	  Support for the global clock controller on msm8939 devices.
2121664014eSBryan O'Donoghue	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2131664014eSBryan O'Donoghue	  SD/eMMC, display, graphics, camera etc.
2141664014eSBryan O'Donoghue
2152ec94130SStephen Boydconfig MSM_GCC_8960
2162d85a713SKumar Gala	tristate "APQ8064/MSM8960 Global Clock Controller"
2172ec94130SStephen Boyd	help
2182d85a713SKumar Gala	  Support for the global clock controller on apq8064/msm8960 devices.
2192ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
2202ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2216d00b56fSStephen Boyd
222b82875eeSStephen Boydconfig MSM_LCC_8960
223b82875eeSStephen Boyd	tristate "APQ8064/MSM8960 LPASS Clock Controller"
224b82875eeSStephen Boyd	select MSM_GCC_8960
225b82875eeSStephen Boyd	help
226b82875eeSStephen Boyd	  Support for the LPASS clock controller on apq8064/msm8960 devices.
227b82875eeSStephen Boyd	  Say Y if you want to use audio devices such as i2s, pcm,
228b82875eeSStephen Boyd	  SLIMBus, etc.
229b82875eeSStephen Boyd
23048b72532SKonrad Dybcioconfig MDM_GCC_9607
23148b72532SKonrad Dybcio	tristate "MDM9607 Global Clock Controller"
23248b72532SKonrad Dybcio	help
23348b72532SKonrad Dybcio	  Support for the global clock controller on mdm9607 devices.
23448b72532SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART, SPI,
23548b72532SKonrad Dybcio	  I2C, USB, SD/eMMC, etc.
23648b72532SKonrad Dybcio
2377792a8d6SNeil Armstrongconfig MDM_GCC_9615
2387792a8d6SNeil Armstrong	tristate "MDM9615 Global Clock Controller"
2397792a8d6SNeil Armstrong	help
2407792a8d6SNeil Armstrong	  Support for the global clock controller on mdm9615 devices.
2417792a8d6SNeil Armstrong	  Say Y if you want to use peripheral devices such as UART, SPI,
2427792a8d6SNeil Armstrong	  i2c, USB, SD/eMMC, etc.
2437792a8d6SNeil Armstrong
2447792a8d6SNeil Armstrongconfig MDM_LCC_9615
2457792a8d6SNeil Armstrong	tristate "MDM9615 LPASS Clock Controller"
2467792a8d6SNeil Armstrong	select MDM_GCC_9615
2477792a8d6SNeil Armstrong	help
2487792a8d6SNeil Armstrong	  Support for the LPASS clock controller on mdm9615 devices.
2497792a8d6SNeil Armstrong	  Say Y if you want to use audio devices such as i2s, pcm,
2507792a8d6SNeil Armstrong	  SLIMBus, etc.
2517792a8d6SNeil Armstrong
2526d00b56fSStephen Boydconfig MSM_MMCC_8960
2536d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
2546d00b56fSStephen Boyd	select MSM_GCC_8960
2556d00b56fSStephen Boyd	help
2566d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
2576d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
2586d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
259d33faa9eSStephen Boyd
2609bb6cfc3SVladimir Lypakconfig MSM_GCC_8953
2619bb6cfc3SVladimir Lypak	tristate "MSM8953 Global Clock Controller"
2629bb6cfc3SVladimir Lypak	select QCOM_GDSC
2639bb6cfc3SVladimir Lypak	help
2649bb6cfc3SVladimir Lypak	  Support for the global clock controller on msm8953 devices.
2659bb6cfc3SVladimir Lypak	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2669bb6cfc3SVladimir Lypak	  SD/eMMC, display, graphics, camera etc.
2679bb6cfc3SVladimir Lypak
268d33faa9eSStephen Boydconfig MSM_GCC_8974
269d33faa9eSStephen Boyd	tristate "MSM8974 Global Clock Controller"
270340029efSStephen Boyd	select QCOM_GDSC
271d33faa9eSStephen Boyd	help
272d33faa9eSStephen Boyd	  Support for the global clock controller on msm8974 devices.
273d33faa9eSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
274d33faa9eSStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
275d8b21201SStephen Boyd
276d8b21201SStephen Boydconfig MSM_MMCC_8974
277d8b21201SStephen Boyd	tristate "MSM8974 Multimedia Clock Controller"
278d8b21201SStephen Boyd	select MSM_GCC_8974
2798108b23cSStephen Boyd	select QCOM_GDSC
280d8b21201SStephen Boyd	help
281d8b21201SStephen Boyd	  Support for the multimedia clock controller on msm8974 devices.
282d8b21201SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
283d8b21201SStephen Boyd	  graphics, video encode/decode, camera, etc.
284b1e010c0SStephen Boyd
2858f62718bSAngeloGioacchino Del Regnoconfig MSM_GCC_8976
2868f62718bSAngeloGioacchino Del Regno	tristate "MSM8956/76 Global Clock Controller"
2878f62718bSAngeloGioacchino Del Regno	select QCOM_GDSC
2888f62718bSAngeloGioacchino Del Regno	help
2898f62718bSAngeloGioacchino Del Regno	  Support for the global clock controller on msm8956/76 devices.
2908f62718bSAngeloGioacchino Del Regno	  Say Y if you want to use peripheral devices such as UART, SPI,
2918f62718bSAngeloGioacchino Del Regno	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2928f62718bSAngeloGioacchino Del Regno
2934d5b4572SKonrad Dybcioconfig MSM_MMCC_8994
2944d5b4572SKonrad Dybcio	tristate "MSM8994 Multimedia Clock Controller"
2954d5b4572SKonrad Dybcio	select MSM_GCC_8994
2964d5b4572SKonrad Dybcio	select QCOM_GDSC
2974d5b4572SKonrad Dybcio	help
2984d5b4572SKonrad Dybcio	  Support for the multimedia clock controller on msm8994 devices.
2994d5b4572SKonrad Dybcio	  Say Y if you want to support multimedia devices such as display,
3004d5b4572SKonrad Dybcio	  graphics, video encode/decode, camera, etc.
3014d5b4572SKonrad Dybcio
302aec89f78SBastian Köcherconfig MSM_GCC_8994
303aec89f78SBastian Köcher	tristate "MSM8994 Global Clock Controller"
304aec89f78SBastian Köcher	help
305aec89f78SBastian Köcher	  Support for the global clock controller on msm8994 devices.
306aec89f78SBastian Köcher	  Say Y if you want to use peripheral devices such as UART, SPI,
307aec89f78SBastian Köcher	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
308aec89f78SBastian Köcher
309b1e010c0SStephen Boydconfig MSM_GCC_8996
310b1e010c0SStephen Boyd	tristate "MSM8996 Global Clock Controller"
3116d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
312b1e010c0SStephen Boyd	help
313b1e010c0SStephen Boyd	  Support for the global clock controller on msm8996 devices.
314b1e010c0SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
315b1e010c0SStephen Boyd	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
316c2526597SStephen Boyd
317c2526597SStephen Boydconfig MSM_MMCC_8996
318c2526597SStephen Boyd	tristate "MSM8996 Multimedia Clock Controller"
319c2526597SStephen Boyd	select MSM_GCC_8996
3206d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
321c2526597SStephen Boyd	help
322c2526597SStephen Boyd	  Support for the multimedia clock controller on msm8996 devices.
323c2526597SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
324c2526597SStephen Boyd	  graphics, video encode/decode, camera, etc.
3254cfaa55fSTirupathi Reddy
326b5f5f525SJoonwoo Parkconfig MSM_GCC_8998
327b5f5f525SJoonwoo Park	tristate "MSM8998 Global Clock Controller"
32883b4c147SMarc Gonzalez	select QCOM_GDSC
329b5f5f525SJoonwoo Park	help
330b5f5f525SJoonwoo Park	  Support for the global clock controller on msm8998 devices.
331b5f5f525SJoonwoo Park	  Say Y if you want to use peripheral devices such as UART, SPI,
332b5f5f525SJoonwoo Park	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
333b5f5f525SJoonwoo Park
3343f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998
3353f7df5baSJeffrey Hugo	tristate "MSM8998 Graphics Clock Controller"
3363f7df5baSJeffrey Hugo	select MSM_GCC_8998
3373f7df5baSJeffrey Hugo	select QCOM_GDSC
3383f7df5baSJeffrey Hugo	help
3393f7df5baSJeffrey Hugo	  Support for the graphics clock controller on MSM8998 devices.
3403f7df5baSJeffrey Hugo	  Say Y if you want to support graphics controller devices and
3413f7df5baSJeffrey Hugo	  functionality such as 3D graphics.
3423f7df5baSJeffrey Hugo
343d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998
344d14b15b5SJeffrey Hugo	tristate "MSM8998 Multimedia Clock Controller"
345d14b15b5SJeffrey Hugo	select MSM_GCC_8998
346d14b15b5SJeffrey Hugo	select QCOM_GDSC
347d14b15b5SJeffrey Hugo	help
348d14b15b5SJeffrey Hugo	  Support for the multimedia clock controller on msm8998 devices.
349d14b15b5SJeffrey Hugo	  Say Y if you want to support multimedia devices such as display,
350d14b15b5SJeffrey Hugo	  graphics, video encode/decode, camera, etc.
351d14b15b5SJeffrey Hugo
352496d1a13SShawn Guoconfig QCM_GCC_2290
353496d1a13SShawn Guo	tristate "QCM2290 Global Clock Controller"
354496d1a13SShawn Guo	select QCOM_GDSC
355496d1a13SShawn Guo	help
356496d1a13SShawn Guo	  Support for the global clock controller on QCM2290 devices.
357496d1a13SShawn Guo	  Say Y if you want to use multimedia devices or peripheral
358496d1a13SShawn Guo	  devices such as UART, SPI, I2C, USB, SD/eMMC etc.
359496d1a13SShawn Guo
360cc517ea3SLoic Poulainconfig QCM_DISPCC_2290
361cc517ea3SLoic Poulain	tristate "QCM2290 Display Clock Controller"
362cc517ea3SLoic Poulain	select QCM_GCC_2290
363cc517ea3SLoic Poulain	help
364cc517ea3SLoic Poulain	  Support for the display clock controller on Qualcomm Technologies, Inc
365cc517ea3SLoic Poulain	  QCM2290 devices.
366cc517ea3SLoic Poulain	  Say Y if you want to support display devices and functionality such as
367cc517ea3SLoic Poulain	  splash screen.
368cc517ea3SLoic Poulain
369652f1813SShefali Jainconfig QCS_GCC_404
370652f1813SShefali Jain	tristate "QCS404 Global Clock Controller"
371652f1813SShefali Jain	help
372652f1813SShefali Jain	  Support for the global clock controller on QCS404 devices.
373652f1813SShefali Jain	  Say Y if you want to use multimedia devices or peripheral
374652f1813SShefali Jain	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
375652f1813SShefali Jain
37615d09e83STaniya Dasconfig SC_CAMCC_7180
37715d09e83STaniya Das	tristate "SC7180 Camera Clock Controller"
37815d09e83STaniya Das	select SC_GCC_7180
37915d09e83STaniya Das	help
38015d09e83STaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
38115d09e83STaniya Das	  SC7180 devices.
38215d09e83STaniya Das	  Say Y if you want to support camera devices and functionality such as
38315d09e83STaniya Das	  capturing pictures.
38415d09e83STaniya Das
3851daec8cfSTaniya Dasconfig SC_CAMCC_7280
3861daec8cfSTaniya Das	tristate "SC7280 Camera Clock Controller"
3871daec8cfSTaniya Das	select SC_GCC_7280
3881daec8cfSTaniya Das	help
3891daec8cfSTaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
3901daec8cfSTaniya Das	  SC7280 devices.
3911daec8cfSTaniya Das	  Say Y if you want to support camera devices and functionality such as
3921daec8cfSTaniya Das	  capturing pictures.
3931daec8cfSTaniya Das
394dd3d0662STaniya Dasconfig SC_DISPCC_7180
395dd3d0662STaniya Das	tristate "SC7180 Display Clock Controller"
396dd3d0662STaniya Das	select SC_GCC_7180
397dd3d0662STaniya Das	help
398dd3d0662STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
399dd3d0662STaniya Das	  SC7180 devices.
400dd3d0662STaniya Das	  Say Y if you want to support display devices and functionality such as
401dd3d0662STaniya Das	  splash screen.
402dd3d0662STaniya Das
4031a00c962STaniya Dasconfig SC_DISPCC_7280
4041a00c962STaniya Das	tristate "SC7280 Display Clock Controller"
4051a00c962STaniya Das	select SC_GCC_7280
4061a00c962STaniya Das	help
4071a00c962STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc.
4081a00c962STaniya Das	  SC7280 devices.
4091a00c962STaniya Das	  Say Y if you want to support display devices and functionality such as
4101a00c962STaniya Das	  splash screen.
4111a00c962STaniya Das
4124a66e76fSBjorn Anderssonconfig SC_DISPCC_8280XP
4134a66e76fSBjorn Andersson	tristate "SC8280XP Display Clock Controller"
4144a66e76fSBjorn Andersson	select SC_GCC_8280XP
4154a66e76fSBjorn Andersson	help
4164a66e76fSBjorn Andersson	  Support for the two display clock controllers on Qualcomm
4174a66e76fSBjorn Andersson	  Technologies, Inc. SC8280XP devices.
4184a66e76fSBjorn Andersson	  Say Y if you want to support display devices and functionality such as
4194a66e76fSBjorn Andersson	  splash screen.
4204a66e76fSBjorn Andersson
42108c51cebSShazad Hussainconfig SA_GCC_8775P
42208c51cebSShazad Hussain	tristate "SA8775 Global Clock Controller"
42308c51cebSShazad Hussain	select QCOM_GDSC
42408c51cebSShazad Hussain	depends on COMMON_CLK_QCOM
42508c51cebSShazad Hussain	help
42608c51cebSShazad Hussain	  Support for the global clock controller on SA8775 devices.
42708c51cebSShazad Hussain	  Say Y if you want to use peripheral devices such as UART, SPI,
42808c51cebSShazad Hussain	  I2C, USB, UFS, SDCC, etc.
42908c51cebSShazad Hussain
43017269568STaniya Dasconfig SC_GCC_7180
43117269568STaniya Das	tristate "SC7180 Global Clock Controller"
43217269568STaniya Das	select QCOM_GDSC
43317269568STaniya Das	depends on COMMON_CLK_QCOM
43417269568STaniya Das	help
43517269568STaniya Das	  Support for the global clock controller on SC7180 devices.
43617269568STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
43717269568STaniya Das	  I2C, USB, UFS, SDCC, etc.
43817269568STaniya Das
439a3cc0921STaniya Dasconfig SC_GCC_7280
440a3cc0921STaniya Das	tristate "SC7280 Global Clock Controller"
441a3cc0921STaniya Das	select QCOM_GDSC
442a3cc0921STaniya Das	depends on COMMON_CLK_QCOM
443a3cc0921STaniya Das	help
444a3cc0921STaniya Das	  Support for the global clock controller on SC7280 devices.
445a3cc0921STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
446a3cc0921STaniya Das	  I2C, USB, UFS, SDCC, PCIe etc.
447a3cc0921STaniya Das
4484433594bSBjorn Anderssonconfig SC_GCC_8180X
4494433594bSBjorn Andersson	tristate "SC8180X Global Clock Controller"
4504433594bSBjorn Andersson	select QCOM_GDSC
4514433594bSBjorn Andersson	depends on COMMON_CLK_QCOM
4524433594bSBjorn Andersson	help
4534433594bSBjorn Andersson	  Support for the global clock controller on SC8180X devices.
4544433594bSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
4554433594bSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
4564433594bSBjorn Andersson
457d65d005fSBjorn Anderssonconfig SC_GCC_8280XP
458d65d005fSBjorn Andersson	tristate "SC8280XP Global Clock Controller"
459d65d005fSBjorn Andersson	select QCOM_GDSC
460d65d005fSBjorn Andersson	depends on COMMON_CLK_QCOM
461d65d005fSBjorn Andersson	help
462d65d005fSBjorn Andersson	  Support for the global clock controller on SC8280XP devices.
463d65d005fSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
464d65d005fSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
465d65d005fSBjorn Andersson
466745ff069STaniya Dasconfig SC_GPUCC_7180
467745ff069STaniya Das	tristate "SC7180 Graphics Clock Controller"
468745ff069STaniya Das	select SC_GCC_7180
469745ff069STaniya Das	help
470745ff069STaniya Das	  Support for the graphics clock controller on SC7180 devices.
471745ff069STaniya Das	  Say Y if you want to support graphics controller devices and
472745ff069STaniya Das	  functionality such as 3D graphics.
473745ff069STaniya Das
4743e0f01d6STaniya Dasconfig SC_GPUCC_7280
4753e0f01d6STaniya Das	tristate "SC7280 Graphics Clock Controller"
4763e0f01d6STaniya Das	select SC_GCC_7280
4773e0f01d6STaniya Das	help
4783e0f01d6STaniya Das	  Support for the graphics clock controller on SC7280 devices.
4793e0f01d6STaniya Das	  Say Y if you want to support graphics controller devices and
4803e0f01d6STaniya Das	  functionality such as 3D graphics.
4813e0f01d6STaniya Das
482e55d937dSBjorn Anderssonconfig SC_GPUCC_8280XP
483e55d937dSBjorn Andersson	tristate "SC8280XP Graphics Clock Controller"
484e55d937dSBjorn Andersson	select SC_GCC_8280XP
485e55d937dSBjorn Andersson	help
486e55d937dSBjorn Andersson	  Support for the graphics clock controller on SC8280XP devices.
487e55d937dSBjorn Andersson	  Say Y if you want to support graphics controller devices and
488e55d937dSBjorn Andersson	  functionality such as 3D graphics.
489e55d937dSBjorn Andersson
4904ab43d17STaniya Dasconfig SC_LPASSCC_7280
4914ab43d17STaniya Das	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
4924ab43d17STaniya Das	select SC_GCC_7280
4934ab43d17STaniya Das	help
4944ab43d17STaniya Das	  Support for the LPASS clock controller on SC7280 devices.
4954ab43d17STaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
4964ab43d17STaniya Das	  controller to reset the LPASS subsystem.
4974ab43d17STaniya Das
49872c4996aSTaniya Dasconfig SC_LPASS_CORECC_7180
49972c4996aSTaniya Das	tristate "SC7180 LPASS Core Clock Controller"
50072c4996aSTaniya Das	select SC_GCC_7180
50172c4996aSTaniya Das	help
50272c4996aSTaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
50372c4996aSTaniya Das	  on SC7180 devices.
50472c4996aSTaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
50572c4996aSTaniya Das	  core clock controller.
50672c4996aSTaniya Das
507a9dd2663STaniya Dasconfig SC_LPASS_CORECC_7280
508a9dd2663STaniya Das	tristate "SC7280 LPASS Core & Audio Clock Controller"
509a9dd2663STaniya Das	select SC_GCC_7280
510a9dd2663STaniya Das	select QCOM_GDSC
511a9dd2663STaniya Das	help
512a9dd2663STaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock
513a9dd2663STaniya Das	  controller on SC7280 devices.
514a9dd2663STaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
515a9dd2663STaniya Das	  core clock controller.
516a9dd2663STaniya Das
5178def929cSTaniya Dasconfig SC_MSS_7180
5188def929cSTaniya Das	tristate "SC7180 Modem Clock Controller"
5198def929cSTaniya Das	select SC_GCC_7180
5208def929cSTaniya Das	help
5218def929cSTaniya Das	  Support for the Modem Subsystem clock controller on Qualcomm
5228def929cSTaniya Das	  Technologies, Inc on SC7180 devices.
5238def929cSTaniya Das	  Say Y if you want to use the Modem branch clocks of the Modem
5248def929cSTaniya Das	  subsystem clock controller to reset the MSS subsystem.
5258def929cSTaniya Das
526253dc75aSTaniya Dasconfig SC_VIDEOCC_7180
527253dc75aSTaniya Das	tristate "SC7180 Video Clock Controller"
528253dc75aSTaniya Das	select SC_GCC_7180
529253dc75aSTaniya Das	help
530253dc75aSTaniya Das	  Support for the video clock controller on SC7180 devices.
531253dc75aSTaniya Das	  Say Y if you want to support video devices and functionality such as
532253dc75aSTaniya Das	  video encode and decode.
533253dc75aSTaniya Das
534fae7617bSTaniya Dasconfig SC_VIDEOCC_7280
535fae7617bSTaniya Das	tristate "SC7280 Video Clock Controller"
536fae7617bSTaniya Das	select SC_GCC_7280
537fae7617bSTaniya Das	help
538fae7617bSTaniya Das	  Support for the video clock controller on SC7280 devices.
539fae7617bSTaniya Das	  Say Y if you want to support video devices and functionality such as
540fae7617bSTaniya Das	  video encode and decode.
541fae7617bSTaniya Das
54278412c26SAmit Nischalconfig SDM_CAMCC_845
54378412c26SAmit Nischal	tristate "SDM845 Camera Clock Controller"
54478412c26SAmit Nischal	select SDM_GCC_845
54578412c26SAmit Nischal	help
54678412c26SAmit Nischal	  Support for the camera clock controller on SDM845 devices.
54778412c26SAmit Nischal	  Say Y if you want to support camera devices and camera functionality.
54878412c26SAmit Nischal
549f2a76a29STaniya Dasconfig SDM_GCC_660
550f2a76a29STaniya Das	tristate "SDM660 Global Clock Controller"
551f2a76a29STaniya Das	select QCOM_GDSC
552f2a76a29STaniya Das	help
553f2a76a29STaniya Das	  Support for the global clock controller on SDM660 devices.
554f2a76a29STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
555f2a76a29STaniya Das	  i2C, USB, UFS, SDDC, PCIe, etc.
556f2a76a29STaniya Das
5575db3ae8bSMartin Botkaconfig SDM_MMCC_660
5585db3ae8bSMartin Botka	tristate "SDM660 Multimedia Clock Controller"
5595db3ae8bSMartin Botka	select SDM_GCC_660
5605db3ae8bSMartin Botka	select QCOM_GDSC
5615db3ae8bSMartin Botka	help
5625db3ae8bSMartin Botka	  Support for the multimedia clock controller on SDM660 devices.
5635db3ae8bSMartin Botka	  Say Y if you want to support multimedia devices such as display,
5645db3ae8bSMartin Botka	  graphics, video encode/decode, camera, etc.
5655db3ae8bSMartin Botka
56679b5d1fcSAngeloGioacchino Del Regnoconfig SDM_GPUCC_660
56779b5d1fcSAngeloGioacchino Del Regno	tristate "SDM660 Graphics Clock Controller"
56879b5d1fcSAngeloGioacchino Del Regno	select SDM_GCC_660
56979b5d1fcSAngeloGioacchino Del Regno	select QCOM_GDSC
57079b5d1fcSAngeloGioacchino Del Regno	help
57179b5d1fcSAngeloGioacchino Del Regno	  Support for the graphics clock controller on SDM630/636/660 devices.
57279b5d1fcSAngeloGioacchino Del Regno	  Say Y if you want to support graphics controller devices and
57379b5d1fcSAngeloGioacchino Del Regno	  functionality such as 3D graphics
57479b5d1fcSAngeloGioacchino Del Regno
575892df019SBjorn Anderssonconfig QCS_TURING_404
576892df019SBjorn Andersson	tristate "QCS404 Turing Clock Controller"
577892df019SBjorn Andersson	help
578892df019SBjorn Andersson	  Support for the Turing Clock Controller on QCS404, provides clocks
579892df019SBjorn Andersson	  and resets for the Turing subsystem.
580892df019SBjorn Andersson
5816cdef273SGovind Singhconfig QCS_Q6SSTOP_404
5826cdef273SGovind Singh	tristate "QCS404 Q6SSTOP Clock Controller"
5836cdef273SGovind Singh	select QCS_GCC_404
5846cdef273SGovind Singh	help
5856cdef273SGovind Singh	  Support for the Q6SSTOP clock controller on QCS404 devices.
5866cdef273SGovind Singh	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
5876cdef273SGovind Singh	  controller to reset the Q6SSTOP subsystem.
5886cdef273SGovind Singh
5891c9efb0bSTaniya Dasconfig QDU_GCC_1000
5901c9efb0bSTaniya Das	tristate "QDU1000/QRU1000 Global Clock Controller"
5911c9efb0bSTaniya Das	select QCOM_GDSC
5921c9efb0bSTaniya Das	help
5931c9efb0bSTaniya Das	  Support for the global clock controller on QDU1000 and
5941c9efb0bSTaniya Das	  QRU1000 devices. Say Y if you want to use peripheral
5951c9efb0bSTaniya Das	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.
5961c9efb0bSTaniya Das
59706391eddSTaniya Dasconfig SDM_GCC_845
598ae66b1feSRichard Acayan	tristate "SDM845/SDM670 Global Clock Controller"
59906391eddSTaniya Das	select QCOM_GDSC
60006391eddSTaniya Das	help
601ae66b1feSRichard Acayan	  Support for the global clock controller on SDM845 and SDM670 devices.
60206391eddSTaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
60377122d6fSStephen Boyd	  i2C, USB, UFS, SDDC, PCIe, etc.
60406391eddSTaniya Das
605453361cdSAmit Nischalconfig SDM_GPUCC_845
606453361cdSAmit Nischal	tristate "SDM845 Graphics Clock Controller"
607453361cdSAmit Nischal	select SDM_GCC_845
608453361cdSAmit Nischal	help
609453361cdSAmit Nischal	  Support for the graphics clock controller on SDM845 devices.
610453361cdSAmit Nischal	  Say Y if you want to support graphics controller devices and
611453361cdSAmit Nischal	  functionality such as 3D graphics.
612453361cdSAmit Nischal
613c646b347SAmit Nischalconfig SDM_VIDEOCC_845
614c646b347SAmit Nischal	tristate "SDM845 Video Clock Controller"
615c646b347SAmit Nischal	select SDM_GCC_845
616c646b347SAmit Nischal	select QCOM_GDSC
617c646b347SAmit Nischal	help
61877122d6fSStephen Boyd	  Support for the video clock controller on SDM845 devices.
619c646b347SAmit Nischal	  Say Y if you want to support video devices and functionality such as
620c646b347SAmit Nischal	  video encode and decode.
621c646b347SAmit Nischal
62281351776STaniya Dasconfig SDM_DISPCC_845
62381351776STaniya Das	tristate "SDM845 Display Clock Controller"
62481351776STaniya Das	select SDM_GCC_845
62581351776STaniya Das	help
62681351776STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
62781351776STaniya Das	  SDM845 devices.
62881351776STaniya Das	  Say Y if you want to support display devices and functionality such as
62981351776STaniya Das	  splash screen.
63081351776STaniya Das
6318d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845
6328d3e5b9cSTaniya Das	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
6338d3e5b9cSTaniya Das	select SDM_GCC_845
6348d3e5b9cSTaniya Das	help
6358d3e5b9cSTaniya Das	  Support for the LPASS clock controller on SDM845 devices.
6368d3e5b9cSTaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
6378d3e5b9cSTaniya Das	  controller to reset the LPASS subsystem.
6388d3e5b9cSTaniya Das
6393fade566SNaveen Yadavconfig SDX_GCC_55
6403fade566SNaveen Yadav	tristate "SDX55 Global Clock Controller"
641063930edSManivannan Sadhasivam	select QCOM_GDSC
6423fade566SNaveen Yadav	help
6433fade566SNaveen Yadav	  Support for the global clock controller on SDX55 devices.
6443fade566SNaveen Yadav	  Say Y if you want to use peripheral devices such as UART,
6453fade566SNaveen Yadav	  SPI, I2C, USB, SD/UFS, PCIe etc.
6463fade566SNaveen Yadav
647d79afa20SVamsi Krishna Lankaconfig SDX_GCC_65
648d79afa20SVamsi Krishna Lanka	tristate "SDX65 Global Clock Controller"
649d79afa20SVamsi Krishna Lanka	select QCOM_GDSC
650d79afa20SVamsi Krishna Lanka	help
651d79afa20SVamsi Krishna Lanka	  Support for the global clock controller on SDX65 devices.
652d79afa20SVamsi Krishna Lanka	  Say Y if you want to use peripheral devices such as UART,
653d79afa20SVamsi Krishna Lanka	  SPI, I2C, USB, SD/UFS, PCIe etc.
654d79afa20SVamsi Krishna Lanka
65580f5451dSKonrad Dybcioconfig SM_CAMCC_6350
65680f5451dSKonrad Dybcio	tristate "SM6350 Camera Clock Controller"
65780f5451dSKonrad Dybcio	select SM_GCC_6350
65880f5451dSKonrad Dybcio	help
65980f5451dSKonrad Dybcio	  Support for the camera clock controller on SM6350 devices.
66080f5451dSKonrad Dybcio	  Say Y if you want to support camera devices and camera functionality.
66180f5451dSKonrad Dybcio
662620f5125SMarijn Suijtenconfig SM_CAMCC_8250
663620f5125SMarijn Suijten	tristate "SM8250 Camera Clock Controller"
664620f5125SMarijn Suijten	select SM_GCC_8250
665620f5125SMarijn Suijten	help
666620f5125SMarijn Suijten	  Support for the camera clock controller on SM8250 devices.
667620f5125SMarijn Suijten	  Say Y if you want to support camera devices and camera functionality.
668620f5125SMarijn Suijten
6696082037fSVladimir Zapolskiyconfig SM_CAMCC_8450
6706082037fSVladimir Zapolskiy	tristate "SM8450 Camera Clock Controller"
6716082037fSVladimir Zapolskiy	select SM_GCC_8450
6726082037fSVladimir Zapolskiy	help
6736082037fSVladimir Zapolskiy	  Support for the camera clock controller on SM8450 devices.
6746082037fSVladimir Zapolskiy	  Say Y if you want to support camera devices and camera functionality.
6756082037fSVladimir Zapolskiy
6769b518788SAdam Skladowskiconfig SM_DISPCC_6115
6779b518788SAdam Skladowski	tristate "SM6115 Display Clock Controller"
6789b518788SAdam Skladowski	depends on SM_GCC_6115
6799b518788SAdam Skladowski	help
6809b518788SAdam Skladowski	  Support for the display clock controller on Qualcomm Technologies, Inc
6819b518788SAdam Skladowski	  SM6115/SM4250 devices.
6829b518788SAdam Skladowski	  Say Y if you want to support display devices and functionality such as
6839b518788SAdam Skladowski	  splash screen
6849b518788SAdam Skladowski
6856e87c8f0SMartin Botkaconfig SM_DISPCC_6125
6866e87c8f0SMartin Botka	tristate "SM6125 Display Clock Controller"
6876e87c8f0SMartin Botka	depends on SM_GCC_6125
6886e87c8f0SMartin Botka	help
6896e87c8f0SMartin Botka	  Support for the display clock controller on Qualcomm Technologies, Inc
6906e87c8f0SMartin Botka	  SM6125 devices.
6916e87c8f0SMartin Botka	  Say Y if you want to support display devices and functionality such as
6926e87c8f0SMartin Botka	  splash screen
6936e87c8f0SMartin Botka
69480a18f4aSJonathan Marekconfig SM_DISPCC_8250
695205737feSJonathan Marek	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
696205737feSJonathan Marek	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
69780a18f4aSJonathan Marek	help
69880a18f4aSJonathan Marek	  Support for the display clock controller on Qualcomm Technologies, Inc
699205737feSJonathan Marek	  SM8150/SM8250/SM8350 devices.
70080a18f4aSJonathan Marek	  Say Y if you want to support display devices and functionality such as
70180a18f4aSJonathan Marek	  splash screen.
70280a18f4aSJonathan Marek
70383751977SKonrad Dybcioconfig SM_DISPCC_6350
70483751977SKonrad Dybcio	tristate "SM6350 Display Clock Controller"
70583751977SKonrad Dybcio	depends on SM_GCC_6350
70683751977SKonrad Dybcio	help
70783751977SKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
70883751977SKonrad Dybcio	  SM6350 devices.
70983751977SKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
71083751977SKonrad Dybcio	  splash screen.
71183751977SKonrad Dybcio
712aec5f36cSKonrad Dybcioconfig SM_DISPCC_6375
713aec5f36cSKonrad Dybcio	tristate "SM6375 Display Clock Controller"
714aec5f36cSKonrad Dybcio	depends on SM_GCC_6375
715aec5f36cSKonrad Dybcio	help
716aec5f36cSKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
717aec5f36cSKonrad Dybcio	  SM6375 devices.
718aec5f36cSKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
719aec5f36cSKonrad Dybcio	  splash screen.
720aec5f36cSKonrad Dybcio
72116fb89f9SDmitry Baryshkovconfig SM_DISPCC_8450
72216fb89f9SDmitry Baryshkov	tristate "SM8450 Display Clock Controller"
72316fb89f9SDmitry Baryshkov	depends on SM_GCC_8450
72416fb89f9SDmitry Baryshkov	help
72516fb89f9SDmitry Baryshkov	  Support for the display clock controller on Qualcomm Technologies, Inc
72616fb89f9SDmitry Baryshkov	  SM8450 devices.
72716fb89f9SDmitry Baryshkov	  Say Y if you want to support display devices and functionality such as
72816fb89f9SDmitry Baryshkov	  splash screen.
72916fb89f9SDmitry Baryshkov
73090114ca1SNeil Armstrongconfig SM_DISPCC_8550
73190114ca1SNeil Armstrong	tristate "SM8550 Display Clock Controller"
73290114ca1SNeil Armstrong	depends on SM_GCC_8550
73390114ca1SNeil Armstrong	help
73490114ca1SNeil Armstrong	  Support for the display clock controller on Qualcomm Technologies, Inc
73590114ca1SNeil Armstrong	  SM8550 devices.
73690114ca1SNeil Armstrong	  Say Y if you want to support display devices and functionality such as
73790114ca1SNeil Armstrong	  splash screen.
73890114ca1SNeil Armstrong
739cbe63bfdSIskren Chernevconfig SM_GCC_6115
740cbe63bfdSIskren Chernev	tristate "SM6115 and SM4250 Global Clock Controller"
74150ee65dcSDang Huynh	select QCOM_GDSC
742cbe63bfdSIskren Chernev	help
743cbe63bfdSIskren Chernev	  Support for the global clock controller on SM6115 and SM4250 devices.
744cbe63bfdSIskren Chernev	  Say Y if you want to use peripheral devices such as UART, SPI,
745cbe63bfdSIskren Chernev	  i2C, USB, UFS, SDDC, PCIe, etc.
746cbe63bfdSIskren Chernev
7474b8d6ae5SKonrad Dybcioconfig SM_GCC_6125
7484b8d6ae5SKonrad Dybcio	tristate "SM6125 Global Clock Controller"
7494b8d6ae5SKonrad Dybcio	help
7504b8d6ae5SKonrad Dybcio	  Support for the global clock controller on SM6125 devices.
7514b8d6ae5SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
7524b8d6ae5SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
7534b8d6ae5SKonrad Dybcio
754131abae9SKonrad Dybcioconfig SM_GCC_6350
755131abae9SKonrad Dybcio	tristate "SM6350 Global Clock Controller"
75692c02ff1SLuca Weiss	select QCOM_GDSC
757131abae9SKonrad Dybcio	help
758131abae9SKonrad Dybcio	  Support for the global clock controller on SM6350 devices.
759131abae9SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
760131abae9SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
761131abae9SKonrad Dybcio
762184fdd87SKonrad Dybcioconfig SM_GCC_6375
763184fdd87SKonrad Dybcio	tristate "SM6375 Global Clock Controller"
764184fdd87SKonrad Dybcio	select QCOM_GDSC
765184fdd87SKonrad Dybcio	help
766184fdd87SKonrad Dybcio	  Support for the global clock controller on SM6375 devices.
767184fdd87SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
768184fdd87SKonrad Dybcio	  SPI, I2C, USB, SD/UFS etc.
769184fdd87SKonrad Dybcio
770a808d58dSDanila Tikhonovconfig SM_GCC_7150
771a808d58dSDanila Tikhonov	tristate "SM7150 Global Clock Controller"
772a808d58dSDanila Tikhonov	select QCOM_GDSC
773a808d58dSDanila Tikhonov	help
774a808d58dSDanila Tikhonov	  Support for the global clock controller on SM7150 devices.
775a808d58dSDanila Tikhonov	  Say Y if you want to use peripheral devices such as UART,
776a808d58dSDanila Tikhonov	  SPI, I2C, USB, SD/UFS, PCIe etc.
777a808d58dSDanila Tikhonov
7782a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150
7792a1d7eb8SDeepak Katragadda	tristate "SM8150 Global Clock Controller"
7802a1d7eb8SDeepak Katragadda	help
7812a1d7eb8SDeepak Katragadda	  Support for the global clock controller on SM8150 devices.
7822a1d7eb8SDeepak Katragadda	  Say Y if you want to use peripheral devices such as UART,
7832a1d7eb8SDeepak Katragadda	  SPI, I2C, USB, SD/UFS, PCIe etc.
7842a1d7eb8SDeepak Katragadda
7853e577092STaniya Dasconfig SM_GCC_8250
7863e577092STaniya Das	tristate "SM8250 Global Clock Controller"
7873a4ef4caSJonathan Marek	select QCOM_GDSC
7883e577092STaniya Das	help
7893e577092STaniya Das	  Support for the global clock controller on SM8250 devices.
7903e577092STaniya Das	  Say Y if you want to use peripheral devices such as UART,
7913e577092STaniya Das	  SPI, I2C, USB, SD/UFS, PCIe etc.
7923e577092STaniya Das
79344c20c9eSVivek Aknurwarconfig SM_GCC_8350
79444c20c9eSVivek Aknurwar	tristate "SM8350 Global Clock Controller"
79544c20c9eSVivek Aknurwar	select QCOM_GDSC
79644c20c9eSVivek Aknurwar	help
79744c20c9eSVivek Aknurwar	  Support for the global clock controller on SM8350 devices.
79844c20c9eSVivek Aknurwar	  Say Y if you want to use peripheral devices such as UART,
79944c20c9eSVivek Aknurwar	  SPI, I2C, USB, SD/UFS, PCIe etc.
80044c20c9eSVivek Aknurwar
801db0c944eSVinod Koulconfig SM_GCC_8450
802db0c944eSVinod Koul	tristate "SM8450 Global Clock Controller"
803db0c944eSVinod Koul	select QCOM_GDSC
804db0c944eSVinod Koul	help
805db0c944eSVinod Koul	  Support for the global clock controller on SM8450 devices.
806db0c944eSVinod Koul	  Say Y if you want to use peripheral devices such as UART,
807db0c944eSVinod Koul	  SPI, I2C, USB, SD/UFS, PCIe etc.
808db0c944eSVinod Koul
809955f2ea3SAbel Vesaconfig SM_GCC_8550
810955f2ea3SAbel Vesa	tristate "SM8550 Global Clock Controller"
811955f2ea3SAbel Vesa	select QCOM_GDSC
812955f2ea3SAbel Vesa	help
813955f2ea3SAbel Vesa	  Support for the global clock controller on SM8550 devices.
814955f2ea3SAbel Vesa	  Say Y if you want to use peripheral devices such as UART,
815955f2ea3SAbel Vesa	  SPI, I2C, USB, SD/UFS, PCIe etc.
816955f2ea3SAbel Vesa
817092209f1SKonrad Dybcioconfig SM_GPUCC_6115
818092209f1SKonrad Dybcio	tristate "SM6115 Graphics Clock Controller"
819092209f1SKonrad Dybcio	select SM_GCC_6115
820092209f1SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
821092209f1SKonrad Dybcio	help
822092209f1SKonrad Dybcio	  Support for the graphics clock controller on SM6115 devices.
823092209f1SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
824092209f1SKonrad Dybcio	  functionality such as 3D graphics.
825092209f1SKonrad Dybcio
826a6b18286SKonrad Dybcioconfig SM_GPUCC_6125
827a6b18286SKonrad Dybcio	tristate "SM6125 Graphics Clock Controller"
828a6b18286SKonrad Dybcio	select SM_GCC_6125
829a6b18286SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
830a6b18286SKonrad Dybcio	help
831a6b18286SKonrad Dybcio	  Support for the graphics clock controller on SM6125 devices.
832a6b18286SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
833a6b18286SKonrad Dybcio	  functionality such as 3D graphics.
834a6b18286SKonrad Dybcio
8358397e242SKonrad Dybcioconfig SM_GPUCC_6375
8368397e242SKonrad Dybcio	tristate "SM6375 Graphics Clock Controller"
8378397e242SKonrad Dybcio	select SM_GCC_6375
8388397e242SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
8398397e242SKonrad Dybcio	help
8408397e242SKonrad Dybcio	  Support for the graphics clock controller on SM6375 devices.
8418397e242SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
8428397e242SKonrad Dybcio	  functionality such as 3D graphics.
8438397e242SKonrad Dybcio
844013804a7SKonrad Dybcioconfig SM_GPUCC_6350
845013804a7SKonrad Dybcio	tristate "SM6350 Graphics Clock Controller"
846013804a7SKonrad Dybcio	select SM_GCC_6350
847013804a7SKonrad Dybcio	help
848013804a7SKonrad Dybcio	  Support for the graphics clock controller on SM6350 devices.
849013804a7SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
850013804a7SKonrad Dybcio	  functionality such as 3D graphics.
851013804a7SKonrad Dybcio
8520cef71f2SJonathan Marekconfig SM_GPUCC_8150
8530cef71f2SJonathan Marek	tristate "SM8150 Graphics Clock Controller"
8540cef71f2SJonathan Marek	select SM_GCC_8150
8550cef71f2SJonathan Marek	help
8560cef71f2SJonathan Marek	  Support for the graphics clock controller on SM8150 devices.
8570cef71f2SJonathan Marek	  Say Y if you want to support graphics controller devices and
8580cef71f2SJonathan Marek	  functionality such as 3D graphics.
8590cef71f2SJonathan Marek
86028f0769cSJonathan Marekconfig SM_GPUCC_8250
86128f0769cSJonathan Marek	tristate "SM8250 Graphics Clock Controller"
86228f0769cSJonathan Marek	select SM_GCC_8250
86328f0769cSJonathan Marek	help
86428f0769cSJonathan Marek	  Support for the graphics clock controller on SM8250 devices.
86528f0769cSJonathan Marek	  Say Y if you want to support graphics controller devices and
86628f0769cSJonathan Marek	  functionality such as 3D graphics.
86728f0769cSJonathan Marek
868160758b0SRobert Fossconfig SM_GPUCC_8350
869160758b0SRobert Foss	tristate "SM8350 Graphics Clock Controller"
870160758b0SRobert Foss	select SM_GCC_8350
871160758b0SRobert Foss	help
872160758b0SRobert Foss	  Support for the graphics clock controller on SM8350 devices.
873160758b0SRobert Foss	  Say Y if you want to support graphics controller devices and
874160758b0SRobert Foss	  functionality such as 3D graphics.
875160758b0SRobert Foss
876e9a7b78bSAbel Vesaconfig SM_TCSRCC_8550
877e9a7b78bSAbel Vesa	tristate "SM8550 TCSR Clock Controller"
878e9a7b78bSAbel Vesa	select QCOM_GDSC
879e9a7b78bSAbel Vesa	help
880e9a7b78bSAbel Vesa	  Support for the TCSR clock controller on SM8550 devices.
881e9a7b78bSAbel Vesa	  Say Y if you want to use peripheral devices such as SD/UFS.
882e9a7b78bSAbel Vesa
8835658e8cfSJonathan Marekconfig SM_VIDEOCC_8150
8845658e8cfSJonathan Marek	tristate "SM8150 Video Clock Controller"
885386ea3bdSLukas Bulwahn	select SM_GCC_8150
8865658e8cfSJonathan Marek	select QCOM_GDSC
8875658e8cfSJonathan Marek	help
8885658e8cfSJonathan Marek	  Support for the video clock controller on SM8150 devices.
8895658e8cfSJonathan Marek	  Say Y if you want to support video devices and functionality such as
8905658e8cfSJonathan Marek	  video encode and decode.
8915658e8cfSJonathan Marek
8920e94711aSJonathan Marekconfig SM_VIDEOCC_8250
8930e94711aSJonathan Marek	tristate "SM8250 Video Clock Controller"
894386ea3bdSLukas Bulwahn	select SM_GCC_8250
8950e94711aSJonathan Marek	select QCOM_GDSC
8960e94711aSJonathan Marek	help
8970e94711aSJonathan Marek	  Support for the video clock controller on SM8250 devices.
8980e94711aSJonathan Marek	  Say Y if you want to support video devices and functionality such as
8990e94711aSJonathan Marek	  video encode and decode.
9000e94711aSJonathan Marek
9014cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV
9024cfaa55fSTirupathi Reddy	tristate "SPMI PMIC clkdiv Support"
903f071bcebSStephen Boyd	depends on SPMI || COMPILE_TEST
9044cfaa55fSTirupathi Reddy	help
9054cfaa55fSTirupathi Reddy	  This driver supports the clkdiv functionality on the Qualcomm
9064cfaa55fSTirupathi Reddy	  Technologies, Inc. SPMI PMIC. It configures the frequency of
9074cfaa55fSTirupathi Reddy	  clkdiv outputs of the PMIC. These clocks are typically wired
9084cfaa55fSTirupathi Reddy	  through alternate functions on GPIO pins.
909cb546b79SStephen Boyd
910cb546b79SStephen Boydconfig QCOM_HFPLL
911cb546b79SStephen Boyd	tristate "High-Frequency PLL (HFPLL) Clock Controller"
912cb546b79SStephen Boyd	help
913cb546b79SStephen Boyd	  Support for the high-frequency PLLs present on Qualcomm devices.
914cb546b79SStephen Boyd	  Say Y if you want to support CPU frequency scaling on devices
915cb546b79SStephen Boyd	  such as MSM8974, APQ8084, etc.
9163ddc3564SStephen Boyd
9173ddc3564SStephen Boydconfig KPSS_XCC
9183ddc3564SStephen Boyd	tristate "KPSS Clock Controller"
9193ddc3564SStephen Boyd	help
9203ddc3564SStephen Boyd	  Support for the Krait ACC and GCC clock controllers. Say Y
9213ddc3564SStephen Boyd	  if you want to support CPU frequency scaling on devices such
9223ddc3564SStephen Boyd	  as MSM8960, APQ8064, etc.
923bb5c4a85SStephen Boyd
924bb5c4a85SStephen Boydconfig KRAITCC
925bb5c4a85SStephen Boyd	tristate "Krait Clock Controller"
926f071bcebSStephen Boyd	depends on ARM
927bb5c4a85SStephen Boyd	select KRAIT_CLOCKS
928bb5c4a85SStephen Boyd	help
929bb5c4a85SStephen Boyd	  Support for the Krait CPU clocks on Qualcomm devices.
930bb5c4a85SStephen Boyd	  Say Y if you want to support CPU frequency scaling.
931f071bcebSStephen Boyd
932a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250
933a2d8f507SSrinivas Kandagatla	tristate "SM8250 GFM LPASS Clocks"
934a2d8f507SSrinivas Kandagatla	help
935a2d8f507SSrinivas Kandagatla	  Support for the Glitch Free Mux (GFM) Low power audio
936a2d8f507SSrinivas Kandagatla          subsystem (LPASS) clocks found on SM8250 SoCs.
937a2d8f507SSrinivas Kandagatla
938f071bcebSStephen Boydendif
939