xref: /openbmc/linux/drivers/clk/qcom/Kconfig (revision 9bb6cfc3)
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
325a5223ffSManivannan Sadhasivam	tristate "SDX55 A7 PLL"
335a5223ffSManivannan Sadhasivam	help
345a5223ffSManivannan Sadhasivam	  Support for the A7 PLL on SDX55 devices. It provides the CPU with
355a5223ffSManivannan Sadhasivam	  frequencies above 1GHz.
365a5223ffSManivannan Sadhasivam	  Say Y if you want to support higher CPU frequencies on SDX55
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
58f28dec1aSManivannan Sadhasivam	tristate "SDX55 APCS Clock Controller"
59f28dec1aSManivannan Sadhasivam	depends on QCOM_APCS_IPC || COMPILE_TEST
60f28dec1aSManivannan Sadhasivam	help
61f28dec1aSManivannan Sadhasivam	  Support for the APCS Clock Controller on SDX55 platform. 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
64f28dec1aSManivannan Sadhasivam	  such as SDX55.
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"
169371a9507SAbhishek Sahu	help
170371a9507SAbhishek Sahu	  Support for global clock controller on ipq8074 devices.
171371a9507SAbhishek Sahu	  Say Y if you want to use peripheral devices such as UART, SPI,
172371a9507SAbhishek Sahu	  i2c, USB, SD/eMMC, etc. Select this for the root clock
173371a9507SAbhishek Sahu	  of ipq8074.
174371a9507SAbhishek Sahu
1750eeff27bSStephen Boydconfig MSM_GCC_8660
1760eeff27bSStephen Boyd	tristate "MSM8660 Global Clock Controller"
1770eeff27bSStephen Boyd	help
1780eeff27bSStephen Boyd	  Support for the global clock controller on msm8660 devices.
1790eeff27bSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
1800eeff27bSStephen Boyd	  i2c, USB, SD/eMMC, etc.
1810eeff27bSStephen Boyd
1823966fab8SGeorgi Djakovconfig MSM_GCC_8916
1833966fab8SGeorgi Djakov	tristate "MSM8916 Global Clock Controller"
184073ae2b4SRajendra Nayak	select QCOM_GDSC
1853966fab8SGeorgi Djakov	help
1863966fab8SGeorgi Djakov	  Support for the global clock controller on msm8916 devices.
1873966fab8SGeorgi Djakov	  Say Y if you want to use devices such as UART, SPI i2c, USB,
1883966fab8SGeorgi Djakov	  SD/eMMC, display, graphics, camera etc.
1893966fab8SGeorgi Djakov
1901664014eSBryan O'Donoghueconfig MSM_GCC_8939
1911664014eSBryan O'Donoghue	tristate "MSM8939 Global Clock Controller"
1921664014eSBryan O'Donoghue	select QCOM_GDSC
1931664014eSBryan O'Donoghue	help
1941664014eSBryan O'Donoghue	  Support for the global clock controller on msm8939 devices.
1951664014eSBryan O'Donoghue	  Say Y if you want to use devices such as UART, SPI i2c, USB,
1961664014eSBryan O'Donoghue	  SD/eMMC, display, graphics, camera etc.
1971664014eSBryan O'Donoghue
1982ec94130SStephen Boydconfig MSM_GCC_8960
1992d85a713SKumar Gala	tristate "APQ8064/MSM8960 Global Clock Controller"
2002ec94130SStephen Boyd	help
2012d85a713SKumar Gala	  Support for the global clock controller on apq8064/msm8960 devices.
2022ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
2032ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
2046d00b56fSStephen Boyd
205b82875eeSStephen Boydconfig MSM_LCC_8960
206b82875eeSStephen Boyd	tristate "APQ8064/MSM8960 LPASS Clock Controller"
207b82875eeSStephen Boyd	select MSM_GCC_8960
208b82875eeSStephen Boyd	help
209b82875eeSStephen Boyd	  Support for the LPASS clock controller on apq8064/msm8960 devices.
210b82875eeSStephen Boyd	  Say Y if you want to use audio devices such as i2s, pcm,
211b82875eeSStephen Boyd	  SLIMBus, etc.
212b82875eeSStephen Boyd
21348b72532SKonrad Dybcioconfig MDM_GCC_9607
21448b72532SKonrad Dybcio	tristate "MDM9607 Global Clock Controller"
21548b72532SKonrad Dybcio	help
21648b72532SKonrad Dybcio	  Support for the global clock controller on mdm9607 devices.
21748b72532SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART, SPI,
21848b72532SKonrad Dybcio	  I2C, USB, SD/eMMC, etc.
21948b72532SKonrad Dybcio
2207792a8d6SNeil Armstrongconfig MDM_GCC_9615
2217792a8d6SNeil Armstrong	tristate "MDM9615 Global Clock Controller"
2227792a8d6SNeil Armstrong	help
2237792a8d6SNeil Armstrong	  Support for the global clock controller on mdm9615 devices.
2247792a8d6SNeil Armstrong	  Say Y if you want to use peripheral devices such as UART, SPI,
2257792a8d6SNeil Armstrong	  i2c, USB, SD/eMMC, etc.
2267792a8d6SNeil Armstrong
2277792a8d6SNeil Armstrongconfig MDM_LCC_9615
2287792a8d6SNeil Armstrong	tristate "MDM9615 LPASS Clock Controller"
2297792a8d6SNeil Armstrong	select MDM_GCC_9615
2307792a8d6SNeil Armstrong	help
2317792a8d6SNeil Armstrong	  Support for the LPASS clock controller on mdm9615 devices.
2327792a8d6SNeil Armstrong	  Say Y if you want to use audio devices such as i2s, pcm,
2337792a8d6SNeil Armstrong	  SLIMBus, etc.
2347792a8d6SNeil Armstrong
2356d00b56fSStephen Boydconfig MSM_MMCC_8960
2366d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
2376d00b56fSStephen Boyd	select MSM_GCC_8960
2386d00b56fSStephen Boyd	help
2396d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
2406d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
2416d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
242d33faa9eSStephen Boyd
243*9bb6cfc3SVladimir Lypakconfig MSM_GCC_8953
244*9bb6cfc3SVladimir Lypak	tristate "MSM8953 Global Clock Controller"
245*9bb6cfc3SVladimir Lypak	select QCOM_GDSC
246*9bb6cfc3SVladimir Lypak	help
247*9bb6cfc3SVladimir Lypak	  Support for the global clock controller on msm8953 devices.
248*9bb6cfc3SVladimir Lypak	  Say Y if you want to use devices such as UART, SPI i2c, USB,
249*9bb6cfc3SVladimir Lypak	  SD/eMMC, display, graphics, camera etc.
250*9bb6cfc3SVladimir Lypak
251d33faa9eSStephen Boydconfig MSM_GCC_8974
252d33faa9eSStephen Boyd	tristate "MSM8974 Global Clock Controller"
253340029efSStephen Boyd	select QCOM_GDSC
254d33faa9eSStephen Boyd	help
255d33faa9eSStephen Boyd	  Support for the global clock controller on msm8974 devices.
256d33faa9eSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
257d33faa9eSStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
258d8b21201SStephen Boyd
259d8b21201SStephen Boydconfig MSM_MMCC_8974
260d8b21201SStephen Boyd	tristate "MSM8974 Multimedia Clock Controller"
261d8b21201SStephen Boyd	select MSM_GCC_8974
2628108b23cSStephen Boyd	select QCOM_GDSC
263d8b21201SStephen Boyd	help
264d8b21201SStephen Boyd	  Support for the multimedia clock controller on msm8974 devices.
265d8b21201SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
266d8b21201SStephen Boyd	  graphics, video encode/decode, camera, etc.
267b1e010c0SStephen Boyd
268aec89f78SBastian Köcherconfig MSM_GCC_8994
269aec89f78SBastian Köcher	tristate "MSM8994 Global Clock Controller"
270aec89f78SBastian Köcher	help
271aec89f78SBastian Köcher	  Support for the global clock controller on msm8994 devices.
272aec89f78SBastian Köcher	  Say Y if you want to use peripheral devices such as UART, SPI,
273aec89f78SBastian Köcher	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
274aec89f78SBastian Köcher
275b1e010c0SStephen Boydconfig MSM_GCC_8996
276b1e010c0SStephen Boyd	tristate "MSM8996 Global Clock Controller"
2776d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
278b1e010c0SStephen Boyd	help
279b1e010c0SStephen Boyd	  Support for the global clock controller on msm8996 devices.
280b1e010c0SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
281b1e010c0SStephen Boyd	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
282c2526597SStephen Boyd
283c2526597SStephen Boydconfig MSM_MMCC_8996
284c2526597SStephen Boyd	tristate "MSM8996 Multimedia Clock Controller"
285c2526597SStephen Boyd	select MSM_GCC_8996
2866d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
287c2526597SStephen Boyd	help
288c2526597SStephen Boyd	  Support for the multimedia clock controller on msm8996 devices.
289c2526597SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
290c2526597SStephen Boyd	  graphics, video encode/decode, camera, etc.
2914cfaa55fSTirupathi Reddy
292b5f5f525SJoonwoo Parkconfig MSM_GCC_8998
293b5f5f525SJoonwoo Park	tristate "MSM8998 Global Clock Controller"
29483b4c147SMarc Gonzalez	select QCOM_GDSC
295b5f5f525SJoonwoo Park	help
296b5f5f525SJoonwoo Park	  Support for the global clock controller on msm8998 devices.
297b5f5f525SJoonwoo Park	  Say Y if you want to use peripheral devices such as UART, SPI,
298b5f5f525SJoonwoo Park	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
299b5f5f525SJoonwoo Park
3003f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998
3013f7df5baSJeffrey Hugo	tristate "MSM8998 Graphics Clock Controller"
3023f7df5baSJeffrey Hugo	select MSM_GCC_8998
3033f7df5baSJeffrey Hugo	select QCOM_GDSC
3043f7df5baSJeffrey Hugo	help
3053f7df5baSJeffrey Hugo	  Support for the graphics clock controller on MSM8998 devices.
3063f7df5baSJeffrey Hugo	  Say Y if you want to support graphics controller devices and
3073f7df5baSJeffrey Hugo	  functionality such as 3D graphics.
3083f7df5baSJeffrey Hugo
309d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998
310d14b15b5SJeffrey Hugo	tristate "MSM8998 Multimedia Clock Controller"
311d14b15b5SJeffrey Hugo	select MSM_GCC_8998
312d14b15b5SJeffrey Hugo	select QCOM_GDSC
313d14b15b5SJeffrey Hugo	help
314d14b15b5SJeffrey Hugo	  Support for the multimedia clock controller on msm8998 devices.
315d14b15b5SJeffrey Hugo	  Say Y if you want to support multimedia devices such as display,
316d14b15b5SJeffrey Hugo	  graphics, video encode/decode, camera, etc.
317d14b15b5SJeffrey Hugo
318652f1813SShefali Jainconfig QCS_GCC_404
319652f1813SShefali Jain	tristate "QCS404 Global Clock Controller"
320652f1813SShefali Jain	help
321652f1813SShefali Jain	  Support for the global clock controller on QCS404 devices.
322652f1813SShefali Jain	  Say Y if you want to use multimedia devices or peripheral
323652f1813SShefali Jain	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
324652f1813SShefali Jain
32515d09e83STaniya Dasconfig SC_CAMCC_7180
32615d09e83STaniya Das	tristate "SC7180 Camera Clock Controller"
32715d09e83STaniya Das	select SC_GCC_7180
32815d09e83STaniya Das	help
32915d09e83STaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
33015d09e83STaniya Das	  SC7180 devices.
33115d09e83STaniya Das	  Say Y if you want to support camera devices and functionality such as
33215d09e83STaniya Das	  capturing pictures.
33315d09e83STaniya Das
334dd3d0662STaniya Dasconfig SC_DISPCC_7180
335dd3d0662STaniya Das	tristate "SC7180 Display Clock Controller"
336dd3d0662STaniya Das	select SC_GCC_7180
337dd3d0662STaniya Das	help
338dd3d0662STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
339dd3d0662STaniya Das	  SC7180 devices.
340dd3d0662STaniya Das	  Say Y if you want to support display devices and functionality such as
341dd3d0662STaniya Das	  splash screen.
342dd3d0662STaniya Das
3431a00c962STaniya Dasconfig SC_DISPCC_7280
3441a00c962STaniya Das	tristate "SC7280 Display Clock Controller"
3451a00c962STaniya Das	select SC_GCC_7280
3461a00c962STaniya Das	help
3471a00c962STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc.
3481a00c962STaniya Das	  SC7280 devices.
3491a00c962STaniya Das	  Say Y if you want to support display devices and functionality such as
3501a00c962STaniya Das	  splash screen.
3511a00c962STaniya Das
35217269568STaniya Dasconfig SC_GCC_7180
35317269568STaniya Das	tristate "SC7180 Global Clock Controller"
35417269568STaniya Das	select QCOM_GDSC
35517269568STaniya Das	depends on COMMON_CLK_QCOM
35617269568STaniya Das	help
35717269568STaniya Das	  Support for the global clock controller on SC7180 devices.
35817269568STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
35917269568STaniya Das	  I2C, USB, UFS, SDCC, etc.
36017269568STaniya Das
361a3cc0921STaniya Dasconfig SC_GCC_7280
362a3cc0921STaniya Das	tristate "SC7280 Global Clock Controller"
363a3cc0921STaniya Das	select QCOM_GDSC
364a3cc0921STaniya Das	depends on COMMON_CLK_QCOM
365a3cc0921STaniya Das	help
366a3cc0921STaniya Das	  Support for the global clock controller on SC7280 devices.
367a3cc0921STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
368a3cc0921STaniya Das	  I2C, USB, UFS, SDCC, PCIe etc.
369a3cc0921STaniya Das
3704433594bSBjorn Anderssonconfig SC_GCC_8180X
3714433594bSBjorn Andersson	tristate "SC8180X Global Clock Controller"
3724433594bSBjorn Andersson	select QCOM_GDSC
3734433594bSBjorn Andersson	depends on COMMON_CLK_QCOM
3744433594bSBjorn Andersson	help
3754433594bSBjorn Andersson	  Support for the global clock controller on SC8180X devices.
3764433594bSBjorn Andersson	  Say Y if you want to use peripheral devices such as UART, SPI,
3774433594bSBjorn Andersson	  I2C, USB, UFS, SDCC, etc.
3784433594bSBjorn Andersson
379edab812dSTaniya Dasconfig SC_LPASS_CORECC_7180
380edab812dSTaniya Das	tristate "SC7180 LPASS Core Clock Controller"
381edab812dSTaniya Das	select SC_GCC_7180
382edab812dSTaniya Das	help
383edab812dSTaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
384edab812dSTaniya Das	  on SC7180 devices.
385edab812dSTaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
386edab812dSTaniya Das	  core clock controller.
387edab812dSTaniya Das
388745ff069STaniya Dasconfig SC_GPUCC_7180
389745ff069STaniya Das	tristate "SC7180 Graphics Clock Controller"
390745ff069STaniya Das	select SC_GCC_7180
391745ff069STaniya Das	help
392745ff069STaniya Das	  Support for the graphics clock controller on SC7180 devices.
393745ff069STaniya Das	  Say Y if you want to support graphics controller devices and
394745ff069STaniya Das	  functionality such as 3D graphics.
395745ff069STaniya Das
3963e0f01d6STaniya Dasconfig SC_GPUCC_7280
3973e0f01d6STaniya Das	tristate "SC7280 Graphics Clock Controller"
3983e0f01d6STaniya Das	select SC_GCC_7280
3993e0f01d6STaniya Das	help
4003e0f01d6STaniya Das	  Support for the graphics clock controller on SC7280 devices.
4013e0f01d6STaniya Das	  Say Y if you want to support graphics controller devices and
4023e0f01d6STaniya Das	  functionality such as 3D graphics.
4033e0f01d6STaniya Das
4048def929cSTaniya Dasconfig SC_MSS_7180
4058def929cSTaniya Das	tristate "SC7180 Modem Clock Controller"
4068def929cSTaniya Das	select SC_GCC_7180
4078def929cSTaniya Das	help
4088def929cSTaniya Das	  Support for the Modem Subsystem clock controller on Qualcomm
4098def929cSTaniya Das	  Technologies, Inc on SC7180 devices.
4108def929cSTaniya Das	  Say Y if you want to use the Modem branch clocks of the Modem
4118def929cSTaniya Das	  subsystem clock controller to reset the MSS subsystem.
4128def929cSTaniya Das
413253dc75aSTaniya Dasconfig SC_VIDEOCC_7180
414253dc75aSTaniya Das	tristate "SC7180 Video Clock Controller"
415253dc75aSTaniya Das	select SC_GCC_7180
416253dc75aSTaniya Das	help
417253dc75aSTaniya Das	  Support for the video clock controller on SC7180 devices.
418253dc75aSTaniya Das	  Say Y if you want to support video devices and functionality such as
419253dc75aSTaniya Das	  video encode and decode.
420253dc75aSTaniya Das
421fae7617bSTaniya Dasconfig SC_VIDEOCC_7280
422fae7617bSTaniya Das	tristate "SC7280 Video Clock Controller"
423fae7617bSTaniya Das	select SC_GCC_7280
424fae7617bSTaniya Das	help
425fae7617bSTaniya Das	  Support for the video clock controller on SC7280 devices.
426fae7617bSTaniya Das	  Say Y if you want to support video devices and functionality such as
427fae7617bSTaniya Das	  video encode and decode.
428fae7617bSTaniya Das
42978412c26SAmit Nischalconfig SDM_CAMCC_845
43078412c26SAmit Nischal	tristate "SDM845 Camera Clock Controller"
43178412c26SAmit Nischal	select SDM_GCC_845
43278412c26SAmit Nischal	help
43378412c26SAmit Nischal	  Support for the camera clock controller on SDM845 devices.
43478412c26SAmit Nischal	  Say Y if you want to support camera devices and camera functionality.
43578412c26SAmit Nischal
436f2a76a29STaniya Dasconfig SDM_GCC_660
437f2a76a29STaniya Das	tristate "SDM660 Global Clock Controller"
438f2a76a29STaniya Das	select QCOM_GDSC
439f2a76a29STaniya Das	help
440f2a76a29STaniya Das	  Support for the global clock controller on SDM660 devices.
441f2a76a29STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
442f2a76a29STaniya Das	  i2C, USB, UFS, SDDC, PCIe, etc.
443f2a76a29STaniya Das
4445db3ae8bSMartin Botkaconfig SDM_MMCC_660
4455db3ae8bSMartin Botka	tristate "SDM660 Multimedia Clock Controller"
4465db3ae8bSMartin Botka	select SDM_GCC_660
4475db3ae8bSMartin Botka	select QCOM_GDSC
4485db3ae8bSMartin Botka	help
4495db3ae8bSMartin Botka	  Support for the multimedia clock controller on SDM660 devices.
4505db3ae8bSMartin Botka	  Say Y if you want to support multimedia devices such as display,
4515db3ae8bSMartin Botka	  graphics, video encode/decode, camera, etc.
4525db3ae8bSMartin Botka
45379b5d1fcSAngeloGioacchino Del Regnoconfig SDM_GPUCC_660
45479b5d1fcSAngeloGioacchino Del Regno	tristate "SDM660 Graphics Clock Controller"
45579b5d1fcSAngeloGioacchino Del Regno	select SDM_GCC_660
45679b5d1fcSAngeloGioacchino Del Regno	select QCOM_GDSC
45779b5d1fcSAngeloGioacchino Del Regno	help
45879b5d1fcSAngeloGioacchino Del Regno	  Support for the graphics clock controller on SDM630/636/660 devices.
45979b5d1fcSAngeloGioacchino Del Regno	  Say Y if you want to support graphics controller devices and
46079b5d1fcSAngeloGioacchino Del Regno	  functionality such as 3D graphics
46179b5d1fcSAngeloGioacchino Del Regno
462892df019SBjorn Anderssonconfig QCS_TURING_404
463892df019SBjorn Andersson	tristate "QCS404 Turing Clock Controller"
464892df019SBjorn Andersson	help
465892df019SBjorn Andersson	  Support for the Turing Clock Controller on QCS404, provides clocks
466892df019SBjorn Andersson	  and resets for the Turing subsystem.
467892df019SBjorn Andersson
4686cdef273SGovind Singhconfig QCS_Q6SSTOP_404
4696cdef273SGovind Singh	tristate "QCS404 Q6SSTOP Clock Controller"
4706cdef273SGovind Singh	select QCS_GCC_404
4716cdef273SGovind Singh	help
4726cdef273SGovind Singh	  Support for the Q6SSTOP clock controller on QCS404 devices.
4736cdef273SGovind Singh	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
4746cdef273SGovind Singh	  controller to reset the Q6SSTOP subsystem.
4756cdef273SGovind Singh
47606391eddSTaniya Dasconfig SDM_GCC_845
47706391eddSTaniya Das	tristate "SDM845 Global Clock Controller"
47806391eddSTaniya Das	select QCOM_GDSC
47906391eddSTaniya Das	help
48077122d6fSStephen Boyd	  Support for the global clock controller on SDM845 devices.
48106391eddSTaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
48277122d6fSStephen Boyd	  i2C, USB, UFS, SDDC, PCIe, etc.
48306391eddSTaniya Das
484453361cdSAmit Nischalconfig SDM_GPUCC_845
485453361cdSAmit Nischal	tristate "SDM845 Graphics Clock Controller"
486453361cdSAmit Nischal	select SDM_GCC_845
487453361cdSAmit Nischal	help
488453361cdSAmit Nischal	  Support for the graphics clock controller on SDM845 devices.
489453361cdSAmit Nischal	  Say Y if you want to support graphics controller devices and
490453361cdSAmit Nischal	  functionality such as 3D graphics.
491453361cdSAmit Nischal
492c646b347SAmit Nischalconfig SDM_VIDEOCC_845
493c646b347SAmit Nischal	tristate "SDM845 Video Clock Controller"
494c646b347SAmit Nischal	select SDM_GCC_845
495c646b347SAmit Nischal	select QCOM_GDSC
496c646b347SAmit Nischal	help
49777122d6fSStephen Boyd	  Support for the video clock controller on SDM845 devices.
498c646b347SAmit Nischal	  Say Y if you want to support video devices and functionality such as
499c646b347SAmit Nischal	  video encode and decode.
500c646b347SAmit Nischal
50181351776STaniya Dasconfig SDM_DISPCC_845
50281351776STaniya Das	tristate "SDM845 Display Clock Controller"
50381351776STaniya Das	select SDM_GCC_845
50481351776STaniya Das	help
50581351776STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
50681351776STaniya Das	  SDM845 devices.
50781351776STaniya Das	  Say Y if you want to support display devices and functionality such as
50881351776STaniya Das	  splash screen.
50981351776STaniya Das
5108d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845
5118d3e5b9cSTaniya Das	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
5128d3e5b9cSTaniya Das	select SDM_GCC_845
5138d3e5b9cSTaniya Das	help
5148d3e5b9cSTaniya Das	  Support for the LPASS clock controller on SDM845 devices.
5158d3e5b9cSTaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
5168d3e5b9cSTaniya Das	  controller to reset the LPASS subsystem.
5178d3e5b9cSTaniya Das
5183fade566SNaveen Yadavconfig SDX_GCC_55
5193fade566SNaveen Yadav	tristate "SDX55 Global Clock Controller"
520063930edSManivannan Sadhasivam	select QCOM_GDSC
5213fade566SNaveen Yadav	help
5223fade566SNaveen Yadav	  Support for the global clock controller on SDX55 devices.
5233fade566SNaveen Yadav	  Say Y if you want to use peripheral devices such as UART,
5243fade566SNaveen Yadav	  SPI, I2C, USB, SD/UFS, PCIe etc.
5253fade566SNaveen Yadav
5265d66ca79SJonathan Marekconfig SM_CAMCC_8250
5275d66ca79SJonathan Marek	tristate "SM8250 Camera Clock Controller"
5285d66ca79SJonathan Marek	select SM_GCC_8250
5295d66ca79SJonathan Marek	help
5305d66ca79SJonathan Marek	  Support for the camera clock controller on SM8250 devices.
5315d66ca79SJonathan Marek	  Say Y if you want to support camera devices and camera functionality.
5325d66ca79SJonathan Marek
53380a18f4aSJonathan Marekconfig SM_DISPCC_8250
53480a18f4aSJonathan Marek	tristate "SM8150 and SM8250 Display Clock Controller"
53580a18f4aSJonathan Marek	depends on SM_GCC_8150 || SM_GCC_8250
53680a18f4aSJonathan Marek	help
53780a18f4aSJonathan Marek	  Support for the display clock controller on Qualcomm Technologies, Inc
53880a18f4aSJonathan Marek	  SM8150 and SM8250 devices.
53980a18f4aSJonathan Marek	  Say Y if you want to support display devices and functionality such as
54080a18f4aSJonathan Marek	  splash screen.
54180a18f4aSJonathan Marek
5424b8d6ae5SKonrad Dybcioconfig SM_GCC_6125
5434b8d6ae5SKonrad Dybcio	tristate "SM6125 Global Clock Controller"
5444b8d6ae5SKonrad Dybcio	help
5454b8d6ae5SKonrad Dybcio	  Support for the global clock controller on SM6125 devices.
5464b8d6ae5SKonrad Dybcio	  Say Y if you want to use peripheral devices such as UART,
5474b8d6ae5SKonrad Dybcio	  SPI, I2C, USB, SD/UFS, PCIe etc.
5484b8d6ae5SKonrad Dybcio
5492a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150
5502a1d7eb8SDeepak Katragadda	tristate "SM8150 Global Clock Controller"
5512a1d7eb8SDeepak Katragadda	help
5522a1d7eb8SDeepak Katragadda	  Support for the global clock controller on SM8150 devices.
5532a1d7eb8SDeepak Katragadda	  Say Y if you want to use peripheral devices such as UART,
5542a1d7eb8SDeepak Katragadda	  SPI, I2C, USB, SD/UFS, PCIe etc.
5552a1d7eb8SDeepak Katragadda
5563e577092STaniya Dasconfig SM_GCC_8250
5573e577092STaniya Das	tristate "SM8250 Global Clock Controller"
5583a4ef4caSJonathan Marek	select QCOM_GDSC
5593e577092STaniya Das	help
5603e577092STaniya Das	  Support for the global clock controller on SM8250 devices.
5613e577092STaniya Das	  Say Y if you want to use peripheral devices such as UART,
5623e577092STaniya Das	  SPI, I2C, USB, SD/UFS, PCIe etc.
5633e577092STaniya Das
56444c20c9eSVivek Aknurwarconfig SM_GCC_8350
56544c20c9eSVivek Aknurwar	tristate "SM8350 Global Clock Controller"
56644c20c9eSVivek Aknurwar	select QCOM_GDSC
56744c20c9eSVivek Aknurwar	help
56844c20c9eSVivek Aknurwar	  Support for the global clock controller on SM8350 devices.
56944c20c9eSVivek Aknurwar	  Say Y if you want to use peripheral devices such as UART,
57044c20c9eSVivek Aknurwar	  SPI, I2C, USB, SD/UFS, PCIe etc.
57144c20c9eSVivek Aknurwar
5720cef71f2SJonathan Marekconfig SM_GPUCC_8150
5730cef71f2SJonathan Marek	tristate "SM8150 Graphics Clock Controller"
5740cef71f2SJonathan Marek	select SM_GCC_8150
5750cef71f2SJonathan Marek	help
5760cef71f2SJonathan Marek	  Support for the graphics clock controller on SM8150 devices.
5770cef71f2SJonathan Marek	  Say Y if you want to support graphics controller devices and
5780cef71f2SJonathan Marek	  functionality such as 3D graphics.
5790cef71f2SJonathan Marek
58028f0769cSJonathan Marekconfig SM_GPUCC_8250
58128f0769cSJonathan Marek	tristate "SM8250 Graphics Clock Controller"
58228f0769cSJonathan Marek	select SM_GCC_8250
58328f0769cSJonathan Marek	help
58428f0769cSJonathan Marek	  Support for the graphics clock controller on SM8250 devices.
58528f0769cSJonathan Marek	  Say Y if you want to support graphics controller devices and
58628f0769cSJonathan Marek	  functionality such as 3D graphics.
58728f0769cSJonathan Marek
5885658e8cfSJonathan Marekconfig SM_VIDEOCC_8150
5895658e8cfSJonathan Marek	tristate "SM8150 Video Clock Controller"
5905658e8cfSJonathan Marek	select SDM_GCC_8150
5915658e8cfSJonathan Marek	select QCOM_GDSC
5925658e8cfSJonathan Marek	help
5935658e8cfSJonathan Marek	  Support for the video clock controller on SM8150 devices.
5945658e8cfSJonathan Marek	  Say Y if you want to support video devices and functionality such as
5955658e8cfSJonathan Marek	  video encode and decode.
5965658e8cfSJonathan Marek
5970e94711aSJonathan Marekconfig SM_VIDEOCC_8250
5980e94711aSJonathan Marek	tristate "SM8250 Video Clock Controller"
5990e94711aSJonathan Marek	select SDM_GCC_8250
6000e94711aSJonathan Marek	select QCOM_GDSC
6010e94711aSJonathan Marek	help
6020e94711aSJonathan Marek	  Support for the video clock controller on SM8250 devices.
6030e94711aSJonathan Marek	  Say Y if you want to support video devices and functionality such as
6040e94711aSJonathan Marek	  video encode and decode.
6050e94711aSJonathan Marek
6064cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV
6074cfaa55fSTirupathi Reddy	tristate "SPMI PMIC clkdiv Support"
608f071bcebSStephen Boyd	depends on SPMI || COMPILE_TEST
6094cfaa55fSTirupathi Reddy	help
6104cfaa55fSTirupathi Reddy	  This driver supports the clkdiv functionality on the Qualcomm
6114cfaa55fSTirupathi Reddy	  Technologies, Inc. SPMI PMIC. It configures the frequency of
6124cfaa55fSTirupathi Reddy	  clkdiv outputs of the PMIC. These clocks are typically wired
6134cfaa55fSTirupathi Reddy	  through alternate functions on GPIO pins.
614cb546b79SStephen Boyd
615cb546b79SStephen Boydconfig QCOM_HFPLL
616cb546b79SStephen Boyd	tristate "High-Frequency PLL (HFPLL) Clock Controller"
617cb546b79SStephen Boyd	help
618cb546b79SStephen Boyd	  Support for the high-frequency PLLs present on Qualcomm devices.
619cb546b79SStephen Boyd	  Say Y if you want to support CPU frequency scaling on devices
620cb546b79SStephen Boyd	  such as MSM8974, APQ8084, etc.
6213ddc3564SStephen Boyd
6223ddc3564SStephen Boydconfig KPSS_XCC
6233ddc3564SStephen Boyd	tristate "KPSS Clock Controller"
6243ddc3564SStephen Boyd	help
6253ddc3564SStephen Boyd	  Support for the Krait ACC and GCC clock controllers. Say Y
6263ddc3564SStephen Boyd	  if you want to support CPU frequency scaling on devices such
6273ddc3564SStephen Boyd	  as MSM8960, APQ8064, etc.
628bb5c4a85SStephen Boyd
629bb5c4a85SStephen Boydconfig KRAITCC
630bb5c4a85SStephen Boyd	tristate "Krait Clock Controller"
631f071bcebSStephen Boyd	depends on ARM
632bb5c4a85SStephen Boyd	select KRAIT_CLOCKS
633bb5c4a85SStephen Boyd	help
634bb5c4a85SStephen Boyd	  Support for the Krait CPU clocks on Qualcomm devices.
635bb5c4a85SStephen Boyd	  Say Y if you want to support CPU frequency scaling.
636f071bcebSStephen Boyd
637a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250
638a2d8f507SSrinivas Kandagatla	tristate "SM8250 GFM LPASS Clocks"
639a2d8f507SSrinivas Kandagatla	help
640a2d8f507SSrinivas Kandagatla	  Support for the Glitch Free Mux (GFM) Low power audio
641a2d8f507SSrinivas Kandagatla          subsystem (LPASS) clocks found on SM8250 SoCs.
642a2d8f507SSrinivas Kandagatla
643f071bcebSStephen Boydendif
644