xref: /linux/drivers/clk/qcom/Kconfig (revision 161b7c401f4bd3e9ebd351f482139d8736be990c)
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
23*161b7c40SRajendra Nayakconfig CLK_X1E80100_GCC
24*161b7c40SRajendra Nayak	tristate "X1E80100 Global Clock Controller"
25*161b7c40SRajendra Nayak	depends on ARM64 || COMPILE_TEST
26*161b7c40SRajendra Nayak	select QCOM_GDSC
27*161b7c40SRajendra Nayak	help
28*161b7c40SRajendra Nayak	  Support for the global clock controller on Qualcomm Technologies, Inc
29*161b7c40SRajendra Nayak	  X1E80100 devices.
30*161b7c40SRajendra Nayak	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,
31*161b7c40SRajendra Nayak	  USB, UFS, SD/eMMC, PCIe, etc.
32*161b7c40SRajendra Nayak
330c6ab1b8SGeorgi Djakovconfig QCOM_A53PLL
340c6ab1b8SGeorgi Djakov	tristate "MSM8916 A53 PLL"
350c6ab1b8SGeorgi Djakov	help
360c6ab1b8SGeorgi Djakov	  Support for the A53 PLL on MSM8916 devices. It provides
370c6ab1b8SGeorgi Djakov	  the CPU with frequencies above 1GHz.
380c6ab1b8SGeorgi Djakov	  Say Y if you want to support higher CPU frequencies on MSM8916
390c6ab1b8SGeorgi Djakov	  devices.
400c6ab1b8SGeorgi Djakov
415a5223ffSManivannan Sadhasivamconfig QCOM_A7PLL
42af44e327SRohit Agarwal	tristate "A7 PLL driver for SDX55 and SDX65"
435a5223ffSManivannan Sadhasivam	help
44af44e327SRohit Agarwal	  Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with
455a5223ffSManivannan Sadhasivam	  frequencies above 1GHz.
46af44e327SRohit Agarwal	  Say Y if you want to support higher CPU frequencies on SDX55 and SDX65
475a5223ffSManivannan Sadhasivam	  devices.
485a5223ffSManivannan Sadhasivam
4981ac3884SGeorgi Djakovconfig QCOM_CLK_APCS_MSM8916
5081ac3884SGeorgi Djakov	tristate "MSM8916 APCS Clock Controller"
5181ac3884SGeorgi Djakov	depends on QCOM_APCS_IPC || COMPILE_TEST
5281ac3884SGeorgi Djakov	help
5381ac3884SGeorgi Djakov	  Support for the APCS Clock Controller on msm8916 devices. The
5481ac3884SGeorgi Djakov	  APCS is managing the mux and divider which feeds the CPUs.
5581ac3884SGeorgi Djakov	  Say Y if you want to support CPU frequency scaling on devices
5681ac3884SGeorgi Djakov	  such as msm8916.
5781ac3884SGeorgi Djakov
5803e342dcSLoic Poulainconfig QCOM_CLK_APCC_MSM8996
5903e342dcSLoic Poulain	tristate "MSM8996 CPU Clock Controller"
6003e342dcSLoic Poulain	select QCOM_KRYO_L2_ACCESSORS
6112dc7195SDmitry Baryshkov	select INTERCONNECT_CLK if INTERCONNECT
6203e342dcSLoic Poulain	depends on ARM64
6303e342dcSLoic Poulain	help
6403e342dcSLoic Poulain	  Support for the CPU clock controller on msm8996 devices.
6503e342dcSLoic Poulain	  Say Y if you want to support CPU clock scaling using CPUfreq
6602d8e879SColin Ian King	  drivers for dynamic power management.
6703e342dcSLoic Poulain
68f28dec1aSManivannan Sadhasivamconfig QCOM_CLK_APCS_SDX55
692081df36SRohit Agarwal	tristate "SDX55 and SDX65 APCS Clock Controller"
70f28dec1aSManivannan Sadhasivam	depends on QCOM_APCS_IPC || COMPILE_TEST
71ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
72f28dec1aSManivannan Sadhasivam	help
732081df36SRohit Agarwal	  Support for the APCS Clock Controller on SDX55, SDX65 platforms. The
74f28dec1aSManivannan Sadhasivam	  APCS is managing the mux and divider which feeds the CPUs.
75f28dec1aSManivannan Sadhasivam	  Say Y if you want to support CPU frequency scaling on devices
762081df36SRohit Agarwal	  such as SDX55, SDX65.
77f28dec1aSManivannan Sadhasivam
78872f91b5SGeorgi Djakovconfig QCOM_CLK_RPM
79872f91b5SGeorgi Djakov	tristate "RPM based Clock Controller"
80f071bcebSStephen Boyd	depends on MFD_QCOM_RPM
81872f91b5SGeorgi Djakov	select QCOM_RPMCC
82872f91b5SGeorgi Djakov	help
83872f91b5SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
84872f91b5SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
85872f91b5SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
86872f91b5SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
87872f91b5SGeorgi Djakov	  the clocks on/off or scales them on demand.
88872f91b5SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
89872f91b5SGeorgi Djakov	  platforms such as apq8064, msm8660, msm8960 etc.
90872f91b5SGeorgi Djakov
9100f64b58SGeorgi Djakovconfig QCOM_CLK_SMD_RPM
9200f64b58SGeorgi Djakov	tristate "RPM over SMD based Clock Controller"
93f071bcebSStephen Boyd	depends on QCOM_SMD_RPM
9400f64b58SGeorgi Djakov	select QCOM_RPMCC
9500f64b58SGeorgi Djakov	help
9600f64b58SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
9700f64b58SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
9800f64b58SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
9900f64b58SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
10000f64b58SGeorgi Djakov	  the clocks on/off or scales them on demand.
10100f64b58SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
10200f64b58SGeorgi Djakov	  platforms such as apq8016, apq8084, msm8974 etc.
10300f64b58SGeorgi Djakov
1049c7e4702STaniya Dasconfig QCOM_CLK_RPMH
1059c7e4702STaniya Das	tristate "RPMh Clock Driver"
106f071bcebSStephen Boyd	depends on QCOM_RPMH
1079c7e4702STaniya Das	help
1089c7e4702STaniya Das	 RPMh manages shared resources on some Qualcomm Technologies, Inc.
1099c7e4702STaniya Das	 SoCs. It accepts requests from other hardware subsystems via RSC.
1109c7e4702STaniya Das	 Say Y if you want to support the clocks exposed by RPMh on
1119c7e4702STaniya Das	 platforms such as SDM845.
1129c7e4702STaniya Das
11302824653SGeorgi Djakovconfig APQ_GCC_8084
11402824653SGeorgi Djakov	tristate "APQ8084 Global Clock Controller"
115ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
116639af949SRajendra Nayak	select QCOM_GDSC
11702824653SGeorgi Djakov	help
11802824653SGeorgi Djakov	  Support for the global clock controller on apq8084 devices.
11902824653SGeorgi Djakov	  Say Y if you want to use peripheral devices such as UART, SPI,
12002824653SGeorgi Djakov	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
12102824653SGeorgi Djakov
1222b46cd23SGeorgi Djakovconfig APQ_MMCC_8084
1232b46cd23SGeorgi Djakov	tristate "APQ8084 Multimedia Clock Controller"
124ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
1252b46cd23SGeorgi Djakov	select APQ_GCC_8084
126cb2eb7deSStephane Viau	select QCOM_GDSC
1272b46cd23SGeorgi Djakov	help
1282b46cd23SGeorgi Djakov	  Support for the multimedia clock controller on apq8084 devices.
1292b46cd23SGeorgi Djakov	  Say Y if you want to support multimedia devices such as display,
1302b46cd23SGeorgi Djakov	  graphics, video encode/decode, camera, etc.
1312b46cd23SGeorgi Djakov
132ecd2bacfSSivaprakash Murugesanconfig IPQ_APSS_PLL
133ecd2bacfSSivaprakash Murugesan	tristate "IPQ APSS PLL"
134ecd2bacfSSivaprakash Murugesan	help
135ecd2bacfSSivaprakash Murugesan	  Support for APSS PLL on ipq devices. The APSS PLL is the main
136ecd2bacfSSivaprakash Murugesan	  clock that feeds the CPUs on ipq based devices.
137ecd2bacfSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on ipq based
138ecd2bacfSSivaprakash Murugesan	  devices.
139ecd2bacfSSivaprakash Murugesan
1405e77b4efSSivaprakash Murugesanconfig IPQ_APSS_6018
1415e77b4efSSivaprakash Murugesan	tristate "IPQ APSS Clock Controller"
1425e77b4efSSivaprakash Murugesan	select IPQ_APSS_PLL
1435e77b4efSSivaprakash Murugesan	depends on QCOM_APCS_IPC || COMPILE_TEST
1446a15647dSVaradarajan Narayanan	depends on QCOM_SMEM
1455e77b4efSSivaprakash Murugesan	help
1465e77b4efSSivaprakash Murugesan	  Support for APSS clock controller on IPQ platforms. The
1475e77b4efSSivaprakash Murugesan	  APSS clock controller manages the Mux and enable block that feeds the
1485e77b4efSSivaprakash Murugesan	  CPUs.
1495e77b4efSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on
1505e77b4efSSivaprakash Murugesan	  ipq based devices.
1515e77b4efSSivaprakash Murugesan
1526971e863SVaradarajan Narayananconfig IPQ_GCC_4019
1536971e863SVaradarajan Narayanan	tristate "IPQ4019 Global Clock Controller"
1546971e863SVaradarajan Narayanan	help
1556971e863SVaradarajan Narayanan	  Support for the global clock controller on ipq4019 devices.
1566971e863SVaradarajan Narayanan	  Say Y if you want to use peripheral devices such as UART, SPI,
1576971e863SVaradarajan Narayanan	  i2c, USB, SD/eMMC, etc.
1586971e863SVaradarajan Narayanan
159e3fdbef1SSricharan Ramabadhranconfig IPQ_GCC_5018
160e3fdbef1SSricharan Ramabadhran	tristate "IPQ5018 Global Clock Controller"
161e3fdbef1SSricharan Ramabadhran	depends on ARM64 || COMPILE_TEST
162e3fdbef1SSricharan Ramabadhran	help
163e3fdbef1SSricharan Ramabadhran	  Support for global clock controller on ipq5018 devices.
164e3fdbef1SSricharan Ramabadhran	  Say Y if you want to use peripheral devices such as UART, SPI,
165e3fdbef1SSricharan Ramabadhran	  i2c, USB, SD/eMMC, etc.
166e3fdbef1SSricharan Ramabadhran
1673d89d529SKathiravan Tconfig IPQ_GCC_5332
1683d89d529SKathiravan T	tristate "IPQ5332 Global Clock Controller"
1693d89d529SKathiravan T	depends on ARM64 || COMPILE_TEST
1703d89d529SKathiravan T	help
1713d89d529SKathiravan T	  Support for the global clock controller on ipq5332 devices.
1723d89d529SKathiravan T	  Say Y if you want to use peripheral devices such as UART, SPI,
1733d89d529SKathiravan T	  i2c, USB, SD/eMMC, etc.
1743d89d529SKathiravan T
175d9db07f0SSricharan Rconfig IPQ_GCC_6018
176d9db07f0SSricharan R	tristate "IPQ6018 Global Clock Controller"
177d9db07f0SSricharan R	help
178d9db07f0SSricharan R	  Support for global clock controller on ipq6018 devices.
179d9db07f0SSricharan R	  Say Y if you want to use peripheral devices such as UART, SPI,
180d9db07f0SSricharan R	  i2c, USB, SD/eMMC, etc. Select this for the root clock
181d9db07f0SSricharan R	  of ipq6018.
182d9db07f0SSricharan R
18324d8fba4SKumar Galaconfig IPQ_GCC_806X
18424d8fba4SKumar Gala	tristate "IPQ806x Global Clock Controller"
185ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
18624d8fba4SKumar Gala	help
18724d8fba4SKumar Gala	  Support for the global clock controller on ipq806x devices.
18824d8fba4SKumar Gala	  Say Y if you want to use peripheral devices such as UART, SPI,
18924d8fba4SKumar Gala	  i2c, USB, SD/eMMC, etc.
19024d8fba4SKumar Gala
191c99e515aSRajendra Nayakconfig IPQ_LCC_806X
192c99e515aSRajendra Nayak	tristate "IPQ806x LPASS Clock Controller"
193ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
194c99e515aSRajendra Nayak	select IPQ_GCC_806X
195c99e515aSRajendra Nayak	help
196c99e515aSRajendra Nayak	  Support for the LPASS clock controller on ipq806x devices.
197c99e515aSRajendra Nayak	  Say Y if you want to use audio devices such as i2s, pcm,
198c99e515aSRajendra Nayak	  S/PDIF, etc.
199c99e515aSRajendra Nayak
200371a9507SAbhishek Sahuconfig IPQ_GCC_8074
201371a9507SAbhishek Sahu	tristate "IPQ8074 Global Clock Controller"
2028add990aSRobert Marko	select QCOM_GDSC
203371a9507SAbhishek Sahu	help
204371a9507SAbhishek Sahu	  Support for global clock controller on ipq8074 devices.
205371a9507SAbhishek Sahu	  Say Y if you want to use peripheral devices such as UART, SPI,
206371a9507SAbhishek Sahu	  i2c, USB, SD/eMMC, etc. Select this for the root clock
207371a9507SAbhishek Sahu	  of ipq8074.
208371a9507SAbhishek Sahu
209d75b82cfSDevi Priyaconfig IPQ_GCC_9574
210d75b82cfSDevi Priya	tristate "IPQ9574 Global Clock Controller"
211d75b82cfSDevi Priya	help
212d75b82cfSDevi Priya	  Support for global clock controller on ipq9574 devices.
213d75b82cfSDevi Priya	  Say Y if you want to use peripheral devices such as UART, SPI,
214d75b82cfSDevi Priya	  i2c, USB, SD/eMMC, etc. Select this for the root clock
215d75b82cfSDevi Priya	  of ipq9574.
216d75b82cfSDevi Priya
2170eeff27bSStephen Boydconfig MSM_GCC_8660
2180eeff27bSStephen Boyd	tristate "MSM8660 Global Clock Controller"
219ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
2200eeff27bSStephen Boyd	help
2210eeff27bSStephen Boyd	  Support for the global clock controller on msm8660 devices.
2220eeff27bSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
2230eeff27bSStephen Boyd	  i2c, USB, SD/eMMC, etc.
2240eeff27bSStephen Boyd
225bf37a057SStephan Gerholdconfig MSM_GCC_8909
226bf37a057SStephan Gerhold	tristate "MSM8909 Global Clock Controller"
227ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
228bf37a057SStephan Gerhold	select QCOM_GDSC
229bf37a057SStephan Gerhold	help
230bf37a057SStephan Gerhold	  Support for the global clock controller on msm8909 devices.
231bf37a057SStephan Gerhold	  Say Y if you want to use devices such as UART, SPI, I2C, USB,
232bf37a057SStephan Gerhold	  SD/eMMC, display, graphics, camera etc.
233bf37a057SStephan Gerhold
2343966fab8SGeorgi Djakovconfig MSM_GCC_8916
2353966fab8SGeorgi Djakov	tristate "MSM8916 Global Clock Controller"
236073ae2b4SRajendra Nayak	select QCOM_GDSC
2373966fab8SGeorgi Djakov	help
2383966fab8SGeorgi Djakov	  Support for the global clock controller on msm8916 devices.
2393966fab8SGeorgi Djakov	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2403966fab8SGeorgi Djakov	  SD/eMMC, display, graphics, camera etc.
2413966fab8SGeorgi Djakov
24233cc27a4SOtto Pflügerconfig MSM_GCC_8917
24333cc27a4SOtto Pflüger	tristate "MSM8917/QM215 Global Clock Controller"
24433cc27a4SOtto Pflüger	depends on ARM64 || COMPILE_TEST
24533cc27a4SOtto Pflüger	select QCOM_GDSC
24633cc27a4SOtto Pflüger	help
24733cc27a4SOtto Pflüger	  Support for the global clock controller on msm8917 and qm215
24833cc27a4SOtto Pflüger	  devices.
24933cc27a4SOtto Pflüger	  Say Y if you want to use devices such as UART, SPI i2c, USB,
25033cc27a4SOtto Pflüger	  SD/eMMC, display, graphics, camera etc.
25133cc27a4SOtto Pflüger
2521664014eSBryan O'Donoghueconfig MSM_GCC_8939
2531664014eSBryan O'Donoghue	tristate "MSM8939 Global Clock Controller"
2541664014eSBryan O'Donoghue	select QCOM_GDSC
2551664014eSBryan O'Donoghue	help
2561664014eSBryan O'Donoghue	  Support for the global clock controller on msm8939 devices.
2571664014eSBryan O'Donoghue	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2581664014eSBryan O'Donoghue	  SD/eMMC, display, graphics, camera etc.
2591664014eSBryan O'Donoghue
2602ec94130SStephen Boydconfig MSM_GCC_8960
2612d85a713SKumar Gala	tristate "APQ8064/MSM8960 Global Clock Controller"
262ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
2632ec94130SStephen Boyd	help
2642d85a713SKumar Gala	  Support for the global clock controller on apq8064/msm8960 devices.
2652ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
2662ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2676d00b56fSStephen Boyd
268b82875eeSStephen Boydconfig MSM_LCC_8960
269bac4675aSDmitry Baryshkov	tristate "APQ8064/MSM8960/MDM9650 LPASS Clock Controller"
270ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
271b82875eeSStephen Boyd	help
272bac4675aSDmitry Baryshkov	  Support for the LPASS clock controller on apq8064/msm8960/mdm9650
273bac4675aSDmitry Baryshkov	  devices.
274b82875eeSStephen Boyd	  Say Y if you want to use audio devices such as i2s, pcm,
275b82875eeSStephen Boyd	  SLIMBus, etc.
276b82875eeSStephen Boyd
27748b72532SKonrad Dybcioconfig MDM_GCC_9607
27848b72532SKonrad Dybcio	tristate "MDM9607 Global Clock Controller"
279ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
28048b72532SKonrad Dybcio	help
28148b72532SKonrad Dybcio	  Support for the global clock controller on mdm9607 devices.
28248b72532SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART, SPI,
28348b72532SKonrad Dybcio	  I2C, USB, SD/eMMC, etc.
28448b72532SKonrad Dybcio
2857792a8d6SNeil Armstrongconfig MDM_GCC_9615
2867792a8d6SNeil Armstrong	tristate "MDM9615 Global Clock Controller"
287ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
2887792a8d6SNeil Armstrong	help
2897792a8d6SNeil Armstrong	  Support for the global clock controller on mdm9615 devices.
2907792a8d6SNeil Armstrong	  Say Y if you want to use peripheral devices such as UART, SPI,
2917792a8d6SNeil Armstrong	  i2c, USB, SD/eMMC, etc.
2927792a8d6SNeil Armstrong
2936d00b56fSStephen Boydconfig MSM_MMCC_8960
2946d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
295ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
2966d00b56fSStephen Boyd	select MSM_GCC_8960
2976d00b56fSStephen Boyd	help
2986d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
2996d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
3006d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
301d33faa9eSStephen Boyd
3029bb6cfc3SVladimir Lypakconfig MSM_GCC_8953
3039bb6cfc3SVladimir Lypak	tristate "MSM8953 Global Clock Controller"
3049bb6cfc3SVladimir Lypak	select QCOM_GDSC
3059bb6cfc3SVladimir Lypak	help
3069bb6cfc3SVladimir Lypak	  Support for the global clock controller on msm8953 devices.
3079bb6cfc3SVladimir Lypak	  Say Y if you want to use devices such as UART, SPI i2c, USB,
3089bb6cfc3SVladimir Lypak	  SD/eMMC, display, graphics, camera etc.
3099bb6cfc3SVladimir Lypak
310d33faa9eSStephen Boydconfig MSM_GCC_8974
311d33faa9eSStephen Boyd	tristate "MSM8974 Global Clock Controller"
312ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
313340029efSStephen Boyd	select QCOM_GDSC
314d33faa9eSStephen Boyd	help
315d33faa9eSStephen Boyd	  Support for the global clock controller on msm8974 devices.
316d33faa9eSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
317d33faa9eSStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
318d8b21201SStephen Boyd
319d8b21201SStephen Boydconfig MSM_MMCC_8974
320d8b21201SStephen Boyd	tristate "MSM8974 Multimedia Clock Controller"
321ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
322d8b21201SStephen Boyd	select MSM_GCC_8974
3238108b23cSStephen Boyd	select QCOM_GDSC
324d8b21201SStephen Boyd	help
325d8b21201SStephen Boyd	  Support for the multimedia clock controller on msm8974 devices.
326d8b21201SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
327d8b21201SStephen Boyd	  graphics, video encode/decode, camera, etc.
328b1e010c0SStephen Boyd
3298f62718bSAngeloGioacchino Del Regnoconfig MSM_GCC_8976
3308f62718bSAngeloGioacchino Del Regno	tristate "MSM8956/76 Global Clock Controller"
3318f62718bSAngeloGioacchino Del Regno	select QCOM_GDSC
3328f62718bSAngeloGioacchino Del Regno	help
3338f62718bSAngeloGioacchino Del Regno	  Support for the global clock controller on msm8956/76 devices.
3348f62718bSAngeloGioacchino Del Regno	  Say Y if you want to use peripheral devices such as UART, SPI,
3358f62718bSAngeloGioacchino Del Regno	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
3368f62718bSAngeloGioacchino Del Regno
3374d5b4572SKonrad Dybcioconfig MSM_MMCC_8994
3384d5b4572SKonrad Dybcio	tristate "MSM8994 Multimedia Clock Controller"
3394d5b4572SKonrad Dybcio	select MSM_GCC_8994
3404d5b4572SKonrad Dybcio	select QCOM_GDSC
3414d5b4572SKonrad Dybcio	help
3424d5b4572SKonrad Dybcio	  Support for the multimedia clock controller on msm8994 devices.
3434d5b4572SKonrad Dybcio	  Say Y if you want to support multimedia devices such as display,
3444d5b4572SKonrad Dybcio	  graphics, video encode/decode, camera, etc.
3454d5b4572SKonrad Dybcio
346aec89f78SBastian Köcherconfig MSM_GCC_8994
347aec89f78SBastian Köcher	tristate "MSM8994 Global Clock Controller"
348aec89f78SBastian Köcher	help
349aec89f78SBastian Köcher	  Support for the global clock controller on msm8994 devices.
350aec89f78SBastian Köcher	  Say Y if you want to use peripheral devices such as UART, SPI,
351aec89f78SBastian Köcher	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
352aec89f78SBastian Köcher
353b1e010c0SStephen Boydconfig MSM_GCC_8996
354b1e010c0SStephen Boyd	tristate "MSM8996 Global Clock Controller"
3556d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
356b1e010c0SStephen Boyd	help
357b1e010c0SStephen Boyd	  Support for the global clock controller on msm8996 devices.
358b1e010c0SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
359b1e010c0SStephen Boyd	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
360c2526597SStephen Boyd
361c2526597SStephen Boydconfig MSM_MMCC_8996
362c2526597SStephen Boyd	tristate "MSM8996 Multimedia Clock Controller"
363c2526597SStephen Boyd	select MSM_GCC_8996
3646d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
365c2526597SStephen Boyd	help
366c2526597SStephen Boyd	  Support for the multimedia clock controller on msm8996 devices.
367c2526597SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
368c2526597SStephen Boyd	  graphics, video encode/decode, camera, etc.
3694cfaa55fSTirupathi Reddy
370b5f5f525SJoonwoo Parkconfig MSM_GCC_8998
371b5f5f525SJoonwoo Park	tristate "MSM8998 Global Clock Controller"
37283b4c147SMarc Gonzalez	select QCOM_GDSC
373b5f5f525SJoonwoo Park	help
374b5f5f525SJoonwoo Park	  Support for the global clock controller on msm8998 devices.
375b5f5f525SJoonwoo Park	  Say Y if you want to use peripheral devices such as UART, SPI,
376b5f5f525SJoonwoo Park	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
377b5f5f525SJoonwoo Park
3783f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998
3793f7df5baSJeffrey Hugo	tristate "MSM8998 Graphics Clock Controller"
3803f7df5baSJeffrey Hugo	select MSM_GCC_8998
3813f7df5baSJeffrey Hugo	select QCOM_GDSC
3823f7df5baSJeffrey Hugo	help
3833f7df5baSJeffrey Hugo	  Support for the graphics clock controller on MSM8998 devices.
3843f7df5baSJeffrey Hugo	  Say Y if you want to support graphics controller devices and
3853f7df5baSJeffrey Hugo	  functionality such as 3D graphics.
3863f7df5baSJeffrey Hugo
387d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998
388d14b15b5SJeffrey Hugo	tristate "MSM8998 Multimedia Clock Controller"
389d14b15b5SJeffrey Hugo	select MSM_GCC_8998
390d14b15b5SJeffrey Hugo	select QCOM_GDSC
391d14b15b5SJeffrey Hugo	help
392d14b15b5SJeffrey Hugo	  Support for the multimedia clock controller on msm8998 devices.
393d14b15b5SJeffrey Hugo	  Say Y if you want to support multimedia devices such as display,
394d14b15b5SJeffrey Hugo	  graphics, video encode/decode, camera, etc.
395d14b15b5SJeffrey Hugo
396496d1a13SShawn Guoconfig QCM_GCC_2290
397496d1a13SShawn Guo	tristate "QCM2290 Global Clock Controller"
398496d1a13SShawn Guo	select QCOM_GDSC
399496d1a13SShawn Guo	help
400496d1a13SShawn Guo	  Support for the global clock controller on QCM2290 devices.
401496d1a13SShawn Guo	  Say Y if you want to use multimedia devices or peripheral
402496d1a13SShawn Guo	  devices such as UART, SPI, I2C, USB, SD/eMMC etc.
403496d1a13SShawn Guo
404cc517ea3SLoic Poulainconfig QCM_DISPCC_2290
405cc517ea3SLoic Poulain	tristate "QCM2290 Display Clock Controller"
406cc517ea3SLoic Poulain	select QCM_GCC_2290
407cc517ea3SLoic Poulain	help
408cc517ea3SLoic Poulain	  Support for the display clock controller on Qualcomm Technologies, Inc
409cc517ea3SLoic Poulain	  QCM2290 devices.
410cc517ea3SLoic Poulain	  Say Y if you want to support display devices and functionality such as
411cc517ea3SLoic Poulain	  splash screen.
412cc517ea3SLoic Poulain
413652f1813SShefali Jainconfig QCS_GCC_404
414652f1813SShefali Jain	tristate "QCS404 Global Clock Controller"
415652f1813SShefali Jain	help
416652f1813SShefali Jain	  Support for the global clock controller on QCS404 devices.
417652f1813SShefali Jain	  Say Y if you want to use multimedia devices or peripheral
418652f1813SShefali Jain	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
419652f1813SShefali Jain
42015d09e83STaniya Dasconfig SC_CAMCC_7180
42115d09e83STaniya Das	tristate "SC7180 Camera Clock Controller"
422ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
42315d09e83STaniya Das	select SC_GCC_7180
42415d09e83STaniya Das	help
42515d09e83STaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
42615d09e83STaniya Das	  SC7180 devices.
42715d09e83STaniya Das	  Say Y if you want to support camera devices and functionality such as
42815d09e83STaniya Das	  capturing pictures.
42915d09e83STaniya Das
4301daec8cfSTaniya Dasconfig SC_CAMCC_7280
4311daec8cfSTaniya Das	tristate "SC7280 Camera Clock Controller"
432ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
4331daec8cfSTaniya Das	select SC_GCC_7280
4341daec8cfSTaniya Das	help
4351daec8cfSTaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
4361daec8cfSTaniya Das	  SC7280 devices.
4371daec8cfSTaniya Das	  Say Y if you want to support camera devices and functionality such as
4381daec8cfSTaniya Das	  capturing pictures.
4391daec8cfSTaniya Das
440ff93872aSBryan O'Donoghueconfig SC_CAMCC_8280XP
441ff93872aSBryan O'Donoghue	tristate "SC8280XP Camera Clock Controller"
442ff93872aSBryan O'Donoghue	select SC_GCC_8280XP
443ff93872aSBryan O'Donoghue	help
444ff93872aSBryan O'Donoghue	  Support for the camera clock controller on Qualcomm Technologies, Inc
445ff93872aSBryan O'Donoghue	  SC8280XP devices.
446ff93872aSBryan O'Donoghue	  Say Y if you want to support camera devices and functionality such as
447ff93872aSBryan O'Donoghue	  capturing pictures.
448ff93872aSBryan O'Donoghue
449dd3d0662STaniya Dasconfig SC_DISPCC_7180
450dd3d0662STaniya Das	tristate "SC7180 Display Clock Controller"
451ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
452dd3d0662STaniya Das	select SC_GCC_7180
453dd3d0662STaniya Das	help
454dd3d0662STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
455dd3d0662STaniya Das	  SC7180 devices.
456dd3d0662STaniya Das	  Say Y if you want to support display devices and functionality such as
457dd3d0662STaniya Das	  splash screen.
458dd3d0662STaniya Das
4591a00c962STaniya Dasconfig SC_DISPCC_7280
4601a00c962STaniya Das	tristate "SC7280 Display Clock Controller"
461ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
4621a00c962STaniya Das	select SC_GCC_7280
4631a00c962STaniya Das	help
4641a00c962STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc.
4651a00c962STaniya Das	  SC7280 devices.
4661a00c962STaniya Das	  Say Y if you want to support display devices and functionality such as
4671a00c962STaniya Das	  splash screen.
4681a00c962STaniya Das
4694a66e76fSBjorn Anderssonconfig SC_DISPCC_8280XP
4704a66e76fSBjorn Andersson	tristate "SC8280XP Display Clock Controller"
471ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
4724a66e76fSBjorn Andersson	select SC_GCC_8280XP
4734a66e76fSBjorn Andersson	help
4744a66e76fSBjorn Andersson	  Support for the two display clock controllers on Qualcomm
4754a66e76fSBjorn Andersson	  Technologies, Inc. SC8280XP devices.
4764a66e76fSBjorn Andersson	  Say Y if you want to support display devices and functionality such as
4774a66e76fSBjorn Andersson	  splash screen.
4784a66e76fSBjorn Andersson
47908c51cebSShazad Hussainconfig SA_GCC_8775P
48008c51cebSShazad Hussain	tristate "SA8775 Global Clock Controller"
48108c51cebSShazad Hussain	select QCOM_GDSC
48208c51cebSShazad Hussain	depends on COMMON_CLK_QCOM
48308c51cebSShazad Hussain	help
48408c51cebSShazad Hussain	  Support for the global clock controller on SA8775 devices.
48508c51cebSShazad Hussain	  Say Y if you want to use peripheral devices such as UART, SPI,
48608c51cebSShazad Hussain	  I2C, USB, UFS, SDCC, etc.
48708c51cebSShazad Hussain
4880afa16afSShazad Hussainconfig SA_GPUCC_8775P
4890afa16afSShazad Hussain	tristate "SA8775P Graphics clock controller"
4900afa16afSShazad Hussain	select QCOM_GDSC
4910afa16afSShazad Hussain	select SA_GCC_8775P
4920afa16afSShazad Hussain	help
4930afa16afSShazad Hussain	  Support for the graphics clock controller on SA8775P devices.
4940afa16afSShazad Hussain	  Say Y if you want to support graphics controller devices and
4950afa16afSShazad Hussain	  functionality such as 3D graphics.
4960afa16afSShazad Hussain
49717269568STaniya Dasconfig SC_GCC_7180
49817269568STaniya Das	tristate "SC7180 Global Clock Controller"
49917269568STaniya Das	select QCOM_GDSC
50017269568STaniya Das	depends on COMMON_CLK_QCOM
501ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
50217269568STaniya Das	help
50317269568STaniya Das	  Support for the global clock controller on SC7180 devices.
50417269568STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
50517269568STaniya Das	  I2C, USB, UFS, SDCC, etc.
50617269568STaniya Das
507a3cc0921STaniya Dasconfig SC_GCC_7280
508a3cc0921STaniya Das	tristate "SC7280 Global Clock Controller"
509a3cc0921STaniya Das	select QCOM_GDSC
510a3cc0921STaniya Das	depends on COMMON_CLK_QCOM
511ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
512a3cc0921STaniya Das	help
513a3cc0921STaniya Das	  Support for the global clock controller on SC7280 devices.
514a3cc0921STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
515a3cc0921STaniya Das	  I2C, USB, UFS, SDCC, PCIe etc.
516a3cc0921STaniya Das
5174433594bSBjorn Anderssonconfig SC_GCC_8180X
5184433594bSBjorn Andersson	tristate "SC8180X Global Clock Controller"
5194433594bSBjorn Andersson	select QCOM_GDSC
5204433594bSBjorn Andersson	depends on COMMON_CLK_QCOM
521ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
5224433594bSBjorn Andersson	help
5234433594bSBjorn Andersson	  Support for the global clock controller on SC8180X devices.
5244433594bSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
5254433594bSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
5264433594bSBjorn Andersson
527d65d005fSBjorn Anderssonconfig SC_GCC_8280XP
528d65d005fSBjorn Andersson	tristate "SC8280XP Global Clock Controller"
529d65d005fSBjorn Andersson	select QCOM_GDSC
530d65d005fSBjorn Andersson	depends on COMMON_CLK_QCOM
531ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
532d65d005fSBjorn Andersson	help
533d65d005fSBjorn Andersson	  Support for the global clock controller on SC8280XP devices.
534d65d005fSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
535d65d005fSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
536d65d005fSBjorn Andersson
537745ff069STaniya Dasconfig SC_GPUCC_7180
538745ff069STaniya Das	tristate "SC7180 Graphics Clock Controller"
539ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
540745ff069STaniya Das	select SC_GCC_7180
541745ff069STaniya Das	help
542745ff069STaniya Das	  Support for the graphics clock controller on SC7180 devices.
543745ff069STaniya Das	  Say Y if you want to support graphics controller devices and
544745ff069STaniya Das	  functionality such as 3D graphics.
545745ff069STaniya Das
5463e0f01d6STaniya Dasconfig SC_GPUCC_7280
5473e0f01d6STaniya Das	tristate "SC7280 Graphics Clock Controller"
548ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
5493e0f01d6STaniya Das	select SC_GCC_7280
5503e0f01d6STaniya Das	help
5513e0f01d6STaniya Das	  Support for the graphics clock controller on SC7280 devices.
5523e0f01d6STaniya Das	  Say Y if you want to support graphics controller devices and
5533e0f01d6STaniya Das	  functionality such as 3D graphics.
5543e0f01d6STaniya Das
555e55d937dSBjorn Anderssonconfig SC_GPUCC_8280XP
556e55d937dSBjorn Andersson	tristate "SC8280XP Graphics Clock Controller"
557ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
558e55d937dSBjorn Andersson	select SC_GCC_8280XP
559e55d937dSBjorn Andersson	help
560e55d937dSBjorn Andersson	  Support for the graphics clock controller on SC8280XP devices.
561e55d937dSBjorn Andersson	  Say Y if you want to support graphics controller devices and
562e55d937dSBjorn Andersson	  functionality such as 3D graphics.
563e55d937dSBjorn Andersson
5644ab43d17STaniya Dasconfig SC_LPASSCC_7280
5654ab43d17STaniya Das	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
566ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
5674ab43d17STaniya Das	select SC_GCC_7280
5684ab43d17STaniya Das	help
5694ab43d17STaniya Das	  Support for the LPASS clock controller on SC7280 devices.
5704ab43d17STaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
5714ab43d17STaniya Das	  controller to reset the LPASS subsystem.
5724ab43d17STaniya Das
573a5c9c3baSSrinivas Kandagatlaconfig SC_LPASSCC_8280XP
574a5c9c3baSSrinivas Kandagatla	tristate "SC8280 Low Power Audio Subsystem (LPASS) Clock Controller"
575a5c9c3baSSrinivas Kandagatla	depends on ARM64 || COMPILE_TEST
576a5c9c3baSSrinivas Kandagatla	select SC_GCC_8280XP
577a5c9c3baSSrinivas Kandagatla	help
578a5c9c3baSSrinivas Kandagatla	  Support for the LPASS clock controller on SC8280XP devices.
579a5c9c3baSSrinivas Kandagatla	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
580a5c9c3baSSrinivas Kandagatla	  controller to reset the LPASS subsystem.
581a5c9c3baSSrinivas Kandagatla
58272c4996aSTaniya Dasconfig SC_LPASS_CORECC_7180
58372c4996aSTaniya Das	tristate "SC7180 LPASS Core Clock Controller"
584ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
58572c4996aSTaniya Das	select SC_GCC_7180
58672c4996aSTaniya Das	help
58772c4996aSTaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
58872c4996aSTaniya Das	  on SC7180 devices.
58972c4996aSTaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
59072c4996aSTaniya Das	  core clock controller.
59172c4996aSTaniya Das
592a9dd2663STaniya Dasconfig SC_LPASS_CORECC_7280
593a9dd2663STaniya Das	tristate "SC7280 LPASS Core & Audio Clock Controller"
594ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
595a9dd2663STaniya Das	select SC_GCC_7280
596a9dd2663STaniya Das	select QCOM_GDSC
597a9dd2663STaniya Das	help
598a9dd2663STaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock
599a9dd2663STaniya Das	  controller on SC7280 devices.
600a9dd2663STaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
601a9dd2663STaniya Das	  core clock controller.
602a9dd2663STaniya Das
6038def929cSTaniya Dasconfig SC_MSS_7180
6048def929cSTaniya Das	tristate "SC7180 Modem Clock Controller"
605ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
6068def929cSTaniya Das	select SC_GCC_7180
6078def929cSTaniya Das	help
6088def929cSTaniya Das	  Support for the Modem Subsystem clock controller on Qualcomm
6098def929cSTaniya Das	  Technologies, Inc on SC7180 devices.
6108def929cSTaniya Das	  Say Y if you want to use the Modem branch clocks of the Modem
6118def929cSTaniya Das	  subsystem clock controller to reset the MSS subsystem.
6128def929cSTaniya Das
613253dc75aSTaniya Dasconfig SC_VIDEOCC_7180
614253dc75aSTaniya Das	tristate "SC7180 Video Clock Controller"
615ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
616253dc75aSTaniya Das	select SC_GCC_7180
617253dc75aSTaniya Das	help
618253dc75aSTaniya Das	  Support for the video clock controller on SC7180 devices.
619253dc75aSTaniya Das	  Say Y if you want to support video devices and functionality such as
620253dc75aSTaniya Das	  video encode and decode.
621253dc75aSTaniya Das
622fae7617bSTaniya Dasconfig SC_VIDEOCC_7280
623fae7617bSTaniya Das	tristate "SC7280 Video Clock Controller"
624ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
625fae7617bSTaniya Das	select SC_GCC_7280
626fae7617bSTaniya Das	help
627fae7617bSTaniya Das	  Support for the video clock controller on SC7280 devices.
628fae7617bSTaniya Das	  Say Y if you want to support video devices and functionality such as
629fae7617bSTaniya Das	  video encode and decode.
630fae7617bSTaniya Das
63178412c26SAmit Nischalconfig SDM_CAMCC_845
63278412c26SAmit Nischal	tristate "SDM845 Camera Clock Controller"
633ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
63478412c26SAmit Nischal	select SDM_GCC_845
63578412c26SAmit Nischal	help
63678412c26SAmit Nischal	  Support for the camera clock controller on SDM845 devices.
63778412c26SAmit Nischal	  Say Y if you want to support camera devices and camera functionality.
63878412c26SAmit Nischal
639f2a76a29STaniya Dasconfig SDM_GCC_660
640f2a76a29STaniya Das	tristate "SDM660 Global Clock Controller"
641ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
642f2a76a29STaniya Das	select QCOM_GDSC
643f2a76a29STaniya Das	help
644f2a76a29STaniya Das	  Support for the global clock controller on SDM660 devices.
645f2a76a29STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
646f2a76a29STaniya Das	  i2C, USB, UFS, SDDC, PCIe, etc.
647f2a76a29STaniya Das
6485db3ae8bSMartin Botkaconfig SDM_MMCC_660
6495db3ae8bSMartin Botka	tristate "SDM660 Multimedia Clock Controller"
650ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
6515db3ae8bSMartin Botka	select SDM_GCC_660
6525db3ae8bSMartin Botka	select QCOM_GDSC
6535db3ae8bSMartin Botka	help
6545db3ae8bSMartin Botka	  Support for the multimedia clock controller on SDM660 devices.
6555db3ae8bSMartin Botka	  Say Y if you want to support multimedia devices such as display,
6565db3ae8bSMartin Botka	  graphics, video encode/decode, camera, etc.
6575db3ae8bSMartin Botka
65879b5d1fcSAngeloGioacchino Del Regnoconfig SDM_GPUCC_660
65979b5d1fcSAngeloGioacchino Del Regno	tristate "SDM660 Graphics Clock Controller"
660ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
66179b5d1fcSAngeloGioacchino Del Regno	select SDM_GCC_660
66279b5d1fcSAngeloGioacchino Del Regno	select QCOM_GDSC
66379b5d1fcSAngeloGioacchino Del Regno	help
66479b5d1fcSAngeloGioacchino Del Regno	  Support for the graphics clock controller on SDM630/636/660 devices.
66579b5d1fcSAngeloGioacchino Del Regno	  Say Y if you want to support graphics controller devices and
66679b5d1fcSAngeloGioacchino Del Regno	  functionality such as 3D graphics
66779b5d1fcSAngeloGioacchino Del Regno
668892df019SBjorn Anderssonconfig QCS_TURING_404
669892df019SBjorn Andersson	tristate "QCS404 Turing Clock Controller"
670892df019SBjorn Andersson	help
671892df019SBjorn Andersson	  Support for the Turing Clock Controller on QCS404, provides clocks
672892df019SBjorn Andersson	  and resets for the Turing subsystem.
673892df019SBjorn Andersson
6746cdef273SGovind Singhconfig QCS_Q6SSTOP_404
6756cdef273SGovind Singh	tristate "QCS404 Q6SSTOP Clock Controller"
6766cdef273SGovind Singh	select QCS_GCC_404
6776cdef273SGovind Singh	help
6786cdef273SGovind Singh	  Support for the Q6SSTOP clock controller on QCS404 devices.
6796cdef273SGovind Singh	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
6806cdef273SGovind Singh	  controller to reset the Q6SSTOP subsystem.
6816cdef273SGovind Singh
6821c9efb0bSTaniya Dasconfig QDU_GCC_1000
6831c9efb0bSTaniya Das	tristate "QDU1000/QRU1000 Global Clock Controller"
6841c9efb0bSTaniya Das	select QCOM_GDSC
6851c9efb0bSTaniya Das	help
6861c9efb0bSTaniya Das	  Support for the global clock controller on QDU1000 and
6871c9efb0bSTaniya Das	  QRU1000 devices. Say Y if you want to use peripheral
6881c9efb0bSTaniya Das	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.
6891c9efb0bSTaniya Das
690e146252aSImran Shaikconfig QDU_ECPRICC_1000
691e146252aSImran Shaik	tristate "QDU1000/QRU1000 ECPRI Clock Controller"
692e146252aSImran Shaik	depends on ARM64 || COMPILE_TEST
693e146252aSImran Shaik	select QDU_GCC_1000
694e146252aSImran Shaik	help
695e146252aSImran Shaik	  Support for the ECPRI clock controller on QDU1000 and
696e146252aSImran Shaik	  QRU1000 devices. Say Y if you want to support the ECPRI
697e146252aSImran Shaik	  clock controller functionality such as Ethernet.
698e146252aSImran Shaik
69906391eddSTaniya Dasconfig SDM_GCC_845
700ae66b1feSRichard Acayan	tristate "SDM845/SDM670 Global Clock Controller"
701ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
70206391eddSTaniya Das	select QCOM_GDSC
70306391eddSTaniya Das	help
704ae66b1feSRichard Acayan	  Support for the global clock controller on SDM845 and SDM670 devices.
70506391eddSTaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
70677122d6fSStephen Boyd	  i2C, USB, UFS, SDDC, PCIe, etc.
70706391eddSTaniya Das
708453361cdSAmit Nischalconfig SDM_GPUCC_845
709453361cdSAmit Nischal	tristate "SDM845 Graphics Clock Controller"
710ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
711453361cdSAmit Nischal	select SDM_GCC_845
712453361cdSAmit Nischal	help
713453361cdSAmit Nischal	  Support for the graphics clock controller on SDM845 devices.
714453361cdSAmit Nischal	  Say Y if you want to support graphics controller devices and
715453361cdSAmit Nischal	  functionality such as 3D graphics.
716453361cdSAmit Nischal
717c646b347SAmit Nischalconfig SDM_VIDEOCC_845
718c646b347SAmit Nischal	tristate "SDM845 Video Clock Controller"
719ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
720c646b347SAmit Nischal	select SDM_GCC_845
721c646b347SAmit Nischal	select QCOM_GDSC
722c646b347SAmit Nischal	help
72377122d6fSStephen Boyd	  Support for the video clock controller on SDM845 devices.
724c646b347SAmit Nischal	  Say Y if you want to support video devices and functionality such as
725c646b347SAmit Nischal	  video encode and decode.
726c646b347SAmit Nischal
72781351776STaniya Dasconfig SDM_DISPCC_845
72881351776STaniya Das	tristate "SDM845 Display Clock Controller"
729ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
73081351776STaniya Das	select SDM_GCC_845
73181351776STaniya Das	help
73281351776STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
73381351776STaniya Das	  SDM845 devices.
73481351776STaniya Das	  Say Y if you want to support display devices and functionality such as
73581351776STaniya Das	  splash screen.
73681351776STaniya Das
7378d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845
7388d3e5b9cSTaniya Das	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
739ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
7408d3e5b9cSTaniya Das	select SDM_GCC_845
7418d3e5b9cSTaniya Das	help
7428d3e5b9cSTaniya Das	  Support for the LPASS clock controller on SDM845 devices.
7438d3e5b9cSTaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
7448d3e5b9cSTaniya Das	  controller to reset the LPASS subsystem.
7458d3e5b9cSTaniya Das
7463fade566SNaveen Yadavconfig SDX_GCC_55
7473fade566SNaveen Yadav	tristate "SDX55 Global Clock Controller"
748ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
749063930edSManivannan Sadhasivam	select QCOM_GDSC
7503fade566SNaveen Yadav	help
7513fade566SNaveen Yadav	  Support for the global clock controller on SDX55 devices.
7523fade566SNaveen Yadav	  Say Y if you want to use peripheral devices such as UART,
7533fade566SNaveen Yadav	  SPI, I2C, USB, SD/UFS, PCIe etc.
7543fade566SNaveen Yadav
755d79afa20SVamsi Krishna Lankaconfig SDX_GCC_65
756d79afa20SVamsi Krishna Lanka	tristate "SDX65 Global Clock Controller"
757ab7f0037SKrzysztof Kozlowski	depends on ARM || COMPILE_TEST
758d79afa20SVamsi Krishna Lanka	select QCOM_GDSC
759d79afa20SVamsi Krishna Lanka	help
760d79afa20SVamsi Krishna Lanka	  Support for the global clock controller on SDX65 devices.
761d79afa20SVamsi Krishna Lanka	  Say Y if you want to use peripheral devices such as UART,
762d79afa20SVamsi Krishna Lanka	  SPI, I2C, USB, SD/UFS, PCIe etc.
763d79afa20SVamsi Krishna Lanka
764108cdc09SImran Shaikconfig SDX_GCC_75
765108cdc09SImran Shaik	tristate "SDX75 Global Clock Controller"
766108cdc09SImran Shaik	select QCOM_GDSC
767108cdc09SImran Shaik	help
768108cdc09SImran Shaik	  Support for the global clock controller on SDX75 devices.
769108cdc09SImran Shaik	  Say Y if you want to use peripheral devices such as UART,
770108cdc09SImran Shaik	  SPI, I2C, USB, SD/eMMC, PCIe etc.
771108cdc09SImran Shaik
77280f5451dSKonrad Dybcioconfig SM_CAMCC_6350
77380f5451dSKonrad Dybcio	tristate "SM6350 Camera Clock Controller"
774ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
77580f5451dSKonrad Dybcio	select SM_GCC_6350
77680f5451dSKonrad Dybcio	help
77780f5451dSKonrad Dybcio	  Support for the camera clock controller on SM6350 devices.
77880f5451dSKonrad Dybcio	  Say Y if you want to support camera devices and camera functionality.
77980f5451dSKonrad Dybcio
780620f5125SMarijn Suijtenconfig SM_CAMCC_8250
781620f5125SMarijn Suijten	tristate "SM8250 Camera Clock Controller"
782ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
783620f5125SMarijn Suijten	select SM_GCC_8250
784620f5125SMarijn Suijten	help
785620f5125SMarijn Suijten	  Support for the camera clock controller on SM8250 devices.
786620f5125SMarijn Suijten	  Say Y if you want to support camera devices and camera functionality.
787620f5125SMarijn Suijten
7886082037fSVladimir Zapolskiyconfig SM_CAMCC_8450
7896082037fSVladimir Zapolskiy	tristate "SM8450 Camera Clock Controller"
790ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
7916082037fSVladimir Zapolskiy	select SM_GCC_8450
7926082037fSVladimir Zapolskiy	help
7936082037fSVladimir Zapolskiy	  Support for the camera clock controller on SM8450 devices.
7946082037fSVladimir Zapolskiy	  Say Y if you want to support camera devices and camera functionality.
7956082037fSVladimir Zapolskiy
796ccc4e6a0SJagadeesh Konaconfig SM_CAMCC_8550
797ccc4e6a0SJagadeesh Kona	tristate "SM8550 Camera Clock Controller"
798ccc4e6a0SJagadeesh Kona	select SM_GCC_8550
799ccc4e6a0SJagadeesh Kona	help
800ccc4e6a0SJagadeesh Kona	  Support for the camera clock controller on SM8550 devices.
801ccc4e6a0SJagadeesh Kona	  Say Y if you want to support camera devices and camera functionality.
802ccc4e6a0SJagadeesh Kona
8039b518788SAdam Skladowskiconfig SM_DISPCC_6115
8049b518788SAdam Skladowski	tristate "SM6115 Display Clock Controller"
805ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
8069b518788SAdam Skladowski	depends on SM_GCC_6115
8079b518788SAdam Skladowski	help
8089b518788SAdam Skladowski	  Support for the display clock controller on Qualcomm Technologies, Inc
8099b518788SAdam Skladowski	  SM6115/SM4250 devices.
8109b518788SAdam Skladowski	  Say Y if you want to support display devices and functionality such as
8119b518788SAdam Skladowski	  splash screen
8129b518788SAdam Skladowski
8136e87c8f0SMartin Botkaconfig SM_DISPCC_6125
8146e87c8f0SMartin Botka	tristate "SM6125 Display Clock Controller"
815ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
8166e87c8f0SMartin Botka	depends on SM_GCC_6125
8176e87c8f0SMartin Botka	help
8186e87c8f0SMartin Botka	  Support for the display clock controller on Qualcomm Technologies, Inc
8196e87c8f0SMartin Botka	  SM6125 devices.
8206e87c8f0SMartin Botka	  Say Y if you want to support display devices and functionality such as
8216e87c8f0SMartin Botka	  splash screen
8226e87c8f0SMartin Botka
82380a18f4aSJonathan Marekconfig SM_DISPCC_8250
824205737feSJonathan Marek	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
825ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
826205737feSJonathan Marek	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
82780a18f4aSJonathan Marek	help
82880a18f4aSJonathan Marek	  Support for the display clock controller on Qualcomm Technologies, Inc
829205737feSJonathan Marek	  SM8150/SM8250/SM8350 devices.
83080a18f4aSJonathan Marek	  Say Y if you want to support display devices and functionality such as
83180a18f4aSJonathan Marek	  splash screen.
83280a18f4aSJonathan Marek
83383751977SKonrad Dybcioconfig SM_DISPCC_6350
83483751977SKonrad Dybcio	tristate "SM6350 Display Clock Controller"
835ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
83683751977SKonrad Dybcio	depends on SM_GCC_6350
83783751977SKonrad Dybcio	help
83883751977SKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
83983751977SKonrad Dybcio	  SM6350 devices.
84083751977SKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
84183751977SKonrad Dybcio	  splash screen.
84283751977SKonrad Dybcio
843aec5f36cSKonrad Dybcioconfig SM_DISPCC_6375
844aec5f36cSKonrad Dybcio	tristate "SM6375 Display Clock Controller"
845ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
846aec5f36cSKonrad Dybcio	depends on SM_GCC_6375
847aec5f36cSKonrad Dybcio	help
848aec5f36cSKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
849aec5f36cSKonrad Dybcio	  SM6375 devices.
850aec5f36cSKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
851aec5f36cSKonrad Dybcio	  splash screen.
852aec5f36cSKonrad Dybcio
85316fb89f9SDmitry Baryshkovconfig SM_DISPCC_8450
85416fb89f9SDmitry Baryshkov	tristate "SM8450 Display Clock Controller"
855ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
85616fb89f9SDmitry Baryshkov	depends on SM_GCC_8450
85716fb89f9SDmitry Baryshkov	help
85816fb89f9SDmitry Baryshkov	  Support for the display clock controller on Qualcomm Technologies, Inc
85916fb89f9SDmitry Baryshkov	  SM8450 devices.
86016fb89f9SDmitry Baryshkov	  Say Y if you want to support display devices and functionality such as
86116fb89f9SDmitry Baryshkov	  splash screen.
86216fb89f9SDmitry Baryshkov
86390114ca1SNeil Armstrongconfig SM_DISPCC_8550
86490114ca1SNeil Armstrong	tristate "SM8550 Display Clock Controller"
865ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
86690114ca1SNeil Armstrong	depends on SM_GCC_8550
86790114ca1SNeil Armstrong	help
86890114ca1SNeil Armstrong	  Support for the display clock controller on Qualcomm Technologies, Inc
86990114ca1SNeil Armstrong	  SM8550 devices.
87090114ca1SNeil Armstrong	  Say Y if you want to support display devices and functionality such as
87190114ca1SNeil Armstrong	  splash screen.
87290114ca1SNeil Armstrong
8739e939f00SNeil Armstrongconfig SM_DISPCC_8650
8749e939f00SNeil Armstrong	tristate "SM8650 Display Clock Controller"
8759e939f00SNeil Armstrong	depends on ARM64 || COMPILE_TEST
8769e939f00SNeil Armstrong	select SM_GCC_8650
8779e939f00SNeil Armstrong	help
8789e939f00SNeil Armstrong	  Support for the display clock controller on Qualcomm Technologies, Inc
8799e939f00SNeil Armstrong	  SM8650 devices.
8809e939f00SNeil Armstrong	  Say Y if you want to support display devices and functionality such as
8819e939f00SNeil Armstrong	  splash screen.
8829e939f00SNeil Armstrong
883c32c4ef9SAjit Pandeyconfig SM_GCC_4450
884c32c4ef9SAjit Pandey	tristate "SM4450 Global Clock Controller"
885c32c4ef9SAjit Pandey	depends on ARM64 || COMPILE_TEST
886c32c4ef9SAjit Pandey	select QCOM_GDSC
887c32c4ef9SAjit Pandey	help
888c32c4ef9SAjit Pandey	  Support for the global clock controller on SM4450 devices.
889c32c4ef9SAjit Pandey	  Say Y if you want to use peripheral devices such as UART, SPI,
890c32c4ef9SAjit Pandey	  I2C, USB, SD/UFS, PCIe, etc.
891c32c4ef9SAjit Pandey
892cbe63bfdSIskren Chernevconfig SM_GCC_6115
893cbe63bfdSIskren Chernev	tristate "SM6115 and SM4250 Global Clock Controller"
894ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
89550ee65dcSDang Huynh	select QCOM_GDSC
896cbe63bfdSIskren Chernev	help
897cbe63bfdSIskren Chernev	  Support for the global clock controller on SM6115 and SM4250 devices.
898cbe63bfdSIskren Chernev	  Say Y if you want to use peripheral devices such as UART, SPI,
899cbe63bfdSIskren Chernev	  i2C, USB, UFS, SDDC, PCIe, etc.
900cbe63bfdSIskren Chernev
9014b8d6ae5SKonrad Dybcioconfig SM_GCC_6125
9024b8d6ae5SKonrad Dybcio	tristate "SM6125 Global Clock Controller"
903ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
9044b8d6ae5SKonrad Dybcio	help
9054b8d6ae5SKonrad Dybcio	  Support for the global clock controller on SM6125 devices.
9064b8d6ae5SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
9074b8d6ae5SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
9084b8d6ae5SKonrad Dybcio
909131abae9SKonrad Dybcioconfig SM_GCC_6350
910131abae9SKonrad Dybcio	tristate "SM6350 Global Clock Controller"
911ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
91292c02ff1SLuca Weiss	select QCOM_GDSC
913131abae9SKonrad Dybcio	help
914131abae9SKonrad Dybcio	  Support for the global clock controller on SM6350 devices.
915131abae9SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
916131abae9SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
917131abae9SKonrad Dybcio
918184fdd87SKonrad Dybcioconfig SM_GCC_6375
919184fdd87SKonrad Dybcio	tristate "SM6375 Global Clock Controller"
920ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
921184fdd87SKonrad Dybcio	select QCOM_GDSC
922184fdd87SKonrad Dybcio	help
923184fdd87SKonrad Dybcio	  Support for the global clock controller on SM6375 devices.
924184fdd87SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
925184fdd87SKonrad Dybcio	  SPI, I2C, USB, SD/UFS etc.
926184fdd87SKonrad Dybcio
927a808d58dSDanila Tikhonovconfig SM_GCC_7150
928a808d58dSDanila Tikhonov	tristate "SM7150 Global Clock Controller"
929a808d58dSDanila Tikhonov	select QCOM_GDSC
930a808d58dSDanila Tikhonov	help
931a808d58dSDanila Tikhonov	  Support for the global clock controller on SM7150 devices.
932a808d58dSDanila Tikhonov	  Say Y if you want to use peripheral devices such as UART,
933a808d58dSDanila Tikhonov	  SPI, I2C, USB, SD/UFS, PCIe etc.
934a808d58dSDanila Tikhonov
9352a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150
9362a1d7eb8SDeepak Katragadda	tristate "SM8150 Global Clock Controller"
937ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
9382a1d7eb8SDeepak Katragadda	help
9392a1d7eb8SDeepak Katragadda	  Support for the global clock controller on SM8150 devices.
9402a1d7eb8SDeepak Katragadda	  Say Y if you want to use peripheral devices such as UART,
9412a1d7eb8SDeepak Katragadda	  SPI, I2C, USB, SD/UFS, PCIe etc.
9422a1d7eb8SDeepak Katragadda
9433e577092STaniya Dasconfig SM_GCC_8250
9443e577092STaniya Das	tristate "SM8250 Global Clock Controller"
945ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
9463a4ef4caSJonathan Marek	select QCOM_GDSC
9473e577092STaniya Das	help
9483e577092STaniya Das	  Support for the global clock controller on SM8250 devices.
9493e577092STaniya Das	  Say Y if you want to use peripheral devices such as UART,
9503e577092STaniya Das	  SPI, I2C, USB, SD/UFS, PCIe etc.
9513e577092STaniya Das
95244c20c9eSVivek Aknurwarconfig SM_GCC_8350
95344c20c9eSVivek Aknurwar	tristate "SM8350 Global Clock Controller"
954ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
95544c20c9eSVivek Aknurwar	select QCOM_GDSC
95644c20c9eSVivek Aknurwar	help
95744c20c9eSVivek Aknurwar	  Support for the global clock controller on SM8350 devices.
95844c20c9eSVivek Aknurwar	  Say Y if you want to use peripheral devices such as UART,
95944c20c9eSVivek Aknurwar	  SPI, I2C, USB, SD/UFS, PCIe etc.
96044c20c9eSVivek Aknurwar
961db0c944eSVinod Koulconfig SM_GCC_8450
962db0c944eSVinod Koul	tristate "SM8450 Global Clock Controller"
963ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
964db0c944eSVinod Koul	select QCOM_GDSC
965db0c944eSVinod Koul	help
966db0c944eSVinod Koul	  Support for the global clock controller on SM8450 devices.
967db0c944eSVinod Koul	  Say Y if you want to use peripheral devices such as UART,
968db0c944eSVinod Koul	  SPI, I2C, USB, SD/UFS, PCIe etc.
969db0c944eSVinod Koul
970955f2ea3SAbel Vesaconfig SM_GCC_8550
971955f2ea3SAbel Vesa	tristate "SM8550 Global Clock Controller"
972ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
973955f2ea3SAbel Vesa	select QCOM_GDSC
974955f2ea3SAbel Vesa	help
975955f2ea3SAbel Vesa	  Support for the global clock controller on SM8550 devices.
976955f2ea3SAbel Vesa	  Say Y if you want to use peripheral devices such as UART,
977955f2ea3SAbel Vesa	  SPI, I2C, USB, SD/UFS, PCIe etc.
978955f2ea3SAbel Vesa
979aa381a2bSNeil Armstrongconfig SM_GCC_8650
980aa381a2bSNeil Armstrong	tristate "SM8650 Global Clock Controller"
981aa381a2bSNeil Armstrong	depends on ARM64 || COMPILE_TEST
982aa381a2bSNeil Armstrong	select QCOM_GDSC
983aa381a2bSNeil Armstrong	help
984aa381a2bSNeil Armstrong	  Support for the global clock controller on SM8650 devices.
985aa381a2bSNeil Armstrong	  Say Y if you want to use peripheral devices such as UART,
986aa381a2bSNeil Armstrong	  SPI, I2C, USB, SD/UFS, PCIe etc.
987aa381a2bSNeil Armstrong
988092209f1SKonrad Dybcioconfig SM_GPUCC_6115
989092209f1SKonrad Dybcio	tristate "SM6115 Graphics Clock Controller"
990092209f1SKonrad Dybcio	select SM_GCC_6115
991092209f1SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
992092209f1SKonrad Dybcio	help
993092209f1SKonrad Dybcio	  Support for the graphics clock controller on SM6115 devices.
994092209f1SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
995092209f1SKonrad Dybcio	  functionality such as 3D graphics.
996092209f1SKonrad Dybcio
997a6b18286SKonrad Dybcioconfig SM_GPUCC_6125
998a6b18286SKonrad Dybcio	tristate "SM6125 Graphics Clock Controller"
999a6b18286SKonrad Dybcio	select SM_GCC_6125
1000a6b18286SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
1001a6b18286SKonrad Dybcio	help
1002a6b18286SKonrad Dybcio	  Support for the graphics clock controller on SM6125 devices.
1003a6b18286SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
1004a6b18286SKonrad Dybcio	  functionality such as 3D graphics.
1005a6b18286SKonrad Dybcio
10068397e242SKonrad Dybcioconfig SM_GPUCC_6375
10078397e242SKonrad Dybcio	tristate "SM6375 Graphics Clock Controller"
10088397e242SKonrad Dybcio	select SM_GCC_6375
10098397e242SKonrad Dybcio	depends on ARM64 || COMPILE_TEST
10108397e242SKonrad Dybcio	help
10118397e242SKonrad Dybcio	  Support for the graphics clock controller on SM6375 devices.
10128397e242SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
10138397e242SKonrad Dybcio	  functionality such as 3D graphics.
10148397e242SKonrad Dybcio
1015013804a7SKonrad Dybcioconfig SM_GPUCC_6350
1016013804a7SKonrad Dybcio	tristate "SM6350 Graphics Clock Controller"
1017ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
1018013804a7SKonrad Dybcio	select SM_GCC_6350
1019013804a7SKonrad Dybcio	help
1020013804a7SKonrad Dybcio	  Support for the graphics clock controller on SM6350 devices.
1021013804a7SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
1022013804a7SKonrad Dybcio	  functionality such as 3D graphics.
1023013804a7SKonrad Dybcio
10240cef71f2SJonathan Marekconfig SM_GPUCC_8150
10250cef71f2SJonathan Marek	tristate "SM8150 Graphics Clock Controller"
1026ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
10270cef71f2SJonathan Marek	select SM_GCC_8150
10280cef71f2SJonathan Marek	help
10290cef71f2SJonathan Marek	  Support for the graphics clock controller on SM8150 devices.
10300cef71f2SJonathan Marek	  Say Y if you want to support graphics controller devices and
10310cef71f2SJonathan Marek	  functionality such as 3D graphics.
10320cef71f2SJonathan Marek
103328f0769cSJonathan Marekconfig SM_GPUCC_8250
103428f0769cSJonathan Marek	tristate "SM8250 Graphics Clock Controller"
1035ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
103628f0769cSJonathan Marek	select SM_GCC_8250
103728f0769cSJonathan Marek	help
103828f0769cSJonathan Marek	  Support for the graphics clock controller on SM8250 devices.
103928f0769cSJonathan Marek	  Say Y if you want to support graphics controller devices and
104028f0769cSJonathan Marek	  functionality such as 3D graphics.
104128f0769cSJonathan Marek
1042160758b0SRobert Fossconfig SM_GPUCC_8350
1043160758b0SRobert Foss	tristate "SM8350 Graphics Clock Controller"
1044ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
1045160758b0SRobert Foss	select SM_GCC_8350
1046160758b0SRobert Foss	help
1047160758b0SRobert Foss	  Support for the graphics clock controller on SM8350 devices.
1048160758b0SRobert Foss	  Say Y if you want to support graphics controller devices and
1049160758b0SRobert Foss	  functionality such as 3D graphics.
1050160758b0SRobert Foss
1051728692d4SKonrad Dybcioconfig SM_GPUCC_8450
1052728692d4SKonrad Dybcio	tristate "SM8450 Graphics Clock Controller"
105375d1d3a4SNathan Chancellor	depends on ARM64 || COMPILE_TEST
1054728692d4SKonrad Dybcio	select SM_GCC_8450
1055728692d4SKonrad Dybcio	help
1056728692d4SKonrad Dybcio	  Support for the graphics clock controller on SM8450 devices.
1057728692d4SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
1058728692d4SKonrad Dybcio	  functionality such as 3D graphics.
1059728692d4SKonrad Dybcio
1060bfae4074SJagadeesh Konaconfig SM_GPUCC_8550
1061bfae4074SJagadeesh Kona	tristate "SM8550 Graphics Clock Controller"
1062b6bcd1c0SArnd Bergmann	depends on ARM64 || COMPILE_TEST
1063bfae4074SJagadeesh Kona	select SM_GCC_8550
1064bfae4074SJagadeesh Kona	help
1065bfae4074SJagadeesh Kona	  Support for the graphics clock controller on SM8550 devices.
1066bfae4074SJagadeesh Kona	  Say Y if you want to support graphics controller devices and
1067bfae4074SJagadeesh Kona	  functionality such as 3D graphics.
1068bfae4074SJagadeesh Kona
10698676fd4fSNeil Armstrongconfig SM_GPUCC_8650
10708676fd4fSNeil Armstrong	tristate "SM8650 Graphics Clock Controller"
10718676fd4fSNeil Armstrong	select SM_GCC_8650
10728676fd4fSNeil Armstrong	help
10738676fd4fSNeil Armstrong	  Support for the graphics clock controller on SM8650 devices.
10748676fd4fSNeil Armstrong	  Say Y if you want to support graphics controller devices and
10758676fd4fSNeil Armstrong	  functionality such as 3D graphics.
10768676fd4fSNeil Armstrong
1077e9a7b78bSAbel Vesaconfig SM_TCSRCC_8550
1078e9a7b78bSAbel Vesa	tristate "SM8550 TCSR Clock Controller"
1079ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
1080e9a7b78bSAbel Vesa	select QCOM_GDSC
1081e9a7b78bSAbel Vesa	help
1082e9a7b78bSAbel Vesa	  Support for the TCSR clock controller on SM8550 devices.
1083e9a7b78bSAbel Vesa	  Say Y if you want to use peripheral devices such as SD/UFS.
1084e9a7b78bSAbel Vesa
1085e3388328SNeil Armstrongconfig SM_TCSRCC_8650
1086e3388328SNeil Armstrong	tristate "SM8650 TCSR Clock Controller"
1087e3388328SNeil Armstrong	depends on ARM64 || COMPILE_TEST
1088e3388328SNeil Armstrong	select QCOM_GDSC
1089e3388328SNeil Armstrong	help
1090e3388328SNeil Armstrong	  Support for the TCSR clock controller on SM8650 devices.
1091e3388328SNeil Armstrong	  Say Y if you want to use peripheral devices such as SD/UFS.
1092e3388328SNeil Armstrong
10935658e8cfSJonathan Marekconfig SM_VIDEOCC_8150
10945658e8cfSJonathan Marek	tristate "SM8150 Video Clock Controller"
1095ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
1096386ea3bdSLukas Bulwahn	select SM_GCC_8150
10975658e8cfSJonathan Marek	select QCOM_GDSC
10985658e8cfSJonathan Marek	help
10995658e8cfSJonathan Marek	  Support for the video clock controller on SM8150 devices.
11005658e8cfSJonathan Marek	  Say Y if you want to support video devices and functionality such as
11015658e8cfSJonathan Marek	  video encode and decode.
11025658e8cfSJonathan Marek
11030e94711aSJonathan Marekconfig SM_VIDEOCC_8250
11040e94711aSJonathan Marek	tristate "SM8250 Video Clock Controller"
1105ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
1106386ea3bdSLukas Bulwahn	select SM_GCC_8250
11070e94711aSJonathan Marek	select QCOM_GDSC
11080e94711aSJonathan Marek	help
11090e94711aSJonathan Marek	  Support for the video clock controller on SM8250 devices.
11100e94711aSJonathan Marek	  Say Y if you want to support video devices and functionality such as
11110e94711aSJonathan Marek	  video encode and decode.
11120e94711aSJonathan Marek
1113fd0b5b10SKonrad Dybcioconfig SM_VIDEOCC_8350
1114fd0b5b10SKonrad Dybcio	tristate "SM8350 Video Clock Controller"
1115b6bcd1c0SArnd Bergmann	depends on ARM64 || COMPILE_TEST
1116fd0b5b10SKonrad Dybcio	select SM_GCC_8350
1117fd0b5b10SKonrad Dybcio	select QCOM_GDSC
1118fd0b5b10SKonrad Dybcio	help
1119fd0b5b10SKonrad Dybcio	  Support for the video clock controller on SM8350 devices.
1120fd0b5b10SKonrad Dybcio	  Say Y if you want to support video devices and functionality such as
1121fd0b5b10SKonrad Dybcio	  video encode and decode.
1122fd0b5b10SKonrad Dybcio
1123f53153a3SJagadeesh Konaconfig SM_VIDEOCC_8550
1124f53153a3SJagadeesh Kona	tristate "SM8550 Video Clock Controller"
1125b6bcd1c0SArnd Bergmann	depends on ARM64 || COMPILE_TEST
1126f53153a3SJagadeesh Kona	select SM_GCC_8550
1127f53153a3SJagadeesh Kona	select QCOM_GDSC
1128f53153a3SJagadeesh Kona	help
1129f53153a3SJagadeesh Kona	  Support for the video clock controller on Qualcomm Technologies, Inc.
1130f53153a3SJagadeesh Kona	  SM8550 devices.
1131f53153a3SJagadeesh Kona	  Say Y if you want to support video devices and functionality such as
1132f53153a3SJagadeesh Kona	  video encode/decode.
1133f53153a3SJagadeesh Kona
11344cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV
11354cfaa55fSTirupathi Reddy	tristate "SPMI PMIC clkdiv Support"
1136f071bcebSStephen Boyd	depends on SPMI || COMPILE_TEST
11374cfaa55fSTirupathi Reddy	help
11384cfaa55fSTirupathi Reddy	  This driver supports the clkdiv functionality on the Qualcomm
11394cfaa55fSTirupathi Reddy	  Technologies, Inc. SPMI PMIC. It configures the frequency of
11404cfaa55fSTirupathi Reddy	  clkdiv outputs of the PMIC. These clocks are typically wired
11414cfaa55fSTirupathi Reddy	  through alternate functions on GPIO pins.
1142cb546b79SStephen Boyd
1143cb546b79SStephen Boydconfig QCOM_HFPLL
1144cb546b79SStephen Boyd	tristate "High-Frequency PLL (HFPLL) Clock Controller"
1145cb546b79SStephen Boyd	help
1146cb546b79SStephen Boyd	  Support for the high-frequency PLLs present on Qualcomm devices.
1147cb546b79SStephen Boyd	  Say Y if you want to support CPU frequency scaling on devices
1148cb546b79SStephen Boyd	  such as MSM8974, APQ8084, etc.
11493ddc3564SStephen Boyd
11503ddc3564SStephen Boydconfig KPSS_XCC
11513ddc3564SStephen Boyd	tristate "KPSS Clock Controller"
11523ddc3564SStephen Boyd	help
11533ddc3564SStephen Boyd	  Support for the Krait ACC and GCC clock controllers. Say Y
11543ddc3564SStephen Boyd	  if you want to support CPU frequency scaling on devices such
11553ddc3564SStephen Boyd	  as MSM8960, APQ8064, etc.
1156bb5c4a85SStephen Boyd
1157bb5c4a85SStephen Boydconfig KRAITCC
1158bb5c4a85SStephen Boyd	tristate "Krait Clock Controller"
1159f071bcebSStephen Boyd	depends on ARM
1160bb5c4a85SStephen Boyd	select KRAIT_CLOCKS
1161bb5c4a85SStephen Boyd	help
1162bb5c4a85SStephen Boyd	  Support for the Krait CPU clocks on Qualcomm devices.
1163bb5c4a85SStephen Boyd	  Say Y if you want to support CPU frequency scaling.
1164f071bcebSStephen Boyd
1165a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250
1166a2d8f507SSrinivas Kandagatla	tristate "SM8250 GFM LPASS Clocks"
1167ab7f0037SKrzysztof Kozlowski	depends on ARM64 || COMPILE_TEST
1168a2d8f507SSrinivas Kandagatla	help
1169a2d8f507SSrinivas Kandagatla	  Support for the Glitch Free Mux (GFM) Low power audio
1170a2d8f507SSrinivas Kandagatla          subsystem (LPASS) clocks found on SM8250 SoCs.
1171a2d8f507SSrinivas Kandagatla
1172441fe711STaniya Dasconfig SM_VIDEOCC_8450
1173441fe711STaniya Das	tristate "SM8450 Video Clock Controller"
1174b6bcd1c0SArnd Bergmann	depends on ARM64 || COMPILE_TEST
1175441fe711STaniya Das	select SM_GCC_8450
1176441fe711STaniya Das	select QCOM_GDSC
1177441fe711STaniya Das	help
1178441fe711STaniya Das	  Support for the video clock controller on Qualcomm Technologies, Inc.
1179441fe711STaniya Das	  SM8450 devices.
1180441fe711STaniya Das	  Say Y if you want to support video devices and functionality such as
1181441fe711STaniya Das	  video encode/decode.
1182f071bcebSStephen Boydendif
1183