xref: /openbmc/linux/drivers/clk/qcom/Kconfig (revision 1c9efb0b)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
24d7dc77bSStephen Boydconfig KRAIT_CLOCKS
34d7dc77bSStephen Boyd	bool
44d7dc77bSStephen Boyd	select KRAIT_L2_ACCESSORS
54d7dc77bSStephen Boyd
673bb7dc0SStephen Boydconfig QCOM_GDSC
773bb7dc0SStephen Boyd	bool
873bb7dc0SStephen Boyd	select PM_GENERIC_DOMAINS if PM
973bb7dc0SStephen Boyd
1000f64b58SGeorgi Djakovconfig QCOM_RPMCC
1100f64b58SGeorgi Djakov	bool
1200f64b58SGeorgi Djakov
13f071bcebSStephen Boydmenuconfig COMMON_CLK_QCOM
14085d7a45SStephen Boyd	tristate "Support for Qualcomm's clock controllers"
15085d7a45SStephen Boyd	depends on OF
163937567dSBartlomiej Zolnierkiewicz	depends on ARCH_QCOM || COMPILE_TEST
17cddf1f82STaniya Das	select RATIONAL
18085d7a45SStephen Boyd	select REGMAP_MMIO
19b36ba30cSStephen Boyd	select RESET_CONTROLLER
202ec94130SStephen Boyd
21f071bcebSStephen Boydif COMMON_CLK_QCOM
22f071bcebSStephen Boyd
230c6ab1b8SGeorgi Djakovconfig QCOM_A53PLL
240c6ab1b8SGeorgi Djakov	tristate "MSM8916 A53 PLL"
250c6ab1b8SGeorgi Djakov	help
260c6ab1b8SGeorgi Djakov	  Support for the A53 PLL on MSM8916 devices. It provides
270c6ab1b8SGeorgi Djakov	  the CPU with frequencies above 1GHz.
280c6ab1b8SGeorgi Djakov	  Say Y if you want to support higher CPU frequencies on MSM8916
290c6ab1b8SGeorgi Djakov	  devices.
300c6ab1b8SGeorgi Djakov
315a5223ffSManivannan Sadhasivamconfig QCOM_A7PLL
32af44e327SRohit Agarwal	tristate "A7 PLL driver for SDX55 and SDX65"
335a5223ffSManivannan Sadhasivam	help
34af44e327SRohit Agarwal	  Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with
355a5223ffSManivannan Sadhasivam	  frequencies above 1GHz.
36af44e327SRohit Agarwal	  Say Y if you want to support higher CPU frequencies on SDX55 and SDX65
375a5223ffSManivannan Sadhasivam	  devices.
385a5223ffSManivannan Sadhasivam
3981ac3884SGeorgi Djakovconfig QCOM_CLK_APCS_MSM8916
4081ac3884SGeorgi Djakov	tristate "MSM8916 APCS Clock Controller"
4181ac3884SGeorgi Djakov	depends on QCOM_APCS_IPC || COMPILE_TEST
4281ac3884SGeorgi Djakov	help
4381ac3884SGeorgi Djakov	  Support for the APCS Clock Controller on msm8916 devices. The
4481ac3884SGeorgi Djakov	  APCS is managing the mux and divider which feeds the CPUs.
4581ac3884SGeorgi Djakov	  Say Y if you want to support CPU frequency scaling on devices
4681ac3884SGeorgi Djakov	  such as msm8916.
4781ac3884SGeorgi Djakov
4803e342dcSLoic Poulainconfig QCOM_CLK_APCC_MSM8996
4903e342dcSLoic Poulain	tristate "MSM8996 CPU Clock Controller"
5003e342dcSLoic Poulain	select QCOM_KRYO_L2_ACCESSORS
5103e342dcSLoic Poulain	depends on ARM64
5203e342dcSLoic Poulain	help
5303e342dcSLoic Poulain	  Support for the CPU clock controller on msm8996 devices.
5403e342dcSLoic Poulain	  Say Y if you want to support CPU clock scaling using CPUfreq
5502d8e879SColin Ian King	  drivers for dynamic power management.
5603e342dcSLoic Poulain
57f28dec1aSManivannan Sadhasivamconfig QCOM_CLK_APCS_SDX55
582081df36SRohit Agarwal	tristate "SDX55 and SDX65 APCS Clock Controller"
59f28dec1aSManivannan Sadhasivam	depends on QCOM_APCS_IPC || COMPILE_TEST
60f28dec1aSManivannan Sadhasivam	help
612081df36SRohit Agarwal	  Support for the APCS Clock Controller on SDX55, SDX65 platforms. The
62f28dec1aSManivannan Sadhasivam	  APCS is managing the mux and divider which feeds the CPUs.
63f28dec1aSManivannan Sadhasivam	  Say Y if you want to support CPU frequency scaling on devices
642081df36SRohit Agarwal	  such as SDX55, SDX65.
65f28dec1aSManivannan Sadhasivam
66872f91b5SGeorgi Djakovconfig QCOM_CLK_RPM
67872f91b5SGeorgi Djakov	tristate "RPM based Clock Controller"
68f071bcebSStephen Boyd	depends on MFD_QCOM_RPM
69872f91b5SGeorgi Djakov	select QCOM_RPMCC
70872f91b5SGeorgi Djakov	help
71872f91b5SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
72872f91b5SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
73872f91b5SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
74872f91b5SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
75872f91b5SGeorgi Djakov	  the clocks on/off or scales them on demand.
76872f91b5SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
77872f91b5SGeorgi Djakov	  platforms such as apq8064, msm8660, msm8960 etc.
78872f91b5SGeorgi Djakov
7900f64b58SGeorgi Djakovconfig QCOM_CLK_SMD_RPM
8000f64b58SGeorgi Djakov	tristate "RPM over SMD based Clock Controller"
81f071bcebSStephen Boyd	depends on QCOM_SMD_RPM
8200f64b58SGeorgi Djakov	select QCOM_RPMCC
8300f64b58SGeorgi Djakov	help
8400f64b58SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
8500f64b58SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
8600f64b58SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
8700f64b58SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
8800f64b58SGeorgi Djakov	  the clocks on/off or scales them on demand.
8900f64b58SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
9000f64b58SGeorgi Djakov	  platforms such as apq8016, apq8084, msm8974 etc.
9100f64b58SGeorgi Djakov
929c7e4702STaniya Dasconfig QCOM_CLK_RPMH
939c7e4702STaniya Das	tristate "RPMh Clock Driver"
94f071bcebSStephen Boyd	depends on QCOM_RPMH
959c7e4702STaniya Das	help
969c7e4702STaniya Das	 RPMh manages shared resources on some Qualcomm Technologies, Inc.
979c7e4702STaniya Das	 SoCs. It accepts requests from other hardware subsystems via RSC.
989c7e4702STaniya Das	 Say Y if you want to support the clocks exposed by RPMh on
999c7e4702STaniya Das	 platforms such as SDM845.
1009c7e4702STaniya Das
10102824653SGeorgi Djakovconfig APQ_GCC_8084
10202824653SGeorgi Djakov	tristate "APQ8084 Global Clock Controller"
103639af949SRajendra Nayak	select QCOM_GDSC
10402824653SGeorgi Djakov	help
10502824653SGeorgi Djakov	  Support for the global clock controller on apq8084 devices.
10602824653SGeorgi Djakov	  Say Y if you want to use peripheral devices such as UART, SPI,
10702824653SGeorgi Djakov	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
10802824653SGeorgi Djakov
1092b46cd23SGeorgi Djakovconfig APQ_MMCC_8084
1102b46cd23SGeorgi Djakov	tristate "APQ8084 Multimedia Clock Controller"
1112b46cd23SGeorgi Djakov	select APQ_GCC_8084
112cb2eb7deSStephane Viau	select QCOM_GDSC
1132b46cd23SGeorgi Djakov	help
1142b46cd23SGeorgi Djakov	  Support for the multimedia clock controller on apq8084 devices.
1152b46cd23SGeorgi Djakov	  Say Y if you want to support multimedia devices such as display,
1162b46cd23SGeorgi Djakov	  graphics, video encode/decode, camera, etc.
1172b46cd23SGeorgi Djakov
118ecd2bacfSSivaprakash Murugesanconfig IPQ_APSS_PLL
119ecd2bacfSSivaprakash Murugesan	tristate "IPQ APSS PLL"
120ecd2bacfSSivaprakash Murugesan	help
121ecd2bacfSSivaprakash Murugesan	  Support for APSS PLL on ipq devices. The APSS PLL is the main
122ecd2bacfSSivaprakash Murugesan	  clock that feeds the CPUs on ipq based devices.
123ecd2bacfSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on ipq based
124ecd2bacfSSivaprakash Murugesan	  devices.
125ecd2bacfSSivaprakash Murugesan
1265e77b4efSSivaprakash Murugesanconfig IPQ_APSS_6018
1275e77b4efSSivaprakash Murugesan	tristate "IPQ APSS Clock Controller"
1285e77b4efSSivaprakash Murugesan	select IPQ_APSS_PLL
1295e77b4efSSivaprakash Murugesan	depends on QCOM_APCS_IPC || COMPILE_TEST
1305e77b4efSSivaprakash Murugesan	help
1315e77b4efSSivaprakash Murugesan	  Support for APSS clock controller on IPQ platforms. The
1325e77b4efSSivaprakash Murugesan	  APSS clock controller manages the Mux and enable block that feeds the
1335e77b4efSSivaprakash Murugesan	  CPUs.
1345e77b4efSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on
1355e77b4efSSivaprakash Murugesan	  ipq based devices.
1365e77b4efSSivaprakash Murugesan
1376971e863SVaradarajan Narayananconfig IPQ_GCC_4019
1386971e863SVaradarajan Narayanan	tristate "IPQ4019 Global Clock Controller"
1396971e863SVaradarajan Narayanan	help
1406971e863SVaradarajan Narayanan	  Support for the global clock controller on ipq4019 devices.
1416971e863SVaradarajan Narayanan	  Say Y if you want to use peripheral devices such as UART, SPI,
1426971e863SVaradarajan Narayanan	  i2c, USB, SD/eMMC, etc.
1436971e863SVaradarajan Narayanan
144d9db07f0SSricharan Rconfig IPQ_GCC_6018
145d9db07f0SSricharan R	tristate "IPQ6018 Global Clock Controller"
146d9db07f0SSricharan R	help
147d9db07f0SSricharan R	  Support for global clock controller on ipq6018 devices.
148d9db07f0SSricharan R	  Say Y if you want to use peripheral devices such as UART, SPI,
149d9db07f0SSricharan R	  i2c, USB, SD/eMMC, etc. Select this for the root clock
150d9db07f0SSricharan R	  of ipq6018.
151d9db07f0SSricharan R
15224d8fba4SKumar Galaconfig IPQ_GCC_806X
15324d8fba4SKumar Gala	tristate "IPQ806x Global Clock Controller"
15424d8fba4SKumar Gala	help
15524d8fba4SKumar Gala	  Support for the global clock controller on ipq806x devices.
15624d8fba4SKumar Gala	  Say Y if you want to use peripheral devices such as UART, SPI,
15724d8fba4SKumar Gala	  i2c, USB, SD/eMMC, etc.
15824d8fba4SKumar Gala
159c99e515aSRajendra Nayakconfig IPQ_LCC_806X
160c99e515aSRajendra Nayak	tristate "IPQ806x LPASS Clock Controller"
161c99e515aSRajendra Nayak	select IPQ_GCC_806X
162c99e515aSRajendra Nayak	help
163c99e515aSRajendra Nayak	  Support for the LPASS clock controller on ipq806x devices.
164c99e515aSRajendra Nayak	  Say Y if you want to use audio devices such as i2s, pcm,
165c99e515aSRajendra Nayak	  S/PDIF, etc.
166c99e515aSRajendra Nayak
167371a9507SAbhishek Sahuconfig IPQ_GCC_8074
168371a9507SAbhishek Sahu	tristate "IPQ8074 Global Clock Controller"
1698add990aSRobert Marko	select QCOM_GDSC
170371a9507SAbhishek Sahu	help
171371a9507SAbhishek Sahu	  Support for global clock controller on ipq8074 devices.
172371a9507SAbhishek Sahu	  Say Y if you want to use peripheral devices such as UART, SPI,
173371a9507SAbhishek Sahu	  i2c, USB, SD/eMMC, etc. Select this for the root clock
174371a9507SAbhishek Sahu	  of ipq8074.
175371a9507SAbhishek Sahu
1760eeff27bSStephen Boydconfig MSM_GCC_8660
1770eeff27bSStephen Boyd	tristate "MSM8660 Global Clock Controller"
1780eeff27bSStephen Boyd	help
1790eeff27bSStephen Boyd	  Support for the global clock controller on msm8660 devices.
1800eeff27bSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
1810eeff27bSStephen Boyd	  i2c, USB, SD/eMMC, etc.
1820eeff27bSStephen Boyd
183bf37a057SStephan Gerholdconfig MSM_GCC_8909
184bf37a057SStephan Gerhold	tristate "MSM8909 Global Clock Controller"
185bf37a057SStephan Gerhold	select QCOM_GDSC
186bf37a057SStephan Gerhold	help
187bf37a057SStephan Gerhold	  Support for the global clock controller on msm8909 devices.
188bf37a057SStephan Gerhold	  Say Y if you want to use devices such as UART, SPI, I2C, USB,
189bf37a057SStephan Gerhold	  SD/eMMC, display, graphics, camera etc.
190bf37a057SStephan Gerhold
1913966fab8SGeorgi Djakovconfig MSM_GCC_8916
1923966fab8SGeorgi Djakov	tristate "MSM8916 Global Clock Controller"
193073ae2b4SRajendra Nayak	select QCOM_GDSC
1943966fab8SGeorgi Djakov	help
1953966fab8SGeorgi Djakov	  Support for the global clock controller on msm8916 devices.
1963966fab8SGeorgi Djakov	  Say Y if you want to use devices such as UART, SPI i2c, USB,
1973966fab8SGeorgi Djakov	  SD/eMMC, display, graphics, camera etc.
1983966fab8SGeorgi Djakov
1991664014eSBryan O'Donoghueconfig MSM_GCC_8939
2001664014eSBryan O'Donoghue	tristate "MSM8939 Global Clock Controller"
2011664014eSBryan O'Donoghue	select QCOM_GDSC
2021664014eSBryan O'Donoghue	help
2031664014eSBryan O'Donoghue	  Support for the global clock controller on msm8939 devices.
2041664014eSBryan O'Donoghue	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2051664014eSBryan O'Donoghue	  SD/eMMC, display, graphics, camera etc.
2061664014eSBryan O'Donoghue
2072ec94130SStephen Boydconfig MSM_GCC_8960
2082d85a713SKumar Gala	tristate "APQ8064/MSM8960 Global Clock Controller"
2092ec94130SStephen Boyd	help
2102d85a713SKumar Gala	  Support for the global clock controller on apq8064/msm8960 devices.
2112ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
2122ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2136d00b56fSStephen Boyd
214b82875eeSStephen Boydconfig MSM_LCC_8960
215b82875eeSStephen Boyd	tristate "APQ8064/MSM8960 LPASS Clock Controller"
216b82875eeSStephen Boyd	select MSM_GCC_8960
217b82875eeSStephen Boyd	help
218b82875eeSStephen Boyd	  Support for the LPASS clock controller on apq8064/msm8960 devices.
219b82875eeSStephen Boyd	  Say Y if you want to use audio devices such as i2s, pcm,
220b82875eeSStephen Boyd	  SLIMBus, etc.
221b82875eeSStephen Boyd
22248b72532SKonrad Dybcioconfig MDM_GCC_9607
22348b72532SKonrad Dybcio	tristate "MDM9607 Global Clock Controller"
22448b72532SKonrad Dybcio	help
22548b72532SKonrad Dybcio	  Support for the global clock controller on mdm9607 devices.
22648b72532SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART, SPI,
22748b72532SKonrad Dybcio	  I2C, USB, SD/eMMC, etc.
22848b72532SKonrad Dybcio
2297792a8d6SNeil Armstrongconfig MDM_GCC_9615
2307792a8d6SNeil Armstrong	tristate "MDM9615 Global Clock Controller"
2317792a8d6SNeil Armstrong	help
2327792a8d6SNeil Armstrong	  Support for the global clock controller on mdm9615 devices.
2337792a8d6SNeil Armstrong	  Say Y if you want to use peripheral devices such as UART, SPI,
2347792a8d6SNeil Armstrong	  i2c, USB, SD/eMMC, etc.
2357792a8d6SNeil Armstrong
2367792a8d6SNeil Armstrongconfig MDM_LCC_9615
2377792a8d6SNeil Armstrong	tristate "MDM9615 LPASS Clock Controller"
2387792a8d6SNeil Armstrong	select MDM_GCC_9615
2397792a8d6SNeil Armstrong	help
2407792a8d6SNeil Armstrong	  Support for the LPASS clock controller on mdm9615 devices.
2417792a8d6SNeil Armstrong	  Say Y if you want to use audio devices such as i2s, pcm,
2427792a8d6SNeil Armstrong	  SLIMBus, etc.
2437792a8d6SNeil Armstrong
2446d00b56fSStephen Boydconfig MSM_MMCC_8960
2456d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
2466d00b56fSStephen Boyd	select MSM_GCC_8960
2476d00b56fSStephen Boyd	help
2486d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
2496d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
2506d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
251d33faa9eSStephen Boyd
2529bb6cfc3SVladimir Lypakconfig MSM_GCC_8953
2539bb6cfc3SVladimir Lypak	tristate "MSM8953 Global Clock Controller"
2549bb6cfc3SVladimir Lypak	select QCOM_GDSC
2559bb6cfc3SVladimir Lypak	help
2569bb6cfc3SVladimir Lypak	  Support for the global clock controller on msm8953 devices.
2579bb6cfc3SVladimir Lypak	  Say Y if you want to use devices such as UART, SPI i2c, USB,
2589bb6cfc3SVladimir Lypak	  SD/eMMC, display, graphics, camera etc.
2599bb6cfc3SVladimir Lypak
260d33faa9eSStephen Boydconfig MSM_GCC_8974
261d33faa9eSStephen Boyd	tristate "MSM8974 Global Clock Controller"
262340029efSStephen Boyd	select QCOM_GDSC
263d33faa9eSStephen Boyd	help
264d33faa9eSStephen Boyd	  Support for the global clock controller on msm8974 devices.
265d33faa9eSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
266d33faa9eSStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
267d8b21201SStephen Boyd
268d8b21201SStephen Boydconfig MSM_MMCC_8974
269d8b21201SStephen Boyd	tristate "MSM8974 Multimedia Clock Controller"
270d8b21201SStephen Boyd	select MSM_GCC_8974
2718108b23cSStephen Boyd	select QCOM_GDSC
272d8b21201SStephen Boyd	help
273d8b21201SStephen Boyd	  Support for the multimedia clock controller on msm8974 devices.
274d8b21201SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
275d8b21201SStephen Boyd	  graphics, video encode/decode, camera, etc.
276b1e010c0SStephen Boyd
2778f62718bSAngeloGioacchino Del Regnoconfig MSM_GCC_8976
2788f62718bSAngeloGioacchino Del Regno	tristate "MSM8956/76 Global Clock Controller"
2798f62718bSAngeloGioacchino Del Regno	select QCOM_GDSC
2808f62718bSAngeloGioacchino Del Regno	help
2818f62718bSAngeloGioacchino Del Regno	  Support for the global clock controller on msm8956/76 devices.
2828f62718bSAngeloGioacchino Del Regno	  Say Y if you want to use peripheral devices such as UART, SPI,
2838f62718bSAngeloGioacchino Del Regno	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2848f62718bSAngeloGioacchino Del Regno
2854d5b4572SKonrad Dybcioconfig MSM_MMCC_8994
2864d5b4572SKonrad Dybcio	tristate "MSM8994 Multimedia Clock Controller"
2874d5b4572SKonrad Dybcio	select MSM_GCC_8994
2884d5b4572SKonrad Dybcio	select QCOM_GDSC
2894d5b4572SKonrad Dybcio	help
2904d5b4572SKonrad Dybcio	  Support for the multimedia clock controller on msm8994 devices.
2914d5b4572SKonrad Dybcio	  Say Y if you want to support multimedia devices such as display,
2924d5b4572SKonrad Dybcio	  graphics, video encode/decode, camera, etc.
2934d5b4572SKonrad Dybcio
294aec89f78SBastian Köcherconfig MSM_GCC_8994
295aec89f78SBastian Köcher	tristate "MSM8994 Global Clock Controller"
296aec89f78SBastian Köcher	help
297aec89f78SBastian Köcher	  Support for the global clock controller on msm8994 devices.
298aec89f78SBastian Köcher	  Say Y if you want to use peripheral devices such as UART, SPI,
299aec89f78SBastian Köcher	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
300aec89f78SBastian Köcher
301b1e010c0SStephen Boydconfig MSM_GCC_8996
302b1e010c0SStephen Boyd	tristate "MSM8996 Global Clock Controller"
3036d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
304b1e010c0SStephen Boyd	help
305b1e010c0SStephen Boyd	  Support for the global clock controller on msm8996 devices.
306b1e010c0SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
307b1e010c0SStephen Boyd	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
308c2526597SStephen Boyd
309c2526597SStephen Boydconfig MSM_MMCC_8996
310c2526597SStephen Boyd	tristate "MSM8996 Multimedia Clock Controller"
311c2526597SStephen Boyd	select MSM_GCC_8996
3126d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
313c2526597SStephen Boyd	help
314c2526597SStephen Boyd	  Support for the multimedia clock controller on msm8996 devices.
315c2526597SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
316c2526597SStephen Boyd	  graphics, video encode/decode, camera, etc.
3174cfaa55fSTirupathi Reddy
318b5f5f525SJoonwoo Parkconfig MSM_GCC_8998
319b5f5f525SJoonwoo Park	tristate "MSM8998 Global Clock Controller"
32083b4c147SMarc Gonzalez	select QCOM_GDSC
321b5f5f525SJoonwoo Park	help
322b5f5f525SJoonwoo Park	  Support for the global clock controller on msm8998 devices.
323b5f5f525SJoonwoo Park	  Say Y if you want to use peripheral devices such as UART, SPI,
324b5f5f525SJoonwoo Park	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
325b5f5f525SJoonwoo Park
3263f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998
3273f7df5baSJeffrey Hugo	tristate "MSM8998 Graphics Clock Controller"
3283f7df5baSJeffrey Hugo	select MSM_GCC_8998
3293f7df5baSJeffrey Hugo	select QCOM_GDSC
3303f7df5baSJeffrey Hugo	help
3313f7df5baSJeffrey Hugo	  Support for the graphics clock controller on MSM8998 devices.
3323f7df5baSJeffrey Hugo	  Say Y if you want to support graphics controller devices and
3333f7df5baSJeffrey Hugo	  functionality such as 3D graphics.
3343f7df5baSJeffrey Hugo
335d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998
336d14b15b5SJeffrey Hugo	tristate "MSM8998 Multimedia Clock Controller"
337d14b15b5SJeffrey Hugo	select MSM_GCC_8998
338d14b15b5SJeffrey Hugo	select QCOM_GDSC
339d14b15b5SJeffrey Hugo	help
340d14b15b5SJeffrey Hugo	  Support for the multimedia clock controller on msm8998 devices.
341d14b15b5SJeffrey Hugo	  Say Y if you want to support multimedia devices such as display,
342d14b15b5SJeffrey Hugo	  graphics, video encode/decode, camera, etc.
343d14b15b5SJeffrey Hugo
344496d1a13SShawn Guoconfig QCM_GCC_2290
345496d1a13SShawn Guo	tristate "QCM2290 Global Clock Controller"
346496d1a13SShawn Guo	select QCOM_GDSC
347496d1a13SShawn Guo	help
348496d1a13SShawn Guo	  Support for the global clock controller on QCM2290 devices.
349496d1a13SShawn Guo	  Say Y if you want to use multimedia devices or peripheral
350496d1a13SShawn Guo	  devices such as UART, SPI, I2C, USB, SD/eMMC etc.
351496d1a13SShawn Guo
352cc517ea3SLoic Poulainconfig QCM_DISPCC_2290
353cc517ea3SLoic Poulain	tristate "QCM2290 Display Clock Controller"
354cc517ea3SLoic Poulain	select QCM_GCC_2290
355cc517ea3SLoic Poulain	help
356cc517ea3SLoic Poulain	  Support for the display clock controller on Qualcomm Technologies, Inc
357cc517ea3SLoic Poulain	  QCM2290 devices.
358cc517ea3SLoic Poulain	  Say Y if you want to support display devices and functionality such as
359cc517ea3SLoic Poulain	  splash screen.
360cc517ea3SLoic Poulain
361652f1813SShefali Jainconfig QCS_GCC_404
362652f1813SShefali Jain	tristate "QCS404 Global Clock Controller"
363652f1813SShefali Jain	help
364652f1813SShefali Jain	  Support for the global clock controller on QCS404 devices.
365652f1813SShefali Jain	  Say Y if you want to use multimedia devices or peripheral
366652f1813SShefali Jain	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
367652f1813SShefali Jain
36815d09e83STaniya Dasconfig SC_CAMCC_7180
36915d09e83STaniya Das	tristate "SC7180 Camera Clock Controller"
37015d09e83STaniya Das	select SC_GCC_7180
37115d09e83STaniya Das	help
37215d09e83STaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
37315d09e83STaniya Das	  SC7180 devices.
37415d09e83STaniya Das	  Say Y if you want to support camera devices and functionality such as
37515d09e83STaniya Das	  capturing pictures.
37615d09e83STaniya Das
3771daec8cfSTaniya Dasconfig SC_CAMCC_7280
3781daec8cfSTaniya Das	tristate "SC7280 Camera Clock Controller"
3791daec8cfSTaniya Das	select SC_GCC_7280
3801daec8cfSTaniya Das	help
3811daec8cfSTaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
3821daec8cfSTaniya Das	  SC7280 devices.
3831daec8cfSTaniya Das	  Say Y if you want to support camera devices and functionality such as
3841daec8cfSTaniya Das	  capturing pictures.
3851daec8cfSTaniya Das
386dd3d0662STaniya Dasconfig SC_DISPCC_7180
387dd3d0662STaniya Das	tristate "SC7180 Display Clock Controller"
388dd3d0662STaniya Das	select SC_GCC_7180
389dd3d0662STaniya Das	help
390dd3d0662STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
391dd3d0662STaniya Das	  SC7180 devices.
392dd3d0662STaniya Das	  Say Y if you want to support display devices and functionality such as
393dd3d0662STaniya Das	  splash screen.
394dd3d0662STaniya Das
3951a00c962STaniya Dasconfig SC_DISPCC_7280
3961a00c962STaniya Das	tristate "SC7280 Display Clock Controller"
3971a00c962STaniya Das	select SC_GCC_7280
3981a00c962STaniya Das	help
3991a00c962STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc.
4001a00c962STaniya Das	  SC7280 devices.
4011a00c962STaniya Das	  Say Y if you want to support display devices and functionality such as
4021a00c962STaniya Das	  splash screen.
4031a00c962STaniya Das
4044a66e76fSBjorn Anderssonconfig SC_DISPCC_8280XP
4054a66e76fSBjorn Andersson	tristate "SC8280XP Display Clock Controller"
4064a66e76fSBjorn Andersson	select SC_GCC_8280XP
4074a66e76fSBjorn Andersson	help
4084a66e76fSBjorn Andersson	  Support for the two display clock controllers on Qualcomm
4094a66e76fSBjorn Andersson	  Technologies, Inc. SC8280XP devices.
4104a66e76fSBjorn Andersson	  Say Y if you want to support display devices and functionality such as
4114a66e76fSBjorn Andersson	  splash screen.
4124a66e76fSBjorn Andersson
41308c51cebSShazad Hussainconfig SA_GCC_8775P
41408c51cebSShazad Hussain	tristate "SA8775 Global Clock Controller"
41508c51cebSShazad Hussain	select QCOM_GDSC
41608c51cebSShazad Hussain	depends on COMMON_CLK_QCOM
41708c51cebSShazad Hussain	help
41808c51cebSShazad Hussain	  Support for the global clock controller on SA8775 devices.
41908c51cebSShazad Hussain	  Say Y if you want to use peripheral devices such as UART, SPI,
42008c51cebSShazad Hussain	  I2C, USB, UFS, SDCC, etc.
42108c51cebSShazad Hussain
42217269568STaniya Dasconfig SC_GCC_7180
42317269568STaniya Das	tristate "SC7180 Global Clock Controller"
42417269568STaniya Das	select QCOM_GDSC
42517269568STaniya Das	depends on COMMON_CLK_QCOM
42617269568STaniya Das	help
42717269568STaniya Das	  Support for the global clock controller on SC7180 devices.
42817269568STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
42917269568STaniya Das	  I2C, USB, UFS, SDCC, etc.
43017269568STaniya Das
431a3cc0921STaniya Dasconfig SC_GCC_7280
432a3cc0921STaniya Das	tristate "SC7280 Global Clock Controller"
433a3cc0921STaniya Das	select QCOM_GDSC
434a3cc0921STaniya Das	depends on COMMON_CLK_QCOM
435a3cc0921STaniya Das	help
436a3cc0921STaniya Das	  Support for the global clock controller on SC7280 devices.
437a3cc0921STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
438a3cc0921STaniya Das	  I2C, USB, UFS, SDCC, PCIe etc.
439a3cc0921STaniya Das
4404433594bSBjorn Anderssonconfig SC_GCC_8180X
4414433594bSBjorn Andersson	tristate "SC8180X Global Clock Controller"
4424433594bSBjorn Andersson	select QCOM_GDSC
4434433594bSBjorn Andersson	depends on COMMON_CLK_QCOM
4444433594bSBjorn Andersson	help
4454433594bSBjorn Andersson	  Support for the global clock controller on SC8180X devices.
4464433594bSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
4474433594bSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
4484433594bSBjorn Andersson
449d65d005fSBjorn Anderssonconfig SC_GCC_8280XP
450d65d005fSBjorn Andersson	tristate "SC8280XP Global Clock Controller"
451d65d005fSBjorn Andersson	select QCOM_GDSC
452d65d005fSBjorn Andersson	depends on COMMON_CLK_QCOM
453d65d005fSBjorn Andersson	help
454d65d005fSBjorn Andersson	  Support for the global clock controller on SC8280XP devices.
455d65d005fSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
456d65d005fSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
457d65d005fSBjorn Andersson
458745ff069STaniya Dasconfig SC_GPUCC_7180
459745ff069STaniya Das	tristate "SC7180 Graphics Clock Controller"
460745ff069STaniya Das	select SC_GCC_7180
461745ff069STaniya Das	help
462745ff069STaniya Das	  Support for the graphics clock controller on SC7180 devices.
463745ff069STaniya Das	  Say Y if you want to support graphics controller devices and
464745ff069STaniya Das	  functionality such as 3D graphics.
465745ff069STaniya Das
4663e0f01d6STaniya Dasconfig SC_GPUCC_7280
4673e0f01d6STaniya Das	tristate "SC7280 Graphics Clock Controller"
4683e0f01d6STaniya Das	select SC_GCC_7280
4693e0f01d6STaniya Das	help
4703e0f01d6STaniya Das	  Support for the graphics clock controller on SC7280 devices.
4713e0f01d6STaniya Das	  Say Y if you want to support graphics controller devices and
4723e0f01d6STaniya Das	  functionality such as 3D graphics.
4733e0f01d6STaniya Das
474e55d937dSBjorn Anderssonconfig SC_GPUCC_8280XP
475e55d937dSBjorn Andersson	tristate "SC8280XP Graphics Clock Controller"
476e55d937dSBjorn Andersson	select SC_GCC_8280XP
477e55d937dSBjorn Andersson	help
478e55d937dSBjorn Andersson	  Support for the graphics clock controller on SC8280XP devices.
479e55d937dSBjorn Andersson	  Say Y if you want to support graphics controller devices and
480e55d937dSBjorn Andersson	  functionality such as 3D graphics.
481e55d937dSBjorn Andersson
4824ab43d17STaniya Dasconfig SC_LPASSCC_7280
4834ab43d17STaniya Das	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"
4844ab43d17STaniya Das	select SC_GCC_7280
4854ab43d17STaniya Das	help
4864ab43d17STaniya Das	  Support for the LPASS clock controller on SC7280 devices.
4874ab43d17STaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
4884ab43d17STaniya Das	  controller to reset the LPASS subsystem.
4894ab43d17STaniya Das
49072c4996aSTaniya Dasconfig SC_LPASS_CORECC_7180
49172c4996aSTaniya Das	tristate "SC7180 LPASS Core Clock Controller"
49272c4996aSTaniya Das	select SC_GCC_7180
49372c4996aSTaniya Das	help
49472c4996aSTaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
49572c4996aSTaniya Das	  on SC7180 devices.
49672c4996aSTaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
49772c4996aSTaniya Das	  core clock controller.
49872c4996aSTaniya Das
499a9dd2663STaniya Dasconfig SC_LPASS_CORECC_7280
500a9dd2663STaniya Das	tristate "SC7280 LPASS Core & Audio Clock Controller"
501a9dd2663STaniya Das	select SC_GCC_7280
502a9dd2663STaniya Das	select QCOM_GDSC
503a9dd2663STaniya Das	help
504a9dd2663STaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock
505a9dd2663STaniya Das	  controller on SC7280 devices.
506a9dd2663STaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
507a9dd2663STaniya Das	  core clock controller.
508a9dd2663STaniya Das
5098def929cSTaniya Dasconfig SC_MSS_7180
5108def929cSTaniya Das	tristate "SC7180 Modem Clock Controller"
5118def929cSTaniya Das	select SC_GCC_7180
5128def929cSTaniya Das	help
5138def929cSTaniya Das	  Support for the Modem Subsystem clock controller on Qualcomm
5148def929cSTaniya Das	  Technologies, Inc on SC7180 devices.
5158def929cSTaniya Das	  Say Y if you want to use the Modem branch clocks of the Modem
5168def929cSTaniya Das	  subsystem clock controller to reset the MSS subsystem.
5178def929cSTaniya Das
518253dc75aSTaniya Dasconfig SC_VIDEOCC_7180
519253dc75aSTaniya Das	tristate "SC7180 Video Clock Controller"
520253dc75aSTaniya Das	select SC_GCC_7180
521253dc75aSTaniya Das	help
522253dc75aSTaniya Das	  Support for the video clock controller on SC7180 devices.
523253dc75aSTaniya Das	  Say Y if you want to support video devices and functionality such as
524253dc75aSTaniya Das	  video encode and decode.
525253dc75aSTaniya Das
526fae7617bSTaniya Dasconfig SC_VIDEOCC_7280
527fae7617bSTaniya Das	tristate "SC7280 Video Clock Controller"
528fae7617bSTaniya Das	select SC_GCC_7280
529fae7617bSTaniya Das	help
530fae7617bSTaniya Das	  Support for the video clock controller on SC7280 devices.
531fae7617bSTaniya Das	  Say Y if you want to support video devices and functionality such as
532fae7617bSTaniya Das	  video encode and decode.
533fae7617bSTaniya Das
53478412c26SAmit Nischalconfig SDM_CAMCC_845
53578412c26SAmit Nischal	tristate "SDM845 Camera Clock Controller"
53678412c26SAmit Nischal	select SDM_GCC_845
53778412c26SAmit Nischal	help
53878412c26SAmit Nischal	  Support for the camera clock controller on SDM845 devices.
53978412c26SAmit Nischal	  Say Y if you want to support camera devices and camera functionality.
54078412c26SAmit Nischal
541f2a76a29STaniya Dasconfig SDM_GCC_660
542f2a76a29STaniya Das	tristate "SDM660 Global Clock Controller"
543f2a76a29STaniya Das	select QCOM_GDSC
544f2a76a29STaniya Das	help
545f2a76a29STaniya Das	  Support for the global clock controller on SDM660 devices.
546f2a76a29STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
547f2a76a29STaniya Das	  i2C, USB, UFS, SDDC, PCIe, etc.
548f2a76a29STaniya Das
5495db3ae8bSMartin Botkaconfig SDM_MMCC_660
5505db3ae8bSMartin Botka	tristate "SDM660 Multimedia Clock Controller"
5515db3ae8bSMartin Botka	select SDM_GCC_660
5525db3ae8bSMartin Botka	select QCOM_GDSC
5535db3ae8bSMartin Botka	help
5545db3ae8bSMartin Botka	  Support for the multimedia clock controller on SDM660 devices.
5555db3ae8bSMartin Botka	  Say Y if you want to support multimedia devices such as display,
5565db3ae8bSMartin Botka	  graphics, video encode/decode, camera, etc.
5575db3ae8bSMartin Botka
55879b5d1fcSAngeloGioacchino Del Regnoconfig SDM_GPUCC_660
55979b5d1fcSAngeloGioacchino Del Regno	tristate "SDM660 Graphics Clock Controller"
56079b5d1fcSAngeloGioacchino Del Regno	select SDM_GCC_660
56179b5d1fcSAngeloGioacchino Del Regno	select QCOM_GDSC
56279b5d1fcSAngeloGioacchino Del Regno	help
56379b5d1fcSAngeloGioacchino Del Regno	  Support for the graphics clock controller on SDM630/636/660 devices.
56479b5d1fcSAngeloGioacchino Del Regno	  Say Y if you want to support graphics controller devices and
56579b5d1fcSAngeloGioacchino Del Regno	  functionality such as 3D graphics
56679b5d1fcSAngeloGioacchino Del Regno
567892df019SBjorn Anderssonconfig QCS_TURING_404
568892df019SBjorn Andersson	tristate "QCS404 Turing Clock Controller"
569892df019SBjorn Andersson	help
570892df019SBjorn Andersson	  Support for the Turing Clock Controller on QCS404, provides clocks
571892df019SBjorn Andersson	  and resets for the Turing subsystem.
572892df019SBjorn Andersson
5736cdef273SGovind Singhconfig QCS_Q6SSTOP_404
5746cdef273SGovind Singh	tristate "QCS404 Q6SSTOP Clock Controller"
5756cdef273SGovind Singh	select QCS_GCC_404
5766cdef273SGovind Singh	help
5776cdef273SGovind Singh	  Support for the Q6SSTOP clock controller on QCS404 devices.
5786cdef273SGovind Singh	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
5796cdef273SGovind Singh	  controller to reset the Q6SSTOP subsystem.
5806cdef273SGovind Singh
581*1c9efb0bSTaniya Dasconfig QDU_GCC_1000
582*1c9efb0bSTaniya Das	tristate "QDU1000/QRU1000 Global Clock Controller"
583*1c9efb0bSTaniya Das	select QCOM_GDSC
584*1c9efb0bSTaniya Das	help
585*1c9efb0bSTaniya Das	  Support for the global clock controller on QDU1000 and
586*1c9efb0bSTaniya Das	  QRU1000 devices. Say Y if you want to use peripheral
587*1c9efb0bSTaniya Das	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.
588*1c9efb0bSTaniya Das
58906391eddSTaniya Dasconfig SDM_GCC_845
590ae66b1feSRichard Acayan	tristate "SDM845/SDM670 Global Clock Controller"
59106391eddSTaniya Das	select QCOM_GDSC
59206391eddSTaniya Das	help
593ae66b1feSRichard Acayan	  Support for the global clock controller on SDM845 and SDM670 devices.
59406391eddSTaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
59577122d6fSStephen Boyd	  i2C, USB, UFS, SDDC, PCIe, etc.
59606391eddSTaniya Das
597453361cdSAmit Nischalconfig SDM_GPUCC_845
598453361cdSAmit Nischal	tristate "SDM845 Graphics Clock Controller"
599453361cdSAmit Nischal	select SDM_GCC_845
600453361cdSAmit Nischal	help
601453361cdSAmit Nischal	  Support for the graphics clock controller on SDM845 devices.
602453361cdSAmit Nischal	  Say Y if you want to support graphics controller devices and
603453361cdSAmit Nischal	  functionality such as 3D graphics.
604453361cdSAmit Nischal
605c646b347SAmit Nischalconfig SDM_VIDEOCC_845
606c646b347SAmit Nischal	tristate "SDM845 Video Clock Controller"
607c646b347SAmit Nischal	select SDM_GCC_845
608c646b347SAmit Nischal	select QCOM_GDSC
609c646b347SAmit Nischal	help
61077122d6fSStephen Boyd	  Support for the video clock controller on SDM845 devices.
611c646b347SAmit Nischal	  Say Y if you want to support video devices and functionality such as
612c646b347SAmit Nischal	  video encode and decode.
613c646b347SAmit Nischal
61481351776STaniya Dasconfig SDM_DISPCC_845
61581351776STaniya Das	tristate "SDM845 Display Clock Controller"
61681351776STaniya Das	select SDM_GCC_845
61781351776STaniya Das	help
61881351776STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
61981351776STaniya Das	  SDM845 devices.
62081351776STaniya Das	  Say Y if you want to support display devices and functionality such as
62181351776STaniya Das	  splash screen.
62281351776STaniya Das
6238d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845
6248d3e5b9cSTaniya Das	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
6258d3e5b9cSTaniya Das	select SDM_GCC_845
6268d3e5b9cSTaniya Das	help
6278d3e5b9cSTaniya Das	  Support for the LPASS clock controller on SDM845 devices.
6288d3e5b9cSTaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
6298d3e5b9cSTaniya Das	  controller to reset the LPASS subsystem.
6308d3e5b9cSTaniya Das
6313fade566SNaveen Yadavconfig SDX_GCC_55
6323fade566SNaveen Yadav	tristate "SDX55 Global Clock Controller"
633063930edSManivannan Sadhasivam	select QCOM_GDSC
6343fade566SNaveen Yadav	help
6353fade566SNaveen Yadav	  Support for the global clock controller on SDX55 devices.
6363fade566SNaveen Yadav	  Say Y if you want to use peripheral devices such as UART,
6373fade566SNaveen Yadav	  SPI, I2C, USB, SD/UFS, PCIe etc.
6383fade566SNaveen Yadav
639d79afa20SVamsi Krishna Lankaconfig SDX_GCC_65
640d79afa20SVamsi Krishna Lanka	tristate "SDX65 Global Clock Controller"
641d79afa20SVamsi Krishna Lanka	select QCOM_GDSC
642d79afa20SVamsi Krishna Lanka	help
643d79afa20SVamsi Krishna Lanka	  Support for the global clock controller on SDX65 devices.
644d79afa20SVamsi Krishna Lanka	  Say Y if you want to use peripheral devices such as UART,
645d79afa20SVamsi Krishna Lanka	  SPI, I2C, USB, SD/UFS, PCIe etc.
646d79afa20SVamsi Krishna Lanka
64780f5451dSKonrad Dybcioconfig SM_CAMCC_6350
64880f5451dSKonrad Dybcio	tristate "SM6350 Camera Clock Controller"
64980f5451dSKonrad Dybcio	select SM_GCC_6350
65080f5451dSKonrad Dybcio	help
65180f5451dSKonrad Dybcio	  Support for the camera clock controller on SM6350 devices.
65280f5451dSKonrad Dybcio	  Say Y if you want to support camera devices and camera functionality.
65380f5451dSKonrad Dybcio
654620f5125SMarijn Suijtenconfig SM_CAMCC_8250
655620f5125SMarijn Suijten	tristate "SM8250 Camera Clock Controller"
656620f5125SMarijn Suijten	select SM_GCC_8250
657620f5125SMarijn Suijten	help
658620f5125SMarijn Suijten	  Support for the camera clock controller on SM8250 devices.
659620f5125SMarijn Suijten	  Say Y if you want to support camera devices and camera functionality.
660620f5125SMarijn Suijten
6616082037fSVladimir Zapolskiyconfig SM_CAMCC_8450
6626082037fSVladimir Zapolskiy	tristate "SM8450 Camera Clock Controller"
6636082037fSVladimir Zapolskiy	select SM_GCC_8450
6646082037fSVladimir Zapolskiy	help
6656082037fSVladimir Zapolskiy	  Support for the camera clock controller on SM8450 devices.
6666082037fSVladimir Zapolskiy	  Say Y if you want to support camera devices and camera functionality.
6676082037fSVladimir Zapolskiy
6689b518788SAdam Skladowskiconfig SM_DISPCC_6115
6699b518788SAdam Skladowski	tristate "SM6115 Display Clock Controller"
6709b518788SAdam Skladowski	depends on SM_GCC_6115
6719b518788SAdam Skladowski	help
6729b518788SAdam Skladowski	  Support for the display clock controller on Qualcomm Technologies, Inc
6739b518788SAdam Skladowski	  SM6115/SM4250 devices.
6749b518788SAdam Skladowski	  Say Y if you want to support display devices and functionality such as
6759b518788SAdam Skladowski	  splash screen
6769b518788SAdam Skladowski
6776e87c8f0SMartin Botkaconfig SM_DISPCC_6125
6786e87c8f0SMartin Botka	tristate "SM6125 Display Clock Controller"
6796e87c8f0SMartin Botka	depends on SM_GCC_6125
6806e87c8f0SMartin Botka	help
6816e87c8f0SMartin Botka	  Support for the display clock controller on Qualcomm Technologies, Inc
6826e87c8f0SMartin Botka	  SM6125 devices.
6836e87c8f0SMartin Botka	  Say Y if you want to support display devices and functionality such as
6846e87c8f0SMartin Botka	  splash screen
6856e87c8f0SMartin Botka
68680a18f4aSJonathan Marekconfig SM_DISPCC_8250
687205737feSJonathan Marek	tristate "SM8150/SM8250/SM8350 Display Clock Controller"
688205737feSJonathan Marek	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350
68980a18f4aSJonathan Marek	help
69080a18f4aSJonathan Marek	  Support for the display clock controller on Qualcomm Technologies, Inc
691205737feSJonathan Marek	  SM8150/SM8250/SM8350 devices.
69280a18f4aSJonathan Marek	  Say Y if you want to support display devices and functionality such as
69380a18f4aSJonathan Marek	  splash screen.
69480a18f4aSJonathan Marek
69583751977SKonrad Dybcioconfig SM_DISPCC_6350
69683751977SKonrad Dybcio	tristate "SM6350 Display Clock Controller"
69783751977SKonrad Dybcio	depends on SM_GCC_6350
69883751977SKonrad Dybcio	help
69983751977SKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
70083751977SKonrad Dybcio	  SM6350 devices.
70183751977SKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
70283751977SKonrad Dybcio	  splash screen.
70383751977SKonrad Dybcio
704aec5f36cSKonrad Dybcioconfig SM_DISPCC_6375
705aec5f36cSKonrad Dybcio	tristate "SM6375 Display Clock Controller"
706aec5f36cSKonrad Dybcio	depends on SM_GCC_6375
707aec5f36cSKonrad Dybcio	help
708aec5f36cSKonrad Dybcio	  Support for the display clock controller on Qualcomm Technologies, Inc
709aec5f36cSKonrad Dybcio	  SM6375 devices.
710aec5f36cSKonrad Dybcio	  Say Y if you want to support display devices and functionality such as
711aec5f36cSKonrad Dybcio	  splash screen.
712aec5f36cSKonrad Dybcio
71316fb89f9SDmitry Baryshkovconfig SM_DISPCC_8450
71416fb89f9SDmitry Baryshkov	tristate "SM8450 Display Clock Controller"
71516fb89f9SDmitry Baryshkov	depends on SM_GCC_8450
71616fb89f9SDmitry Baryshkov	help
71716fb89f9SDmitry Baryshkov	  Support for the display clock controller on Qualcomm Technologies, Inc
71816fb89f9SDmitry Baryshkov	  SM8450 devices.
71916fb89f9SDmitry Baryshkov	  Say Y if you want to support display devices and functionality such as
72016fb89f9SDmitry Baryshkov	  splash screen.
72116fb89f9SDmitry Baryshkov
72290114ca1SNeil Armstrongconfig SM_DISPCC_8550
72390114ca1SNeil Armstrong	tristate "SM8550 Display Clock Controller"
72490114ca1SNeil Armstrong	depends on SM_GCC_8550
72590114ca1SNeil Armstrong	help
72690114ca1SNeil Armstrong	  Support for the display clock controller on Qualcomm Technologies, Inc
72790114ca1SNeil Armstrong	  SM8550 devices.
72890114ca1SNeil Armstrong	  Say Y if you want to support display devices and functionality such as
72990114ca1SNeil Armstrong	  splash screen.
73090114ca1SNeil Armstrong
731cbe63bfdSIskren Chernevconfig SM_GCC_6115
732cbe63bfdSIskren Chernev	tristate "SM6115 and SM4250 Global Clock Controller"
73350ee65dcSDang Huynh	select QCOM_GDSC
734cbe63bfdSIskren Chernev	help
735cbe63bfdSIskren Chernev	  Support for the global clock controller on SM6115 and SM4250 devices.
736cbe63bfdSIskren Chernev	  Say Y if you want to use peripheral devices such as UART, SPI,
737cbe63bfdSIskren Chernev	  i2C, USB, UFS, SDDC, PCIe, etc.
738cbe63bfdSIskren Chernev
7394b8d6ae5SKonrad Dybcioconfig SM_GCC_6125
7404b8d6ae5SKonrad Dybcio	tristate "SM6125 Global Clock Controller"
7414b8d6ae5SKonrad Dybcio	help
7424b8d6ae5SKonrad Dybcio	  Support for the global clock controller on SM6125 devices.
7434b8d6ae5SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
7444b8d6ae5SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
7454b8d6ae5SKonrad Dybcio
746131abae9SKonrad Dybcioconfig SM_GCC_6350
747131abae9SKonrad Dybcio	tristate "SM6350 Global Clock Controller"
74892c02ff1SLuca Weiss	select QCOM_GDSC
749131abae9SKonrad Dybcio	help
750131abae9SKonrad Dybcio	  Support for the global clock controller on SM6350 devices.
751131abae9SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
752131abae9SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
753131abae9SKonrad Dybcio
754184fdd87SKonrad Dybcioconfig SM_GCC_6375
755184fdd87SKonrad Dybcio	tristate "SM6375 Global Clock Controller"
756184fdd87SKonrad Dybcio	select QCOM_GDSC
757184fdd87SKonrad Dybcio	help
758184fdd87SKonrad Dybcio	  Support for the global clock controller on SM6375 devices.
759184fdd87SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
760184fdd87SKonrad Dybcio	  SPI, I2C, USB, SD/UFS etc.
761184fdd87SKonrad Dybcio
7622a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150
7632a1d7eb8SDeepak Katragadda	tristate "SM8150 Global Clock Controller"
7642a1d7eb8SDeepak Katragadda	help
7652a1d7eb8SDeepak Katragadda	  Support for the global clock controller on SM8150 devices.
7662a1d7eb8SDeepak Katragadda	  Say Y if you want to use peripheral devices such as UART,
7672a1d7eb8SDeepak Katragadda	  SPI, I2C, USB, SD/UFS, PCIe etc.
7682a1d7eb8SDeepak Katragadda
7693e577092STaniya Dasconfig SM_GCC_8250
7703e577092STaniya Das	tristate "SM8250 Global Clock Controller"
7713a4ef4caSJonathan Marek	select QCOM_GDSC
7723e577092STaniya Das	help
7733e577092STaniya Das	  Support for the global clock controller on SM8250 devices.
7743e577092STaniya Das	  Say Y if you want to use peripheral devices such as UART,
7753e577092STaniya Das	  SPI, I2C, USB, SD/UFS, PCIe etc.
7763e577092STaniya Das
77744c20c9eSVivek Aknurwarconfig SM_GCC_8350
77844c20c9eSVivek Aknurwar	tristate "SM8350 Global Clock Controller"
77944c20c9eSVivek Aknurwar	select QCOM_GDSC
78044c20c9eSVivek Aknurwar	help
78144c20c9eSVivek Aknurwar	  Support for the global clock controller on SM8350 devices.
78244c20c9eSVivek Aknurwar	  Say Y if you want to use peripheral devices such as UART,
78344c20c9eSVivek Aknurwar	  SPI, I2C, USB, SD/UFS, PCIe etc.
78444c20c9eSVivek Aknurwar
785db0c944eSVinod Koulconfig SM_GCC_8450
786db0c944eSVinod Koul	tristate "SM8450 Global Clock Controller"
787db0c944eSVinod Koul	select QCOM_GDSC
788db0c944eSVinod Koul	help
789db0c944eSVinod Koul	  Support for the global clock controller on SM8450 devices.
790db0c944eSVinod Koul	  Say Y if you want to use peripheral devices such as UART,
791db0c944eSVinod Koul	  SPI, I2C, USB, SD/UFS, PCIe etc.
792db0c944eSVinod Koul
793955f2ea3SAbel Vesaconfig SM_GCC_8550
794955f2ea3SAbel Vesa	tristate "SM8550 Global Clock Controller"
795955f2ea3SAbel Vesa	select QCOM_GDSC
796955f2ea3SAbel Vesa	help
797955f2ea3SAbel Vesa	  Support for the global clock controller on SM8550 devices.
798955f2ea3SAbel Vesa	  Say Y if you want to use peripheral devices such as UART,
799955f2ea3SAbel Vesa	  SPI, I2C, USB, SD/UFS, PCIe etc.
800955f2ea3SAbel Vesa
801013804a7SKonrad Dybcioconfig SM_GPUCC_6350
802013804a7SKonrad Dybcio	tristate "SM6350 Graphics Clock Controller"
803013804a7SKonrad Dybcio	select SM_GCC_6350
804013804a7SKonrad Dybcio	help
805013804a7SKonrad Dybcio	  Support for the graphics clock controller on SM6350 devices.
806013804a7SKonrad Dybcio	  Say Y if you want to support graphics controller devices and
807013804a7SKonrad Dybcio	  functionality such as 3D graphics.
808013804a7SKonrad Dybcio
8090cef71f2SJonathan Marekconfig SM_GPUCC_8150
8100cef71f2SJonathan Marek	tristate "SM8150 Graphics Clock Controller"
8110cef71f2SJonathan Marek	select SM_GCC_8150
8120cef71f2SJonathan Marek	help
8130cef71f2SJonathan Marek	  Support for the graphics clock controller on SM8150 devices.
8140cef71f2SJonathan Marek	  Say Y if you want to support graphics controller devices and
8150cef71f2SJonathan Marek	  functionality such as 3D graphics.
8160cef71f2SJonathan Marek
81728f0769cSJonathan Marekconfig SM_GPUCC_8250
81828f0769cSJonathan Marek	tristate "SM8250 Graphics Clock Controller"
81928f0769cSJonathan Marek	select SM_GCC_8250
82028f0769cSJonathan Marek	help
82128f0769cSJonathan Marek	  Support for the graphics clock controller on SM8250 devices.
82228f0769cSJonathan Marek	  Say Y if you want to support graphics controller devices and
82328f0769cSJonathan Marek	  functionality such as 3D graphics.
82428f0769cSJonathan Marek
825160758b0SRobert Fossconfig SM_GPUCC_8350
826160758b0SRobert Foss	tristate "SM8350 Graphics Clock Controller"
827160758b0SRobert Foss	select SM_GCC_8350
828160758b0SRobert Foss	help
829160758b0SRobert Foss	  Support for the graphics clock controller on SM8350 devices.
830160758b0SRobert Foss	  Say Y if you want to support graphics controller devices and
831160758b0SRobert Foss	  functionality such as 3D graphics.
832160758b0SRobert Foss
833e9a7b78bSAbel Vesaconfig SM_TCSRCC_8550
834e9a7b78bSAbel Vesa	tristate "SM8550 TCSR Clock Controller"
835e9a7b78bSAbel Vesa	select QCOM_GDSC
836e9a7b78bSAbel Vesa	help
837e9a7b78bSAbel Vesa	  Support for the TCSR clock controller on SM8550 devices.
838e9a7b78bSAbel Vesa	  Say Y if you want to use peripheral devices such as SD/UFS.
839e9a7b78bSAbel Vesa
8405658e8cfSJonathan Marekconfig SM_VIDEOCC_8150
8415658e8cfSJonathan Marek	tristate "SM8150 Video Clock Controller"
842386ea3bdSLukas Bulwahn	select SM_GCC_8150
8435658e8cfSJonathan Marek	select QCOM_GDSC
8445658e8cfSJonathan Marek	help
8455658e8cfSJonathan Marek	  Support for the video clock controller on SM8150 devices.
8465658e8cfSJonathan Marek	  Say Y if you want to support video devices and functionality such as
8475658e8cfSJonathan Marek	  video encode and decode.
8485658e8cfSJonathan Marek
8490e94711aSJonathan Marekconfig SM_VIDEOCC_8250
8500e94711aSJonathan Marek	tristate "SM8250 Video Clock Controller"
851386ea3bdSLukas Bulwahn	select SM_GCC_8250
8520e94711aSJonathan Marek	select QCOM_GDSC
8530e94711aSJonathan Marek	help
8540e94711aSJonathan Marek	  Support for the video clock controller on SM8250 devices.
8550e94711aSJonathan Marek	  Say Y if you want to support video devices and functionality such as
8560e94711aSJonathan Marek	  video encode and decode.
8570e94711aSJonathan Marek
8584cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV
8594cfaa55fSTirupathi Reddy	tristate "SPMI PMIC clkdiv Support"
860f071bcebSStephen Boyd	depends on SPMI || COMPILE_TEST
8614cfaa55fSTirupathi Reddy	help
8624cfaa55fSTirupathi Reddy	  This driver supports the clkdiv functionality on the Qualcomm
8634cfaa55fSTirupathi Reddy	  Technologies, Inc. SPMI PMIC. It configures the frequency of
8644cfaa55fSTirupathi Reddy	  clkdiv outputs of the PMIC. These clocks are typically wired
8654cfaa55fSTirupathi Reddy	  through alternate functions on GPIO pins.
866cb546b79SStephen Boyd
867cb546b79SStephen Boydconfig QCOM_HFPLL
868cb546b79SStephen Boyd	tristate "High-Frequency PLL (HFPLL) Clock Controller"
869cb546b79SStephen Boyd	help
870cb546b79SStephen Boyd	  Support for the high-frequency PLLs present on Qualcomm devices.
871cb546b79SStephen Boyd	  Say Y if you want to support CPU frequency scaling on devices
872cb546b79SStephen Boyd	  such as MSM8974, APQ8084, etc.
8733ddc3564SStephen Boyd
8743ddc3564SStephen Boydconfig KPSS_XCC
8753ddc3564SStephen Boyd	tristate "KPSS Clock Controller"
8763ddc3564SStephen Boyd	help
8773ddc3564SStephen Boyd	  Support for the Krait ACC and GCC clock controllers. Say Y
8783ddc3564SStephen Boyd	  if you want to support CPU frequency scaling on devices such
8793ddc3564SStephen Boyd	  as MSM8960, APQ8064, etc.
880bb5c4a85SStephen Boyd
881bb5c4a85SStephen Boydconfig KRAITCC
882bb5c4a85SStephen Boyd	tristate "Krait Clock Controller"
883f071bcebSStephen Boyd	depends on ARM
884bb5c4a85SStephen Boyd	select KRAIT_CLOCKS
885bb5c4a85SStephen Boyd	help
886bb5c4a85SStephen Boyd	  Support for the Krait CPU clocks on Qualcomm devices.
887bb5c4a85SStephen Boyd	  Say Y if you want to support CPU frequency scaling.
888f071bcebSStephen Boyd
889a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250
890a2d8f507SSrinivas Kandagatla	tristate "SM8250 GFM LPASS Clocks"
891a2d8f507SSrinivas Kandagatla	help
892a2d8f507SSrinivas Kandagatla	  Support for the Glitch Free Mux (GFM) Low power audio
893a2d8f507SSrinivas Kandagatla          subsystem (LPASS) clocks found on SM8250 SoCs.
894a2d8f507SSrinivas Kandagatla
895f071bcebSStephen Boydendif
896