xref: /openbmc/linux/drivers/clk/qcom/Kconfig (revision 5a5223ff)
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
31*5a5223ffSManivannan Sadhasivamconfig QCOM_A7PLL
32*5a5223ffSManivannan Sadhasivam	tristate "SDX55 A7 PLL"
33*5a5223ffSManivannan Sadhasivam	help
34*5a5223ffSManivannan Sadhasivam	  Support for the A7 PLL on SDX55 devices. It provides the CPU with
35*5a5223ffSManivannan Sadhasivam	  frequencies above 1GHz.
36*5a5223ffSManivannan Sadhasivam	  Say Y if you want to support higher CPU frequencies on SDX55
37*5a5223ffSManivannan Sadhasivam	  devices.
38*5a5223ffSManivannan 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
57872f91b5SGeorgi Djakovconfig QCOM_CLK_RPM
58872f91b5SGeorgi Djakov	tristate "RPM based Clock Controller"
59f071bcebSStephen Boyd	depends on MFD_QCOM_RPM
60872f91b5SGeorgi Djakov	select QCOM_RPMCC
61872f91b5SGeorgi Djakov	help
62872f91b5SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
63872f91b5SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
64872f91b5SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
65872f91b5SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
66872f91b5SGeorgi Djakov	  the clocks on/off or scales them on demand.
67872f91b5SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
68872f91b5SGeorgi Djakov	  platforms such as apq8064, msm8660, msm8960 etc.
69872f91b5SGeorgi Djakov
7000f64b58SGeorgi Djakovconfig QCOM_CLK_SMD_RPM
7100f64b58SGeorgi Djakov	tristate "RPM over SMD based Clock Controller"
72f071bcebSStephen Boyd	depends on QCOM_SMD_RPM
7300f64b58SGeorgi Djakov	select QCOM_RPMCC
7400f64b58SGeorgi Djakov	help
7500f64b58SGeorgi Djakov	  The RPM (Resource Power Manager) is a dedicated hardware engine for
7600f64b58SGeorgi Djakov	  managing the shared SoC resources in order to keep the lowest power
7700f64b58SGeorgi Djakov	  profile. It communicates with other hardware subsystems via shared
7800f64b58SGeorgi Djakov	  memory and accepts clock requests, aggregates the requests and turns
7900f64b58SGeorgi Djakov	  the clocks on/off or scales them on demand.
8000f64b58SGeorgi Djakov	  Say Y if you want to support the clocks exposed by the RPM on
8100f64b58SGeorgi Djakov	  platforms such as apq8016, apq8084, msm8974 etc.
8200f64b58SGeorgi Djakov
839c7e4702STaniya Dasconfig QCOM_CLK_RPMH
849c7e4702STaniya Das	tristate "RPMh Clock Driver"
85f071bcebSStephen Boyd	depends on QCOM_RPMH
869c7e4702STaniya Das	help
879c7e4702STaniya Das	 RPMh manages shared resources on some Qualcomm Technologies, Inc.
889c7e4702STaniya Das	 SoCs. It accepts requests from other hardware subsystems via RSC.
899c7e4702STaniya Das	 Say Y if you want to support the clocks exposed by RPMh on
909c7e4702STaniya Das	 platforms such as SDM845.
919c7e4702STaniya Das
9202824653SGeorgi Djakovconfig APQ_GCC_8084
9302824653SGeorgi Djakov	tristate "APQ8084 Global Clock Controller"
94639af949SRajendra Nayak	select QCOM_GDSC
9502824653SGeorgi Djakov	help
9602824653SGeorgi Djakov	  Support for the global clock controller on apq8084 devices.
9702824653SGeorgi Djakov	  Say Y if you want to use peripheral devices such as UART, SPI,
9802824653SGeorgi Djakov	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
9902824653SGeorgi Djakov
1002b46cd23SGeorgi Djakovconfig APQ_MMCC_8084
1012b46cd23SGeorgi Djakov	tristate "APQ8084 Multimedia Clock Controller"
1022b46cd23SGeorgi Djakov	select APQ_GCC_8084
103cb2eb7deSStephane Viau	select QCOM_GDSC
1042b46cd23SGeorgi Djakov	help
1052b46cd23SGeorgi Djakov	  Support for the multimedia clock controller on apq8084 devices.
1062b46cd23SGeorgi Djakov	  Say Y if you want to support multimedia devices such as display,
1072b46cd23SGeorgi Djakov	  graphics, video encode/decode, camera, etc.
1082b46cd23SGeorgi Djakov
109ecd2bacfSSivaprakash Murugesanconfig IPQ_APSS_PLL
110ecd2bacfSSivaprakash Murugesan	tristate "IPQ APSS PLL"
111ecd2bacfSSivaprakash Murugesan	help
112ecd2bacfSSivaprakash Murugesan	  Support for APSS PLL on ipq devices. The APSS PLL is the main
113ecd2bacfSSivaprakash Murugesan	  clock that feeds the CPUs on ipq based devices.
114ecd2bacfSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on ipq based
115ecd2bacfSSivaprakash Murugesan	  devices.
116ecd2bacfSSivaprakash Murugesan
1175e77b4efSSivaprakash Murugesanconfig IPQ_APSS_6018
1185e77b4efSSivaprakash Murugesan	tristate "IPQ APSS Clock Controller"
1195e77b4efSSivaprakash Murugesan	select IPQ_APSS_PLL
1205e77b4efSSivaprakash Murugesan	depends on QCOM_APCS_IPC || COMPILE_TEST
1215e77b4efSSivaprakash Murugesan	help
1225e77b4efSSivaprakash Murugesan	  Support for APSS clock controller on IPQ platforms. The
1235e77b4efSSivaprakash Murugesan	  APSS clock controller manages the Mux and enable block that feeds the
1245e77b4efSSivaprakash Murugesan	  CPUs.
1255e77b4efSSivaprakash Murugesan	  Say Y if you want to support CPU frequency scaling on
1265e77b4efSSivaprakash Murugesan	  ipq based devices.
1275e77b4efSSivaprakash Murugesan
1286971e863SVaradarajan Narayananconfig IPQ_GCC_4019
1296971e863SVaradarajan Narayanan	tristate "IPQ4019 Global Clock Controller"
1306971e863SVaradarajan Narayanan	help
1316971e863SVaradarajan Narayanan	  Support for the global clock controller on ipq4019 devices.
1326971e863SVaradarajan Narayanan	  Say Y if you want to use peripheral devices such as UART, SPI,
1336971e863SVaradarajan Narayanan	  i2c, USB, SD/eMMC, etc.
1346971e863SVaradarajan Narayanan
135d9db07f0SSricharan Rconfig IPQ_GCC_6018
136d9db07f0SSricharan R	tristate "IPQ6018 Global Clock Controller"
137d9db07f0SSricharan R	help
138d9db07f0SSricharan R	  Support for global clock controller on ipq6018 devices.
139d9db07f0SSricharan R	  Say Y if you want to use peripheral devices such as UART, SPI,
140d9db07f0SSricharan R	  i2c, USB, SD/eMMC, etc. Select this for the root clock
141d9db07f0SSricharan R	  of ipq6018.
142d9db07f0SSricharan R
14324d8fba4SKumar Galaconfig IPQ_GCC_806X
14424d8fba4SKumar Gala	tristate "IPQ806x Global Clock Controller"
14524d8fba4SKumar Gala	help
14624d8fba4SKumar Gala	  Support for the global clock controller on ipq806x devices.
14724d8fba4SKumar Gala	  Say Y if you want to use peripheral devices such as UART, SPI,
14824d8fba4SKumar Gala	  i2c, USB, SD/eMMC, etc.
14924d8fba4SKumar Gala
150c99e515aSRajendra Nayakconfig IPQ_LCC_806X
151c99e515aSRajendra Nayak	tristate "IPQ806x LPASS Clock Controller"
152c99e515aSRajendra Nayak	select IPQ_GCC_806X
153c99e515aSRajendra Nayak	help
154c99e515aSRajendra Nayak	  Support for the LPASS clock controller on ipq806x devices.
155c99e515aSRajendra Nayak	  Say Y if you want to use audio devices such as i2s, pcm,
156c99e515aSRajendra Nayak	  S/PDIF, etc.
157c99e515aSRajendra Nayak
158371a9507SAbhishek Sahuconfig IPQ_GCC_8074
159371a9507SAbhishek Sahu	tristate "IPQ8074 Global Clock Controller"
160371a9507SAbhishek Sahu	help
161371a9507SAbhishek Sahu	  Support for global clock controller on ipq8074 devices.
162371a9507SAbhishek Sahu	  Say Y if you want to use peripheral devices such as UART, SPI,
163371a9507SAbhishek Sahu	  i2c, USB, SD/eMMC, etc. Select this for the root clock
164371a9507SAbhishek Sahu	  of ipq8074.
165371a9507SAbhishek Sahu
1660eeff27bSStephen Boydconfig MSM_GCC_8660
1670eeff27bSStephen Boyd	tristate "MSM8660 Global Clock Controller"
1680eeff27bSStephen Boyd	help
1690eeff27bSStephen Boyd	  Support for the global clock controller on msm8660 devices.
1700eeff27bSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
1710eeff27bSStephen Boyd	  i2c, USB, SD/eMMC, etc.
1720eeff27bSStephen Boyd
1733966fab8SGeorgi Djakovconfig MSM_GCC_8916
1743966fab8SGeorgi Djakov	tristate "MSM8916 Global Clock Controller"
175073ae2b4SRajendra Nayak	select QCOM_GDSC
1763966fab8SGeorgi Djakov	help
1773966fab8SGeorgi Djakov	  Support for the global clock controller on msm8916 devices.
1783966fab8SGeorgi Djakov	  Say Y if you want to use devices such as UART, SPI i2c, USB,
1793966fab8SGeorgi Djakov	  SD/eMMC, display, graphics, camera etc.
1803966fab8SGeorgi Djakov
1811664014eSBryan O'Donoghueconfig MSM_GCC_8939
1821664014eSBryan O'Donoghue	tristate "MSM8939 Global Clock Controller"
1831664014eSBryan O'Donoghue	select QCOM_GDSC
1841664014eSBryan O'Donoghue	help
1851664014eSBryan O'Donoghue	  Support for the global clock controller on msm8939 devices.
1861664014eSBryan O'Donoghue	  Say Y if you want to use devices such as UART, SPI i2c, USB,
1871664014eSBryan O'Donoghue	  SD/eMMC, display, graphics, camera etc.
1881664014eSBryan O'Donoghue
1892ec94130SStephen Boydconfig MSM_GCC_8960
1902d85a713SKumar Gala	tristate "APQ8064/MSM8960 Global Clock Controller"
1912ec94130SStephen Boyd	help
1922d85a713SKumar Gala	  Support for the global clock controller on apq8064/msm8960 devices.
1932ec94130SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
1942ec94130SStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
1956d00b56fSStephen Boyd
196b82875eeSStephen Boydconfig MSM_LCC_8960
197b82875eeSStephen Boyd	tristate "APQ8064/MSM8960 LPASS Clock Controller"
198b82875eeSStephen Boyd	select MSM_GCC_8960
199b82875eeSStephen Boyd	help
200b82875eeSStephen Boyd	  Support for the LPASS clock controller on apq8064/msm8960 devices.
201b82875eeSStephen Boyd	  Say Y if you want to use audio devices such as i2s, pcm,
202b82875eeSStephen Boyd	  SLIMBus, etc.
203b82875eeSStephen Boyd
2047792a8d6SNeil Armstrongconfig MDM_GCC_9615
2057792a8d6SNeil Armstrong	tristate "MDM9615 Global Clock Controller"
2067792a8d6SNeil Armstrong	help
2077792a8d6SNeil Armstrong	  Support for the global clock controller on mdm9615 devices.
2087792a8d6SNeil Armstrong	  Say Y if you want to use peripheral devices such as UART, SPI,
2097792a8d6SNeil Armstrong	  i2c, USB, SD/eMMC, etc.
2107792a8d6SNeil Armstrong
2117792a8d6SNeil Armstrongconfig MDM_LCC_9615
2127792a8d6SNeil Armstrong	tristate "MDM9615 LPASS Clock Controller"
2137792a8d6SNeil Armstrong	select MDM_GCC_9615
2147792a8d6SNeil Armstrong	help
2157792a8d6SNeil Armstrong	  Support for the LPASS clock controller on mdm9615 devices.
2167792a8d6SNeil Armstrong	  Say Y if you want to use audio devices such as i2s, pcm,
2177792a8d6SNeil Armstrong	  SLIMBus, etc.
2187792a8d6SNeil Armstrong
2196d00b56fSStephen Boydconfig MSM_MMCC_8960
2206d00b56fSStephen Boyd	tristate "MSM8960 Multimedia Clock Controller"
2216d00b56fSStephen Boyd	select MSM_GCC_8960
2226d00b56fSStephen Boyd	help
2236d00b56fSStephen Boyd	  Support for the multimedia clock controller on msm8960 devices.
2246d00b56fSStephen Boyd	  Say Y if you want to support multimedia devices such as display,
2256d00b56fSStephen Boyd	  graphics, video encode/decode, camera, etc.
226d33faa9eSStephen Boyd
227d33faa9eSStephen Boydconfig MSM_GCC_8974
228d33faa9eSStephen Boyd	tristate "MSM8974 Global Clock Controller"
229340029efSStephen Boyd	select QCOM_GDSC
230d33faa9eSStephen Boyd	help
231d33faa9eSStephen Boyd	  Support for the global clock controller on msm8974 devices.
232d33faa9eSStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
233d33faa9eSStephen Boyd	  i2c, USB, SD/eMMC, SATA, PCIe, etc.
234d8b21201SStephen Boyd
235d8b21201SStephen Boydconfig MSM_MMCC_8974
236d8b21201SStephen Boyd	tristate "MSM8974 Multimedia Clock Controller"
237d8b21201SStephen Boyd	select MSM_GCC_8974
2388108b23cSStephen Boyd	select QCOM_GDSC
239d8b21201SStephen Boyd	help
240d8b21201SStephen Boyd	  Support for the multimedia clock controller on msm8974 devices.
241d8b21201SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
242d8b21201SStephen Boyd	  graphics, video encode/decode, camera, etc.
243b1e010c0SStephen Boyd
244aec89f78SBastian Köcherconfig MSM_GCC_8994
245aec89f78SBastian Köcher	tristate "MSM8994 Global Clock Controller"
246aec89f78SBastian Köcher	help
247aec89f78SBastian Köcher	  Support for the global clock controller on msm8994 devices.
248aec89f78SBastian Köcher	  Say Y if you want to use peripheral devices such as UART, SPI,
249aec89f78SBastian Köcher	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
250aec89f78SBastian Köcher
251b1e010c0SStephen Boydconfig MSM_GCC_8996
252b1e010c0SStephen Boyd	tristate "MSM8996 Global Clock Controller"
2536d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
254b1e010c0SStephen Boyd	help
255b1e010c0SStephen Boyd	  Support for the global clock controller on msm8996 devices.
256b1e010c0SStephen Boyd	  Say Y if you want to use peripheral devices such as UART, SPI,
257b1e010c0SStephen Boyd	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
258c2526597SStephen Boyd
259c2526597SStephen Boydconfig MSM_MMCC_8996
260c2526597SStephen Boyd	tristate "MSM8996 Multimedia Clock Controller"
261c2526597SStephen Boyd	select MSM_GCC_8996
2626d91f2c0SSrinivas Kandagatla	select QCOM_GDSC
263c2526597SStephen Boyd	help
264c2526597SStephen Boyd	  Support for the multimedia clock controller on msm8996 devices.
265c2526597SStephen Boyd	  Say Y if you want to support multimedia devices such as display,
266c2526597SStephen Boyd	  graphics, video encode/decode, camera, etc.
2674cfaa55fSTirupathi Reddy
268b5f5f525SJoonwoo Parkconfig MSM_GCC_8998
269b5f5f525SJoonwoo Park	tristate "MSM8998 Global Clock Controller"
27083b4c147SMarc Gonzalez	select QCOM_GDSC
271b5f5f525SJoonwoo Park	help
272b5f5f525SJoonwoo Park	  Support for the global clock controller on msm8998 devices.
273b5f5f525SJoonwoo Park	  Say Y if you want to use peripheral devices such as UART, SPI,
274b5f5f525SJoonwoo Park	  i2c, USB, UFS, SD/eMMC, PCIe, etc.
275b5f5f525SJoonwoo Park
2763f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998
2773f7df5baSJeffrey Hugo	tristate "MSM8998 Graphics Clock Controller"
2783f7df5baSJeffrey Hugo	select MSM_GCC_8998
2793f7df5baSJeffrey Hugo	select QCOM_GDSC
2803f7df5baSJeffrey Hugo	help
2813f7df5baSJeffrey Hugo	  Support for the graphics clock controller on MSM8998 devices.
2823f7df5baSJeffrey Hugo	  Say Y if you want to support graphics controller devices and
2833f7df5baSJeffrey Hugo	  functionality such as 3D graphics.
2843f7df5baSJeffrey Hugo
285d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998
286d14b15b5SJeffrey Hugo	tristate "MSM8998 Multimedia Clock Controller"
287d14b15b5SJeffrey Hugo	select MSM_GCC_8998
288d14b15b5SJeffrey Hugo	select QCOM_GDSC
289d14b15b5SJeffrey Hugo	help
290d14b15b5SJeffrey Hugo	  Support for the multimedia clock controller on msm8998 devices.
291d14b15b5SJeffrey Hugo	  Say Y if you want to support multimedia devices such as display,
292d14b15b5SJeffrey Hugo	  graphics, video encode/decode, camera, etc.
293d14b15b5SJeffrey Hugo
294652f1813SShefali Jainconfig QCS_GCC_404
295652f1813SShefali Jain	tristate "QCS404 Global Clock Controller"
296652f1813SShefali Jain	help
297652f1813SShefali Jain	  Support for the global clock controller on QCS404 devices.
298652f1813SShefali Jain	  Say Y if you want to use multimedia devices or peripheral
299652f1813SShefali Jain	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.
300652f1813SShefali Jain
30115d09e83STaniya Dasconfig SC_CAMCC_7180
30215d09e83STaniya Das	tristate "SC7180 Camera Clock Controller"
30315d09e83STaniya Das	select SC_GCC_7180
30415d09e83STaniya Das	help
30515d09e83STaniya Das	  Support for the camera clock controller on Qualcomm Technologies, Inc
30615d09e83STaniya Das	  SC7180 devices.
30715d09e83STaniya Das	  Say Y if you want to support camera devices and functionality such as
30815d09e83STaniya Das	  capturing pictures.
30915d09e83STaniya Das
310dd3d0662STaniya Dasconfig SC_DISPCC_7180
311dd3d0662STaniya Das	tristate "SC7180 Display Clock Controller"
312dd3d0662STaniya Das	select SC_GCC_7180
313dd3d0662STaniya Das	help
314dd3d0662STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
315dd3d0662STaniya Das	  SC7180 devices.
316dd3d0662STaniya Das	  Say Y if you want to support display devices and functionality such as
317dd3d0662STaniya Das	  splash screen.
318dd3d0662STaniya Das
31917269568STaniya Dasconfig SC_GCC_7180
32017269568STaniya Das	tristate "SC7180 Global Clock Controller"
32117269568STaniya Das	select QCOM_GDSC
32217269568STaniya Das	depends on COMMON_CLK_QCOM
32317269568STaniya Das	help
32417269568STaniya Das	  Support for the global clock controller on SC7180 devices.
32517269568STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
32617269568STaniya Das	  I2C, USB, UFS, SDCC, etc.
32717269568STaniya Das
328edab812dSTaniya Dasconfig SC_LPASS_CORECC_7180
329edab812dSTaniya Das	tristate "SC7180 LPASS Core Clock Controller"
330edab812dSTaniya Das	select SC_GCC_7180
331edab812dSTaniya Das	help
332edab812dSTaniya Das	  Support for the LPASS(Low Power Audio Subsystem) core clock controller
333edab812dSTaniya Das	  on SC7180 devices.
334edab812dSTaniya Das	  Say Y if you want to use LPASS clocks and power domains of the LPASS
335edab812dSTaniya Das	  core clock controller.
336edab812dSTaniya Das
337745ff069STaniya Dasconfig SC_GPUCC_7180
338745ff069STaniya Das	tristate "SC7180 Graphics Clock Controller"
339745ff069STaniya Das	select SC_GCC_7180
340745ff069STaniya Das	help
341745ff069STaniya Das	  Support for the graphics clock controller on SC7180 devices.
342745ff069STaniya Das	  Say Y if you want to support graphics controller devices and
343745ff069STaniya Das	  functionality such as 3D graphics.
344745ff069STaniya Das
3458def929cSTaniya Dasconfig SC_MSS_7180
3468def929cSTaniya Das	tristate "SC7180 Modem Clock Controller"
3478def929cSTaniya Das	select SC_GCC_7180
3488def929cSTaniya Das	help
3498def929cSTaniya Das	  Support for the Modem Subsystem clock controller on Qualcomm
3508def929cSTaniya Das	  Technologies, Inc on SC7180 devices.
3518def929cSTaniya Das	  Say Y if you want to use the Modem branch clocks of the Modem
3528def929cSTaniya Das	  subsystem clock controller to reset the MSS subsystem.
3538def929cSTaniya Das
354253dc75aSTaniya Dasconfig SC_VIDEOCC_7180
355253dc75aSTaniya Das	tristate "SC7180 Video Clock Controller"
356253dc75aSTaniya Das	select SC_GCC_7180
357253dc75aSTaniya Das	help
358253dc75aSTaniya Das	  Support for the video clock controller on SC7180 devices.
359253dc75aSTaniya Das	  Say Y if you want to support video devices and functionality such as
360253dc75aSTaniya Das	  video encode and decode.
361253dc75aSTaniya Das
36278412c26SAmit Nischalconfig SDM_CAMCC_845
36378412c26SAmit Nischal	tristate "SDM845 Camera Clock Controller"
36478412c26SAmit Nischal	select SDM_GCC_845
36578412c26SAmit Nischal	help
36678412c26SAmit Nischal	  Support for the camera clock controller on SDM845 devices.
36778412c26SAmit Nischal	  Say Y if you want to support camera devices and camera functionality.
36878412c26SAmit Nischal
369f2a76a29STaniya Dasconfig SDM_GCC_660
370f2a76a29STaniya Das	tristate "SDM660 Global Clock Controller"
371f2a76a29STaniya Das	select QCOM_GDSC
372f2a76a29STaniya Das	help
373f2a76a29STaniya Das	  Support for the global clock controller on SDM660 devices.
374f2a76a29STaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
375f2a76a29STaniya Das	  i2C, USB, UFS, SDDC, PCIe, etc.
376f2a76a29STaniya Das
377892df019SBjorn Anderssonconfig QCS_TURING_404
378892df019SBjorn Andersson	tristate "QCS404 Turing Clock Controller"
379892df019SBjorn Andersson	help
380892df019SBjorn Andersson	  Support for the Turing Clock Controller on QCS404, provides clocks
381892df019SBjorn Andersson	  and resets for the Turing subsystem.
382892df019SBjorn Andersson
3836cdef273SGovind Singhconfig QCS_Q6SSTOP_404
3846cdef273SGovind Singh	tristate "QCS404 Q6SSTOP Clock Controller"
3856cdef273SGovind Singh	select QCS_GCC_404
3866cdef273SGovind Singh	help
3876cdef273SGovind Singh	  Support for the Q6SSTOP clock controller on QCS404 devices.
3886cdef273SGovind Singh	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock
3896cdef273SGovind Singh	  controller to reset the Q6SSTOP subsystem.
3906cdef273SGovind Singh
39106391eddSTaniya Dasconfig SDM_GCC_845
39206391eddSTaniya Das	tristate "SDM845 Global Clock Controller"
39306391eddSTaniya Das	select QCOM_GDSC
39406391eddSTaniya Das	help
39577122d6fSStephen Boyd	  Support for the global clock controller on SDM845 devices.
39606391eddSTaniya Das	  Say Y if you want to use peripheral devices such as UART, SPI,
39777122d6fSStephen Boyd	  i2C, USB, UFS, SDDC, PCIe, etc.
39806391eddSTaniya Das
399453361cdSAmit Nischalconfig SDM_GPUCC_845
400453361cdSAmit Nischal	tristate "SDM845 Graphics Clock Controller"
401453361cdSAmit Nischal	select SDM_GCC_845
402453361cdSAmit Nischal	help
403453361cdSAmit Nischal	  Support for the graphics clock controller on SDM845 devices.
404453361cdSAmit Nischal	  Say Y if you want to support graphics controller devices and
405453361cdSAmit Nischal	  functionality such as 3D graphics.
406453361cdSAmit Nischal
407c646b347SAmit Nischalconfig SDM_VIDEOCC_845
408c646b347SAmit Nischal	tristate "SDM845 Video Clock Controller"
409c646b347SAmit Nischal	select SDM_GCC_845
410c646b347SAmit Nischal	select QCOM_GDSC
411c646b347SAmit Nischal	help
41277122d6fSStephen Boyd	  Support for the video clock controller on SDM845 devices.
413c646b347SAmit Nischal	  Say Y if you want to support video devices and functionality such as
414c646b347SAmit Nischal	  video encode and decode.
415c646b347SAmit Nischal
41681351776STaniya Dasconfig SDM_DISPCC_845
41781351776STaniya Das	tristate "SDM845 Display Clock Controller"
41881351776STaniya Das	select SDM_GCC_845
41981351776STaniya Das	help
42081351776STaniya Das	  Support for the display clock controller on Qualcomm Technologies, Inc
42181351776STaniya Das	  SDM845 devices.
42281351776STaniya Das	  Say Y if you want to support display devices and functionality such as
42381351776STaniya Das	  splash screen.
42481351776STaniya Das
4258d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845
4268d3e5b9cSTaniya Das	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"
4278d3e5b9cSTaniya Das	select SDM_GCC_845
4288d3e5b9cSTaniya Das	help
4298d3e5b9cSTaniya Das	  Support for the LPASS clock controller on SDM845 devices.
4308d3e5b9cSTaniya Das	  Say Y if you want to use the LPASS branch clocks of the LPASS clock
4318d3e5b9cSTaniya Das	  controller to reset the LPASS subsystem.
4328d3e5b9cSTaniya Das
4333fade566SNaveen Yadavconfig SDX_GCC_55
4343fade566SNaveen Yadav	tristate "SDX55 Global Clock Controller"
435063930edSManivannan Sadhasivam	select QCOM_GDSC
4363fade566SNaveen Yadav	help
4373fade566SNaveen Yadav	  Support for the global clock controller on SDX55 devices.
4383fade566SNaveen Yadav	  Say Y if you want to use peripheral devices such as UART,
4393fade566SNaveen Yadav	  SPI, I2C, USB, SD/UFS, PCIe etc.
4403fade566SNaveen Yadav
44180a18f4aSJonathan Marekconfig SM_DISPCC_8250
44280a18f4aSJonathan Marek	tristate "SM8150 and SM8250 Display Clock Controller"
44380a18f4aSJonathan Marek	depends on SM_GCC_8150 || SM_GCC_8250
44480a18f4aSJonathan Marek	help
44580a18f4aSJonathan Marek	  Support for the display clock controller on Qualcomm Technologies, Inc
44680a18f4aSJonathan Marek	  SM8150 and SM8250 devices.
44780a18f4aSJonathan Marek	  Say Y if you want to support display devices and functionality such as
44880a18f4aSJonathan Marek	  splash screen.
44980a18f4aSJonathan Marek
4502a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150
4512a1d7eb8SDeepak Katragadda	tristate "SM8150 Global Clock Controller"
4522a1d7eb8SDeepak Katragadda	help
4532a1d7eb8SDeepak Katragadda	  Support for the global clock controller on SM8150 devices.
4542a1d7eb8SDeepak Katragadda	  Say Y if you want to use peripheral devices such as UART,
4552a1d7eb8SDeepak Katragadda	  SPI, I2C, USB, SD/UFS, PCIe etc.
4562a1d7eb8SDeepak Katragadda
4573e577092STaniya Dasconfig SM_GCC_8250
4583e577092STaniya Das	tristate "SM8250 Global Clock Controller"
4593a4ef4caSJonathan Marek	select QCOM_GDSC
4603e577092STaniya Das	help
4613e577092STaniya Das	  Support for the global clock controller on SM8250 devices.
4623e577092STaniya Das	  Say Y if you want to use peripheral devices such as UART,
4633e577092STaniya Das	  SPI, I2C, USB, SD/UFS, PCIe etc.
4643e577092STaniya Das
4650cef71f2SJonathan Marekconfig SM_GPUCC_8150
4660cef71f2SJonathan Marek	tristate "SM8150 Graphics Clock Controller"
4670cef71f2SJonathan Marek	select SM_GCC_8150
4680cef71f2SJonathan Marek	help
4690cef71f2SJonathan Marek	  Support for the graphics clock controller on SM8150 devices.
4700cef71f2SJonathan Marek	  Say Y if you want to support graphics controller devices and
4710cef71f2SJonathan Marek	  functionality such as 3D graphics.
4720cef71f2SJonathan Marek
47328f0769cSJonathan Marekconfig SM_GPUCC_8250
47428f0769cSJonathan Marek	tristate "SM8250 Graphics Clock Controller"
47528f0769cSJonathan Marek	select SM_GCC_8250
47628f0769cSJonathan Marek	help
47728f0769cSJonathan Marek	  Support for the graphics clock controller on SM8250 devices.
47828f0769cSJonathan Marek	  Say Y if you want to support graphics controller devices and
47928f0769cSJonathan Marek	  functionality such as 3D graphics.
48028f0769cSJonathan Marek
4815658e8cfSJonathan Marekconfig SM_VIDEOCC_8150
4825658e8cfSJonathan Marek	tristate "SM8150 Video Clock Controller"
4835658e8cfSJonathan Marek	select SDM_GCC_8150
4845658e8cfSJonathan Marek	select QCOM_GDSC
4855658e8cfSJonathan Marek	help
4865658e8cfSJonathan Marek	  Support for the video clock controller on SM8150 devices.
4875658e8cfSJonathan Marek	  Say Y if you want to support video devices and functionality such as
4885658e8cfSJonathan Marek	  video encode and decode.
4895658e8cfSJonathan Marek
4900e94711aSJonathan Marekconfig SM_VIDEOCC_8250
4910e94711aSJonathan Marek	tristate "SM8250 Video Clock Controller"
4920e94711aSJonathan Marek	select SDM_GCC_8250
4930e94711aSJonathan Marek	select QCOM_GDSC
4940e94711aSJonathan Marek	help
4950e94711aSJonathan Marek	  Support for the video clock controller on SM8250 devices.
4960e94711aSJonathan Marek	  Say Y if you want to support video devices and functionality such as
4970e94711aSJonathan Marek	  video encode and decode.
4980e94711aSJonathan Marek
4994cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV
5004cfaa55fSTirupathi Reddy	tristate "SPMI PMIC clkdiv Support"
501f071bcebSStephen Boyd	depends on SPMI || COMPILE_TEST
5024cfaa55fSTirupathi Reddy	help
5034cfaa55fSTirupathi Reddy	  This driver supports the clkdiv functionality on the Qualcomm
5044cfaa55fSTirupathi Reddy	  Technologies, Inc. SPMI PMIC. It configures the frequency of
5054cfaa55fSTirupathi Reddy	  clkdiv outputs of the PMIC. These clocks are typically wired
5064cfaa55fSTirupathi Reddy	  through alternate functions on GPIO pins.
507cb546b79SStephen Boyd
508cb546b79SStephen Boydconfig QCOM_HFPLL
509cb546b79SStephen Boyd	tristate "High-Frequency PLL (HFPLL) Clock Controller"
510cb546b79SStephen Boyd	help
511cb546b79SStephen Boyd	  Support for the high-frequency PLLs present on Qualcomm devices.
512cb546b79SStephen Boyd	  Say Y if you want to support CPU frequency scaling on devices
513cb546b79SStephen Boyd	  such as MSM8974, APQ8084, etc.
5143ddc3564SStephen Boyd
5153ddc3564SStephen Boydconfig KPSS_XCC
5163ddc3564SStephen Boyd	tristate "KPSS Clock Controller"
5173ddc3564SStephen Boyd	help
5183ddc3564SStephen Boyd	  Support for the Krait ACC and GCC clock controllers. Say Y
5193ddc3564SStephen Boyd	  if you want to support CPU frequency scaling on devices such
5203ddc3564SStephen Boyd	  as MSM8960, APQ8064, etc.
521bb5c4a85SStephen Boyd
522bb5c4a85SStephen Boydconfig KRAITCC
523bb5c4a85SStephen Boyd	tristate "Krait Clock Controller"
524f071bcebSStephen Boyd	depends on ARM
525bb5c4a85SStephen Boyd	select KRAIT_CLOCKS
526bb5c4a85SStephen Boyd	help
527bb5c4a85SStephen Boyd	  Support for the Krait CPU clocks on Qualcomm devices.
528bb5c4a85SStephen Boyd	  Say Y if you want to support CPU frequency scaling.
529f071bcebSStephen Boyd
530a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250
531a2d8f507SSrinivas Kandagatla	tristate "SM8250 GFM LPASS Clocks"
532a2d8f507SSrinivas Kandagatla	help
533a2d8f507SSrinivas Kandagatla	  Support for the Glitch Free Mux (GFM) Low power audio
534a2d8f507SSrinivas Kandagatla          subsystem (LPASS) clocks found on SM8250 SoCs.
535a2d8f507SSrinivas Kandagatla
536f071bcebSStephen Boydendif
537