brintos

brintos / linux-shallow public Read only

0
0
Text · 40.7 KiB · a3e2a09 Raw
1290 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config KRAIT_CLOCKS3	bool4	select KRAIT_L2_ACCESSORS5 6config QCOM_GDSC7	bool8	select PM_GENERIC_DOMAINS if PM9 10menuconfig COMMON_CLK_QCOM11	tristate "Support for Qualcomm's clock controllers"12	depends on OF13	depends on ARCH_QCOM || COMPILE_TEST14	select RATIONAL15	select REGMAP_MMIO16	select RESET_CONTROLLER17	select INTERCONNECT18	select INTERCONNECT_CLK19 20if COMMON_CLK_QCOM21 22config CLK_X1E80100_CAMCC23	tristate "X1E80100 Camera Clock Controller"24	depends on ARM64 || COMPILE_TEST25	select CLK_X1E80100_GCC26	help27	  Support for the camera clock controller on X1E80100 devices.28	  Say Y if you want to support camera devices and camera functionality.29 30config CLK_X1E80100_DISPCC31	tristate "X1E80100 Display Clock Controller"32	depends on ARM64 || COMPILE_TEST33	select CLK_X1E80100_GCC34	help35	  Support for the two display clock controllers on Qualcomm36	  Technologies, Inc. X1E80100 devices.37	  Say Y if you want to support display devices and functionality such as38	  splash screen.39 40config CLK_X1E80100_GCC41	tristate "X1E80100 Global Clock Controller"42	depends on ARM64 || COMPILE_TEST43	select QCOM_GDSC44	help45	  Support for the global clock controller on Qualcomm Technologies, Inc46	  X1E80100 devices.47	  Say Y if you want to use peripheral devices such as UART, SPI, I2C,48	  USB, UFS, SD/eMMC, PCIe, etc.49 50config CLK_X1E80100_GPUCC51	tristate "X1E80100 Graphics Clock Controller"52	depends on ARM64 || COMPILE_TEST53	select CLK_X1E80100_GCC54	help55	  Support for the graphics clock controller on X1E80100 devices.56	  Say Y if you want to support graphics controller devices and57	  functionality such as 3D graphics.58 59config CLK_X1E80100_TCSRCC60	tristate "X1E80100 TCSR Clock Controller"61	depends on ARM64 || COMPILE_TEST62	select QCOM_GDSC63	help64	  Support for the TCSR clock controller on X1E80100 devices.65	  Say Y if you want to use peripheral devices such as SD/UFS.66 67config CLK_QCM2290_GPUCC68	tristate "QCM2290 Graphics Clock Controller"69	depends on ARM64 || COMPILE_TEST70	select QCM_GCC_229071	help72	  Support for the graphics clock controller on QCM2290 devices.73	  Say Y if you want to support graphics controller devices and74	  functionality such as 3D graphics.75 76config QCOM_A53PLL77	tristate "MSM8916 A53 PLL"78	help79	  Support for the A53 PLL on MSM8916 devices. It provides80	  the CPU with frequencies above 1GHz.81	  Say Y if you want to support higher CPU frequencies on MSM891682	  devices.83 84config QCOM_A7PLL85	tristate "A7 PLL driver for SDX55 and SDX65"86	help87	  Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with88	  frequencies above 1GHz.89	  Say Y if you want to support higher CPU frequencies on SDX55 and SDX6590	  devices.91 92config QCOM_CLK_APCS_MSM891693	tristate "MSM8916 APCS Clock Controller"94	depends on QCOM_APCS_IPC || COMPILE_TEST95	help96	  Support for the APCS Clock Controller on msm8916 devices. The97	  APCS is managing the mux and divider which feeds the CPUs.98	  Say Y if you want to support CPU frequency scaling on devices99	  such as msm8916.100 101config QCOM_CLK_APCC_MSM8996102	tristate "MSM8996 CPU Clock Controller"103	select QCOM_KRYO_L2_ACCESSORS104	select INTERCONNECT_CLK if INTERCONNECT105	depends on ARM64106	help107	  Support for the CPU clock controller on msm8996 devices.108	  Say Y if you want to support CPU clock scaling using CPUfreq109	  drivers for dynamic power management.110 111config QCOM_CLK_APCS_SDX55112	tristate "SDX55 and SDX65 APCS Clock Controller"113	depends on QCOM_APCS_IPC || COMPILE_TEST114	depends on ARM || COMPILE_TEST115	help116	  Support for the APCS Clock Controller on SDX55, SDX65 platforms. The117	  APCS is managing the mux and divider which feeds the CPUs.118	  Say Y if you want to support CPU frequency scaling on devices119	  such as SDX55, SDX65.120 121config QCOM_CLK_RPM122	tristate "RPM based Clock Controller"123	depends on MFD_QCOM_RPM124	help125	  The RPM (Resource Power Manager) is a dedicated hardware engine for126	  managing the shared SoC resources in order to keep the lowest power127	  profile. It communicates with other hardware subsystems via shared128	  memory and accepts clock requests, aggregates the requests and turns129	  the clocks on/off or scales them on demand.130	  Say Y if you want to support the clocks exposed by the RPM on131	  platforms such as apq8064, msm8660, msm8960 etc.132 133config QCOM_CLK_SMD_RPM134	tristate "RPM over SMD based Clock Controller"135	depends on QCOM_SMD_RPM136	help137	  The RPM (Resource Power Manager) is a dedicated hardware engine for138	  managing the shared SoC resources in order to keep the lowest power139	  profile. It communicates with other hardware subsystems via shared140	  memory and accepts clock requests, aggregates the requests and turns141	  the clocks on/off or scales them on demand.142	  Say Y if you want to support the clocks exposed by the RPM on143	  platforms such as apq8016, apq8084, msm8974 etc.144 145config QCOM_CLK_RPMH146	tristate "RPMh Clock Driver"147	depends on QCOM_RPMH148	help149	 RPMh manages shared resources on some Qualcomm Technologies, Inc.150	 SoCs. It accepts requests from other hardware subsystems via RSC.151	 Say Y if you want to support the clocks exposed by RPMh on152	 platforms such as SDM845.153 154config APQ_GCC_8084155	tristate "APQ8084 Global Clock Controller"156	depends on ARM || COMPILE_TEST157	select QCOM_GDSC158	help159	  Support for the global clock controller on apq8084 devices.160	  Say Y if you want to use peripheral devices such as UART, SPI,161	  i2c, USB, SD/eMMC, SATA, PCIe, etc.162 163config APQ_MMCC_8084164	tristate "APQ8084 Multimedia Clock Controller"165	depends on ARM || COMPILE_TEST166	select APQ_GCC_8084167	select QCOM_GDSC168	help169	  Support for the multimedia clock controller on apq8084 devices.170	  Say Y if you want to support multimedia devices such as display,171	  graphics, video encode/decode, camera, etc.172 173config IPQ_APSS_PLL174	tristate "IPQ APSS PLL"175	help176	  Support for APSS PLL on ipq devices. The APSS PLL is the main177	  clock that feeds the CPUs on ipq based devices.178	  Say Y if you want to support CPU frequency scaling on ipq based179	  devices.180 181config IPQ_APSS_6018182	tristate "IPQ APSS Clock Controller"183	select IPQ_APSS_PLL184	depends on QCOM_APCS_IPC || COMPILE_TEST185	depends on QCOM_SMEM186	help187	  Support for APSS clock controller on IPQ platforms. The188	  APSS clock controller manages the Mux and enable block that feeds the189	  CPUs.190	  Say Y if you want to support CPU frequency scaling on191	  ipq based devices.192 193config IPQ_GCC_4019194	tristate "IPQ4019 Global Clock Controller"195	help196	  Support for the global clock controller on ipq4019 devices.197	  Say Y if you want to use peripheral devices such as UART, SPI,198	  i2c, USB, SD/eMMC, etc.199 200config IPQ_GCC_5018201	tristate "IPQ5018 Global Clock Controller"202	depends on ARM64 || COMPILE_TEST203	help204	  Support for global clock controller on ipq5018 devices.205	  Say Y if you want to use peripheral devices such as UART, SPI,206	  i2c, USB, SD/eMMC, etc.207 208config IPQ_GCC_5332209	tristate "IPQ5332 Global Clock Controller"210	depends on ARM64 || COMPILE_TEST211	help212	  Support for the global clock controller on ipq5332 devices.213	  Say Y if you want to use peripheral devices such as UART, SPI,214	  i2c, USB, SD/eMMC, etc.215 216config IPQ_GCC_6018217	tristate "IPQ6018 Global Clock Controller"218	help219	  Support for global clock controller on ipq6018 devices.220	  Say Y if you want to use peripheral devices such as UART, SPI,221	  i2c, USB, SD/eMMC, etc. Select this for the root clock222	  of ipq6018.223 224config IPQ_GCC_806X225	tristate "IPQ806x Global Clock Controller"226	depends on ARM || COMPILE_TEST227	help228	  Support for the global clock controller on ipq806x devices.229	  Say Y if you want to use peripheral devices such as UART, SPI,230	  i2c, USB, SD/eMMC, etc.231 232config IPQ_LCC_806X233	tristate "IPQ806x LPASS Clock Controller"234	depends on ARM || COMPILE_TEST235	select IPQ_GCC_806X236	help237	  Support for the LPASS clock controller on ipq806x devices.238	  Say Y if you want to use audio devices such as i2s, pcm,239	  S/PDIF, etc.240 241config IPQ_GCC_8074242	tristate "IPQ8074 Global Clock Controller"243	select QCOM_GDSC244	help245	  Support for global clock controller on ipq8074 devices.246	  Say Y if you want to use peripheral devices such as UART, SPI,247	  i2c, USB, SD/eMMC, etc. Select this for the root clock248	  of ipq8074.249 250config IPQ_GCC_9574251	tristate "IPQ9574 Global Clock Controller"252	help253	  Support for global clock controller on ipq9574 devices.254	  Say Y if you want to use peripheral devices such as UART, SPI,255	  i2c, USB, SD/eMMC, etc. Select this for the root clock256	  of ipq9574.257 258config IPQ_NSSCC_QCA8K259	tristate "QCA8K(QCA8386 or QCA8084) NSS Clock Controller"260	depends on MDIO_BUS261	help262	  Support for NSS(Network SubSystem) clock controller on263	  qca8386/qca8084 chip.264	  Say Y or M if you want to use network features of switch or265	  PHY device. Select this for the root clock of qca8k.266 267config MSM_GCC_8660268	tristate "MSM8660 Global Clock Controller"269	depends on ARM || COMPILE_TEST270	help271	  Support for the global clock controller on msm8660 devices.272	  Say Y if you want to use peripheral devices such as UART, SPI,273	  i2c, USB, SD/eMMC, etc.274 275config MSM_GCC_8909276	tristate "MSM8909 Global Clock Controller"277	depends on ARM || COMPILE_TEST278	select QCOM_GDSC279	help280	  Support for the global clock controller on msm8909 devices.281	  Say Y if you want to use devices such as UART, SPI, I2C, USB,282	  SD/eMMC, display, graphics, camera etc.283 284config MSM_GCC_8916285	tristate "MSM8916 Global Clock Controller"286	select QCOM_GDSC287	help288	  Support for the global clock controller on msm8916 devices.289	  Say Y if you want to use devices such as UART, SPI i2c, USB,290	  SD/eMMC, display, graphics, camera etc.291 292config MSM_GCC_8917293	tristate "MSM8917/QM215 Global Clock Controller"294	depends on ARM64 || COMPILE_TEST295	select QCOM_GDSC296	help297	  Support for the global clock controller on msm8917 and qm215298	  devices.299	  Say Y if you want to use devices such as UART, SPI i2c, USB,300	  SD/eMMC, display, graphics, camera etc.301 302config MSM_GCC_8939303	tristate "MSM8939 Global Clock Controller"304	select QCOM_GDSC305	help306	  Support for the global clock controller on msm8939 devices.307	  Say Y if you want to use devices such as UART, SPI i2c, USB,308	  SD/eMMC, display, graphics, camera etc.309 310config MSM_GCC_8960311	tristate "APQ8064/MSM8960 Global Clock Controller"312	depends on ARM || COMPILE_TEST313	help314	  Support for the global clock controller on apq8064/msm8960 devices.315	  Say Y if you want to use peripheral devices such as UART, SPI,316	  i2c, USB, SD/eMMC, SATA, PCIe, etc.317 318config MSM_LCC_8960319	tristate "APQ8064/MSM8960/MDM9650 LPASS Clock Controller"320	depends on ARM || COMPILE_TEST321	help322	  Support for the LPASS clock controller on apq8064/msm8960/mdm9650323	  devices.324	  Say Y if you want to use audio devices such as i2s, pcm,325	  SLIMBus, etc.326 327config MDM_GCC_9607328	tristate "MDM9607 Global Clock Controller"329	depends on ARM || COMPILE_TEST330	help331	  Support for the global clock controller on mdm9607 devices.332	  Say Y if you want to use peripheral devices such as UART, SPI,333	  I2C, USB, SD/eMMC, etc.334 335config MDM_GCC_9615336	tristate "MDM9615 Global Clock Controller"337	depends on ARM || COMPILE_TEST338	help339	  Support for the global clock controller on mdm9615 devices.340	  Say Y if you want to use peripheral devices such as UART, SPI,341	  i2c, USB, SD/eMMC, etc.342 343config MSM_MMCC_8960344	tristate "MSM8960 Multimedia Clock Controller"345	depends on ARM || COMPILE_TEST346	select MSM_GCC_8960347	help348	  Support for the multimedia clock controller on msm8960 devices.349	  Say Y if you want to support multimedia devices such as display,350	  graphics, video encode/decode, camera, etc.351 352config MSM_GCC_8953353	tristate "MSM8953 Global Clock Controller"354	select QCOM_GDSC355	help356	  Support for the global clock controller on msm8953 devices.357	  Say Y if you want to use devices such as UART, SPI i2c, USB,358	  SD/eMMC, display, graphics, camera etc.359 360config MSM_GCC_8974361	tristate "MSM8974 Global Clock Controller"362	depends on ARM || COMPILE_TEST363	select QCOM_GDSC364	help365	  Support for the global clock controller on msm8974 devices.366	  Say Y if you want to use peripheral devices such as UART, SPI,367	  i2c, USB, SD/eMMC, SATA, PCIe, etc.368 369config MSM_MMCC_8974370	tristate "MSM8974 Multimedia Clock Controller"371	depends on ARM || COMPILE_TEST372	select MSM_GCC_8974373	select QCOM_GDSC374	help375	  Support for the multimedia clock controller on msm8974 devices.376	  Say Y if you want to support multimedia devices such as display,377	  graphics, video encode/decode, camera, etc.378 379config MSM_GCC_8976380	tristate "MSM8956/76 Global Clock Controller"381	select QCOM_GDSC382	help383	  Support for the global clock controller on msm8956/76 devices.384	  Say Y if you want to use peripheral devices such as UART, SPI,385	  i2c, USB, SD/eMMC, SATA, PCIe, etc.386 387config MSM_MMCC_8994388	tristate "MSM8994 Multimedia Clock Controller"389	select MSM_GCC_8994390	select QCOM_GDSC391	help392	  Support for the multimedia clock controller on msm8994 devices.393	  Say Y if you want to support multimedia devices such as display,394	  graphics, video encode/decode, camera, etc.395 396config MSM_GCC_8994397	tristate "MSM8994 Global Clock Controller"398	help399	  Support for the global clock controller on msm8994 devices.400	  Say Y if you want to use peripheral devices such as UART, SPI,401	  i2c, USB, UFS, SD/eMMC, PCIe, etc.402 403config MSM_GCC_8996404	tristate "MSM8996 Global Clock Controller"405	select QCOM_GDSC406	help407	  Support for the global clock controller on msm8996 devices.408	  Say Y if you want to use peripheral devices such as UART, SPI,409	  i2c, USB, UFS, SD/eMMC, PCIe, etc.410 411config MSM_MMCC_8996412	tristate "MSM8996 Multimedia Clock Controller"413	select MSM_GCC_8996414	select QCOM_GDSC415	help416	  Support for the multimedia clock controller on msm8996 devices.417	  Say Y if you want to support multimedia devices such as display,418	  graphics, video encode/decode, camera, etc.419 420config MSM_GCC_8998421	tristate "MSM8998 Global Clock Controller"422	select QCOM_GDSC423	help424	  Support for the global clock controller on msm8998 devices.425	  Say Y if you want to use peripheral devices such as UART, SPI,426	  i2c, USB, UFS, SD/eMMC, PCIe, etc.427 428config MSM_GPUCC_8998429	tristate "MSM8998 Graphics Clock Controller"430	select MSM_GCC_8998431	select QCOM_GDSC432	help433	  Support for the graphics clock controller on MSM8998 devices.434	  Say Y if you want to support graphics controller devices and435	  functionality such as 3D graphics.436 437config MSM_MMCC_8998438	tristate "MSM8998 Multimedia Clock Controller"439	select MSM_GCC_8998440	select QCOM_GDSC441	help442	  Support for the multimedia clock controller on msm8998 devices.443	  Say Y if you want to support multimedia devices such as display,444	  graphics, video encode/decode, camera, etc.445 446config QCM_GCC_2290447	tristate "QCM2290 Global Clock Controller"448	select QCOM_GDSC449	help450	  Support for the global clock controller on QCM2290 devices.451	  Say Y if you want to use multimedia devices or peripheral452	  devices such as UART, SPI, I2C, USB, SD/eMMC etc.453 454config QCM_DISPCC_2290455	tristate "QCM2290 Display Clock Controller"456	select QCM_GCC_2290457	help458	  Support for the display clock controller on Qualcomm Technologies, Inc459	  QCM2290 devices.460	  Say Y if you want to support display devices and functionality such as461	  splash screen.462 463config QCS_GCC_404464	tristate "QCS404 Global Clock Controller"465	help466	  Support for the global clock controller on QCS404 devices.467	  Say Y if you want to use multimedia devices or peripheral468	  devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc.469 470config SC_CAMCC_7180471	tristate "SC7180 Camera Clock Controller"472	depends on ARM64 || COMPILE_TEST473	select SC_GCC_7180474	help475	  Support for the camera clock controller on Qualcomm Technologies, Inc476	  SC7180 devices.477	  Say Y if you want to support camera devices and functionality such as478	  capturing pictures.479 480config SC_CAMCC_7280481	tristate "SC7280 Camera Clock Controller"482	depends on ARM64 || COMPILE_TEST483	select SC_GCC_7280484	help485	  Support for the camera clock controller on Qualcomm Technologies, Inc486	  SC7280 devices.487	  Say Y if you want to support camera devices and functionality such as488	  capturing pictures.489 490config SC_CAMCC_8280XP491	tristate "SC8280XP Camera Clock Controller"492	depends on ARM64 || COMPILE_TEST493	select SC_GCC_8280XP494	help495	  Support for the camera clock controller on Qualcomm Technologies, Inc496	  SC8280XP devices.497	  Say Y if you want to support camera devices and functionality such as498	  capturing pictures.499 500config SC_DISPCC_7180501	tristate "SC7180 Display Clock Controller"502	depends on ARM64 || COMPILE_TEST503	select SC_GCC_7180504	help505	  Support for the display clock controller on Qualcomm Technologies, Inc506	  SC7180 devices.507	  Say Y if you want to support display devices and functionality such as508	  splash screen.509 510config SC_DISPCC_7280511	tristate "SC7280 Display Clock Controller"512	depends on ARM64 || COMPILE_TEST513	select SC_GCC_7280514	help515	  Support for the display clock controller on Qualcomm Technologies, Inc.516	  SC7280 devices.517	  Say Y if you want to support display devices and functionality such as518	  splash screen.519 520config SC_DISPCC_8280XP521	tristate "SC8280XP Display Clock Controller"522	depends on ARM64 || COMPILE_TEST523	select SC_GCC_8280XP524	help525	  Support for the two display clock controllers on Qualcomm526	  Technologies, Inc. SC8280XP devices.527	  Say Y if you want to support display devices and functionality such as528	  splash screen.529 530config SA_GCC_8775P531	tristate "SA8775 Global Clock Controller"532	select QCOM_GDSC533	depends on COMMON_CLK_QCOM534	help535	  Support for the global clock controller on SA8775 devices.536	  Say Y if you want to use peripheral devices such as UART, SPI,537	  I2C, USB, UFS, SDCC, etc.538 539config SA_GPUCC_8775P540	tristate "SA8775P Graphics clock controller"541	select QCOM_GDSC542	select SA_GCC_8775P543	help544	  Support for the graphics clock controller on SA8775P devices.545	  Say Y if you want to support graphics controller devices and546	  functionality such as 3D graphics.547 548config SC_GCC_7180549	tristate "SC7180 Global Clock Controller"550	select QCOM_GDSC551	depends on COMMON_CLK_QCOM552	depends on ARM64 || COMPILE_TEST553	help554	  Support for the global clock controller on SC7180 devices.555	  Say Y if you want to use peripheral devices such as UART, SPI,556	  I2C, USB, UFS, SDCC, etc.557 558config SC_GCC_7280559	tristate "SC7280 Global Clock Controller"560	select QCOM_GDSC561	depends on COMMON_CLK_QCOM562	depends on ARM64 || COMPILE_TEST563	help564	  Support for the global clock controller on SC7280 devices.565	  Say Y if you want to use peripheral devices such as UART, SPI,566	  I2C, USB, UFS, SDCC, PCIe etc.567 568config SC_GCC_8180X569	tristate "SC8180X Global Clock Controller"570	select QCOM_GDSC571	depends on COMMON_CLK_QCOM572	depends on ARM64 || COMPILE_TEST573	help574	  Support for the global clock controller on SC8180X devices.575	  Say Y if you want to use peripheral devices such as UART, SPI,576	  I2C, USB, UFS, SDCC, etc.577 578config SC_GCC_8280XP579	tristate "SC8280XP Global Clock Controller"580	select QCOM_GDSC581	depends on COMMON_CLK_QCOM582	depends on ARM64 || COMPILE_TEST583	help584	  Support for the global clock controller on SC8280XP devices.585	  Say Y if you want to use peripheral devices such as UART, SPI,586	  I2C, USB, UFS, SDCC, etc.587 588config SC_GPUCC_7180589	tristate "SC7180 Graphics Clock Controller"590	depends on ARM64 || COMPILE_TEST591	select SC_GCC_7180592	help593	  Support for the graphics clock controller on SC7180 devices.594	  Say Y if you want to support graphics controller devices and595	  functionality such as 3D graphics.596 597config SC_GPUCC_7280598	tristate "SC7280 Graphics Clock Controller"599	depends on ARM64 || COMPILE_TEST600	select SC_GCC_7280601	help602	  Support for the graphics clock controller on SC7280 devices.603	  Say Y if you want to support graphics controller devices and604	  functionality such as 3D graphics.605 606config SC_GPUCC_8280XP607	tristate "SC8280XP Graphics Clock Controller"608	depends on ARM64 || COMPILE_TEST609	select SC_GCC_8280XP610	help611	  Support for the graphics clock controller on SC8280XP devices.612	  Say Y if you want to support graphics controller devices and613	  functionality such as 3D graphics.614 615config SC_LPASSCC_7280616	tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller"617	depends on ARM64 || COMPILE_TEST618	select SC_GCC_7280619	help620	  Support for the LPASS clock controller on SC7280 devices.621	  Say Y if you want to use the LPASS branch clocks of the LPASS clock622	  controller to reset the LPASS subsystem.623 624config SC_LPASSCC_8280XP625	tristate "SC8280 Low Power Audio Subsystem (LPASS) Clock Controller"626	depends on ARM64 || COMPILE_TEST627	select SC_GCC_8280XP628	help629	  Support for the LPASS clock controller on SC8280XP devices.630	  Say Y if you want to use the LPASS branch clocks of the LPASS clock631	  controller to reset the LPASS subsystem.632 633config SC_LPASS_CORECC_7180634	tristate "SC7180 LPASS Core Clock Controller"635	depends on ARM64 || COMPILE_TEST636	select SC_GCC_7180637	help638	  Support for the LPASS(Low Power Audio Subsystem) core clock controller639	  on SC7180 devices.640	  Say Y if you want to use LPASS clocks and power domains of the LPASS641	  core clock controller.642 643config SC_LPASS_CORECC_7280644	tristate "SC7280 LPASS Core & Audio Clock Controller"645	depends on ARM64 || COMPILE_TEST646	select SC_GCC_7280647	select QCOM_GDSC648	help649	  Support for the LPASS(Low Power Audio Subsystem) core and audio clock650	  controller on SC7280 devices.651	  Say Y if you want to use LPASS clocks and power domains of the LPASS652	  core clock controller.653 654config SC_VIDEOCC_7180655	tristate "SC7180 Video Clock Controller"656	depends on ARM64 || COMPILE_TEST657	select SC_GCC_7180658	help659	  Support for the video clock controller on SC7180 devices.660	  Say Y if you want to support video devices and functionality such as661	  video encode and decode.662 663config SC_VIDEOCC_7280664	tristate "SC7280 Video Clock Controller"665	depends on ARM64 || COMPILE_TEST666	select SC_GCC_7280667	help668	  Support for the video clock controller on SC7280 devices.669	  Say Y if you want to support video devices and functionality such as670	  video encode and decode.671 672config SDM_CAMCC_845673	tristate "SDM845 Camera Clock Controller"674	depends on ARM64 || COMPILE_TEST675	select SDM_GCC_845676	help677	  Support for the camera clock controller on SDM845 devices.678	  Say Y if you want to support camera devices and camera functionality.679 680config SDM_GCC_660681	tristate "SDM660 Global Clock Controller"682	depends on ARM64 || COMPILE_TEST683	select QCOM_GDSC684	help685	  Support for the global clock controller on SDM660 devices.686	  Say Y if you want to use peripheral devices such as UART, SPI,687	  i2C, USB, UFS, SDDC, PCIe, etc.688 689config SDM_MMCC_660690	tristate "SDM660 Multimedia Clock Controller"691	depends on ARM64 || COMPILE_TEST692	select SDM_GCC_660693	select QCOM_GDSC694	help695	  Support for the multimedia clock controller on SDM660 devices.696	  Say Y if you want to support multimedia devices such as display,697	  graphics, video encode/decode, camera, etc.698 699config SDM_GPUCC_660700	tristate "SDM660 Graphics Clock Controller"701	depends on ARM64 || COMPILE_TEST702	select SDM_GCC_660703	select QCOM_GDSC704	help705	  Support for the graphics clock controller on SDM630/636/660 devices.706	  Say Y if you want to support graphics controller devices and707	  functionality such as 3D graphics708 709config QCS_TURING_404710	tristate "QCS404 Turing Clock Controller"711	help712	  Support for the Turing Clock Controller on QCS404, provides clocks713	  and resets for the Turing subsystem.714 715config QCS_Q6SSTOP_404716	tristate "QCS404 Q6SSTOP Clock Controller"717	select QCS_GCC_404718	help719	  Support for the Q6SSTOP clock controller on QCS404 devices.720	  Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock721	  controller to reset the Q6SSTOP subsystem.722 723config QDU_GCC_1000724	tristate "QDU1000/QRU1000 Global Clock Controller"725	select QCOM_GDSC726	help727	  Support for the global clock controller on QDU1000 and728	  QRU1000 devices. Say Y if you want to use peripheral729	  devices such as UART, SPI, I2C, USB, SD, PCIe, etc.730 731config QDU_ECPRICC_1000732	tristate "QDU1000/QRU1000 ECPRI Clock Controller"733	depends on ARM64 || COMPILE_TEST734	select QDU_GCC_1000735	help736	  Support for the ECPRI clock controller on QDU1000 and737	  QRU1000 devices. Say Y if you want to support the ECPRI738	  clock controller functionality such as Ethernet.739 740config SDM_GCC_845741	tristate "SDM845/SDM670 Global Clock Controller"742	depends on ARM64 || COMPILE_TEST743	select QCOM_GDSC744	help745	  Support for the global clock controller on SDM845 and SDM670 devices.746	  Say Y if you want to use peripheral devices such as UART, SPI,747	  i2C, USB, UFS, SDDC, PCIe, etc.748 749config SDM_GPUCC_845750	tristate "SDM845 Graphics Clock Controller"751	depends on ARM64 || COMPILE_TEST752	select SDM_GCC_845753	help754	  Support for the graphics clock controller on SDM845 devices.755	  Say Y if you want to support graphics controller devices and756	  functionality such as 3D graphics.757 758config SDM_VIDEOCC_845759	tristate "SDM845 Video Clock Controller"760	depends on ARM64 || COMPILE_TEST761	select SDM_GCC_845762	select QCOM_GDSC763	help764	  Support for the video clock controller on SDM845 devices.765	  Say Y if you want to support video devices and functionality such as766	  video encode and decode.767 768config SDM_DISPCC_845769	tristate "SDM845 Display Clock Controller"770	depends on ARM64 || COMPILE_TEST771	select SDM_GCC_845772	help773	  Support for the display clock controller on Qualcomm Technologies, Inc774	  SDM845 devices.775	  Say Y if you want to support display devices and functionality such as776	  splash screen.777 778config SDM_LPASSCC_845779	tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller"780	depends on ARM64 || COMPILE_TEST781	select SDM_GCC_845782	help783	  Support for the LPASS clock controller on SDM845 devices.784	  Say Y if you want to use the LPASS branch clocks of the LPASS clock785	  controller to reset the LPASS subsystem.786 787config SDX_GCC_55788	tristate "SDX55 Global Clock Controller"789	depends on ARM || COMPILE_TEST790	select QCOM_GDSC791	help792	  Support for the global clock controller on SDX55 devices.793	  Say Y if you want to use peripheral devices such as UART,794	  SPI, I2C, USB, SD/UFS, PCIe etc.795 796config SDX_GCC_65797	tristate "SDX65 Global Clock Controller"798	depends on ARM || COMPILE_TEST799	select QCOM_GDSC800	help801	  Support for the global clock controller on SDX65 devices.802	  Say Y if you want to use peripheral devices such as UART,803	  SPI, I2C, USB, SD/UFS, PCIe etc.804 805config SDX_GCC_75806	tristate "SDX75 Global Clock Controller"807	select QCOM_GDSC808	help809	  Support for the global clock controller on SDX75 devices.810	  Say Y if you want to use peripheral devices such as UART,811	  SPI, I2C, USB, SD/eMMC, PCIe etc.812 813config SM_CAMCC_4450814	tristate "SM4450 Camera Clock Controller"815	depends on ARM64 || COMPILE_TEST816	select SM_GCC_4450817	help818	  Support for the camera clock controller on SM4450 devices.819	  Say Y if you want to support camera devices and camera functionality.820 821config SM_CAMCC_6350822	tristate "SM6350 Camera Clock Controller"823	depends on ARM64 || COMPILE_TEST824	select SM_GCC_6350825	help826	  Support for the camera clock controller on SM6350 devices.827	  Say Y if you want to support camera devices and camera functionality.828 829config SM_CAMCC_7150830	tristate "SM7150 Camera Clock Controller"831	depends on ARM64 || COMPILE_TEST832	select SM_GCC_7150833	help834	  Support for the camera clock controller on SM7150 devices.835	  Say Y if you want to support camera devices and camera functionality.836 837config SM_CAMCC_8150838	tristate "SM8150 Camera Clock Controller"839	depends on ARM64 || COMPILE_TEST840	select SM_GCC_8150841	help842	  Support for the camera clock controller on Qualcomm Technologies, Inc843	  SM8150 devices.844	  Say Y if you want to support camera devices and functionality such as845	  capturing pictures.846 847config SM_CAMCC_8250848	tristate "SM8250 Camera Clock Controller"849	depends on ARM64 || COMPILE_TEST850	select SM_GCC_8250851	help852	  Support for the camera clock controller on SM8250 devices.853	  Say Y if you want to support camera devices and camera functionality.854 855config SM_CAMCC_8450856	tristate "SM8450 Camera Clock Controller"857	depends on ARM64 || COMPILE_TEST858	select SM_GCC_8450859	help860	  Support for the camera clock controller on SM8450 devices.861	  Say Y if you want to support camera devices and camera functionality.862 863config SM_CAMCC_8550864	tristate "SM8550 Camera Clock Controller"865	depends on ARM64 || COMPILE_TEST866	select SM_GCC_8550867	help868	  Support for the camera clock controller on SM8550 devices.869	  Say Y if you want to support camera devices and camera functionality.870 871config SM_CAMCC_8650872	tristate "SM8650 Camera Clock Controller"873	depends on ARM64 || COMPILE_TEST874	select SM_GCC_8650875	help876	  Support for the camera clock controller on SM8650 devices.877	  Say Y if you want to support camera devices and camera functionality.878 879config SM_DISPCC_4450880	tristate "SM4450 Display Clock Controller"881	depends on ARM64 || COMPILE_TEST882	depends on SM_GCC_4450883	help884	  Support for the display clock controller on Qualcomm Technologies, Inc885	  SM4450 devices.886	  Say Y if you want to support display devices and functionality such as887	  splash screen888 889config SM_DISPCC_6115890	tristate "SM6115 Display Clock Controller"891	depends on ARM64 || COMPILE_TEST892	depends on SM_GCC_6115893	help894	  Support for the display clock controller on Qualcomm Technologies, Inc895	  SM6115/SM4250 devices.896	  Say Y if you want to support display devices and functionality such as897	  splash screen898 899config SM_DISPCC_6125900	tristate "SM6125 Display Clock Controller"901	depends on ARM64 || COMPILE_TEST902	depends on SM_GCC_6125903	help904	  Support for the display clock controller on Qualcomm Technologies, Inc905	  SM6125 devices.906	  Say Y if you want to support display devices and functionality such as907	  splash screen908 909config SM_DISPCC_7150910	tristate "SM7150 Display Clock Controller"911	depends on ARM64 || COMPILE_TEST912	depends on SM_GCC_7150913	help914	  Support for the display clock controller on Qualcomm Technologies, Inc915	  SM7150 devices.916	  Say Y if you want to support display devices and functionality such as917	  splash screen.918 919config SM_DISPCC_8250920	tristate "SM8150/SM8250/SM8350 Display Clock Controller"921	depends on ARM64 || COMPILE_TEST922	depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350923	help924	  Support for the display clock controller on Qualcomm Technologies, Inc925	  SM8150/SM8250/SM8350 devices.926	  Say Y if you want to support display devices and functionality such as927	  splash screen.928 929config SM_DISPCC_6350930	tristate "SM6350 Display Clock Controller"931	depends on ARM64 || COMPILE_TEST932	depends on SM_GCC_6350933	help934	  Support for the display clock controller on Qualcomm Technologies, Inc935	  SM6350 devices.936	  Say Y if you want to support display devices and functionality such as937	  splash screen.938 939config SM_DISPCC_6375940	tristate "SM6375 Display Clock Controller"941	depends on ARM64 || COMPILE_TEST942	depends on SM_GCC_6375943	help944	  Support for the display clock controller on Qualcomm Technologies, Inc945	  SM6375 devices.946	  Say Y if you want to support display devices and functionality such as947	  splash screen.948 949config SM_DISPCC_8450950	tristate "SM8450 Display Clock Controller"951	depends on ARM64 || COMPILE_TEST952	depends on SM_GCC_8450953	help954	  Support for the display clock controller on Qualcomm Technologies, Inc955	  SM8450 devices.956	  Say Y if you want to support display devices and functionality such as957	  splash screen.958 959config SM_DISPCC_8550960	tristate "SM8550 Display Clock Controller"961	depends on ARM64 || COMPILE_TEST962	depends on SM_GCC_8550 || SM_GCC_8650963	help964	  Support for the display clock controller on Qualcomm Technologies, Inc965	  SM8550 or SM8650 devices.966	  Say Y if you want to support display devices and functionality such as967	  splash screen.968 969config SM_GCC_4450970	tristate "SM4450 Global Clock Controller"971	depends on ARM64 || COMPILE_TEST972	select QCOM_GDSC973	help974	  Support for the global clock controller on SM4450 devices.975	  Say Y if you want to use peripheral devices such as UART, SPI,976	  I2C, USB, SD/UFS, PCIe, etc.977 978config SM_GCC_6115979	tristate "SM6115 and SM4250 Global Clock Controller"980	depends on ARM64 || COMPILE_TEST981	select QCOM_GDSC982	help983	  Support for the global clock controller on SM6115 and SM4250 devices.984	  Say Y if you want to use peripheral devices such as UART, SPI,985	  i2C, USB, UFS, SDDC, PCIe, etc.986 987config SM_GCC_6125988	tristate "SM6125 Global Clock Controller"989	depends on ARM64 || COMPILE_TEST990	help991	  Support for the global clock controller on SM6125 devices.992	  Say Y if you want to use peripheral devices such as UART,993	  SPI, I2C, USB, SD/UFS, PCIe etc.994 995config SM_GCC_6350996	tristate "SM6350 Global Clock Controller"997	depends on ARM64 || COMPILE_TEST998	select QCOM_GDSC999	help1000	  Support for the global clock controller on SM6350 devices.1001	  Say Y if you want to use peripheral devices such as UART,1002	  SPI, I2C, USB, SD/UFS, PCIe etc.1003 1004config SM_GCC_63751005	tristate "SM6375 Global Clock Controller"1006	depends on ARM64 || COMPILE_TEST1007	select QCOM_GDSC1008	help1009	  Support for the global clock controller on SM6375 devices.1010	  Say Y if you want to use peripheral devices such as UART,1011	  SPI, I2C, USB, SD/UFS etc.1012 1013config SM_GCC_71501014	tristate "SM7150 Global Clock Controller"1015	depends on ARM64 || COMPILE_TEST1016	select QCOM_GDSC1017	help1018	  Support for the global clock controller on SM7150 devices.1019	  Say Y if you want to use peripheral devices such as UART,1020	  SPI, I2C, USB, SD/UFS, PCIe etc.1021 1022config SM_GCC_81501023	tristate "SM8150 Global Clock Controller"1024	depends on ARM64 || COMPILE_TEST1025	help1026	  Support for the global clock controller on SM8150 devices.1027	  Say Y if you want to use peripheral devices such as UART,1028	  SPI, I2C, USB, SD/UFS, PCIe etc.1029 1030config SM_GCC_82501031	tristate "SM8250 Global Clock Controller"1032	depends on ARM64 || COMPILE_TEST1033	select QCOM_GDSC1034	help1035	  Support for the global clock controller on SM8250 devices.1036	  Say Y if you want to use peripheral devices such as UART,1037	  SPI, I2C, USB, SD/UFS, PCIe etc.1038 1039config SM_GCC_83501040	tristate "SM8350 Global Clock Controller"1041	depends on ARM64 || COMPILE_TEST1042	select QCOM_GDSC1043	help1044	  Support for the global clock controller on SM8350 devices.1045	  Say Y if you want to use peripheral devices such as UART,1046	  SPI, I2C, USB, SD/UFS, PCIe etc.1047 1048config SM_GCC_84501049	tristate "SM8450 Global Clock Controller"1050	depends on ARM64 || COMPILE_TEST1051	select QCOM_GDSC1052	help1053	  Support for the global clock controller on SM8450 devices.1054	  Say Y if you want to use peripheral devices such as UART,1055	  SPI, I2C, USB, SD/UFS, PCIe etc.1056 1057config SM_GCC_85501058	tristate "SM8550 Global Clock Controller"1059	depends on ARM64 || COMPILE_TEST1060	select QCOM_GDSC1061	help1062	  Support for the global clock controller on SM8550 devices.1063	  Say Y if you want to use peripheral devices such as UART,1064	  SPI, I2C, USB, SD/UFS, PCIe etc.1065 1066config SM_GCC_86501067	tristate "SM8650 Global Clock Controller"1068	depends on ARM64 || COMPILE_TEST1069	select QCOM_GDSC1070	help1071	  Support for the global clock controller on SM8650 devices.1072	  Say Y if you want to use peripheral devices such as UART,1073	  SPI, I2C, USB, SD/UFS, PCIe etc.1074 1075config SM_GPUCC_44501076	tristate "SM4450 Graphics Clock Controller"1077	depends on ARM64 || COMPILE_TEST1078	select SM_GCC_44501079	help1080	  Support for the graphics clock controller on SM4450 devices.1081	  Say Y if you want to support graphics controller devices and1082	  functionality such as 3D graphics.1083 1084config SM_GPUCC_61151085	tristate "SM6115 Graphics Clock Controller"1086	select SM_GCC_61151087	depends on ARM64 || COMPILE_TEST1088	help1089	  Support for the graphics clock controller on SM6115 devices.1090	  Say Y if you want to support graphics controller devices and1091	  functionality such as 3D graphics.1092 1093config SM_GPUCC_61251094	tristate "SM6125 Graphics Clock Controller"1095	select SM_GCC_61251096	depends on ARM64 || COMPILE_TEST1097	help1098	  Support for the graphics clock controller on SM6125 devices.1099	  Say Y if you want to support graphics controller devices and1100	  functionality such as 3D graphics.1101 1102config SM_GPUCC_63751103	tristate "SM6375 Graphics Clock Controller"1104	select SM_GCC_63751105	depends on ARM64 || COMPILE_TEST1106	help1107	  Support for the graphics clock controller on SM6375 devices.1108	  Say Y if you want to support graphics controller devices and1109	  functionality such as 3D graphics.1110 1111config SM_GPUCC_63501112	tristate "SM6350 Graphics Clock Controller"1113	depends on ARM64 || COMPILE_TEST1114	select SM_GCC_63501115	help1116	  Support for the graphics clock controller on SM6350 devices.1117	  Say Y if you want to support graphics controller devices and1118	  functionality such as 3D graphics.1119 1120config SM_GPUCC_81501121	tristate "SM8150 Graphics Clock Controller"1122	depends on ARM64 || COMPILE_TEST1123	select SM_GCC_81501124	help1125	  Support for the graphics clock controller on SM8150 devices.1126	  Say Y if you want to support graphics controller devices and1127	  functionality such as 3D graphics.1128 1129config SM_GPUCC_82501130	tristate "SM8250 Graphics Clock Controller"1131	depends on ARM64 || COMPILE_TEST1132	select SM_GCC_82501133	help1134	  Support for the graphics clock controller on SM8250 devices.1135	  Say Y if you want to support graphics controller devices and1136	  functionality such as 3D graphics.1137 1138config SM_GPUCC_83501139	tristate "SM8350 Graphics Clock Controller"1140	depends on ARM64 || COMPILE_TEST1141	select SM_GCC_83501142	help1143	  Support for the graphics clock controller on SM8350 devices.1144	  Say Y if you want to support graphics controller devices and1145	  functionality such as 3D graphics.1146 1147config SM_GPUCC_84501148	tristate "SM8450 Graphics Clock Controller"1149	depends on ARM64 || COMPILE_TEST1150	select SM_GCC_84501151	help1152	  Support for the graphics clock controller on SM8450 devices.1153	  Say Y if you want to support graphics controller devices and1154	  functionality such as 3D graphics.1155 1156config SM_GPUCC_85501157	tristate "SM8550 Graphics Clock Controller"1158	depends on ARM64 || COMPILE_TEST1159	select SM_GCC_85501160	help1161	  Support for the graphics clock controller on SM8550 devices.1162	  Say Y if you want to support graphics controller devices and1163	  functionality such as 3D graphics.1164 1165config SM_GPUCC_86501166	tristate "SM8650 Graphics Clock Controller"1167	depends on ARM64 || COMPILE_TEST1168	select SM_GCC_86501169	help1170	  Support for the graphics clock controller on SM8650 devices.1171	  Say Y if you want to support graphics controller devices and1172	  functionality such as 3D graphics.1173 1174config SM_TCSRCC_85501175	tristate "SM8550 TCSR Clock Controller"1176	depends on ARM64 || COMPILE_TEST1177	select QCOM_GDSC1178	help1179	  Support for the TCSR clock controller on SM8550 devices.1180	  Say Y if you want to use peripheral devices such as SD/UFS.1181 1182config SM_TCSRCC_86501183	tristate "SM8650 TCSR Clock Controller"1184	depends on ARM64 || COMPILE_TEST1185	select QCOM_GDSC1186	help1187	  Support for the TCSR clock controller on SM8650 devices.1188	  Say Y if you want to use peripheral devices such as SD/UFS.1189 1190config SM_VIDEOCC_71501191	tristate "SM7150 Video Clock Controller"1192	depends on ARM64 || COMPILE_TEST1193	select SM_GCC_71501194	select QCOM_GDSC1195	help1196	  Support for the video clock controller on SM7150 devices.1197	  Say Y if you want to support video devices and functionality such as1198	  video encode and decode.1199 1200config SM_VIDEOCC_81501201	tristate "SM8150 Video Clock Controller"1202	depends on ARM64 || COMPILE_TEST1203	select SM_GCC_81501204	select QCOM_GDSC1205	help1206	  Support for the video clock controller on SM8150 devices.1207	  Say Y if you want to support video devices and functionality such as1208	  video encode and decode.1209 1210config SM_VIDEOCC_82501211	tristate "SM8250 Video Clock Controller"1212	depends on ARM64 || COMPILE_TEST1213	select SM_GCC_82501214	select QCOM_GDSC1215	help1216	  Support for the video clock controller on SM8250 devices.1217	  Say Y if you want to support video devices and functionality such as1218	  video encode and decode.1219 1220config SM_VIDEOCC_83501221	tristate "SM8350 Video Clock Controller"1222	depends on ARM64 || COMPILE_TEST1223	select SM_GCC_83501224	select QCOM_GDSC1225	help1226	  Support for the video clock controller on SM8350 devices.1227	  Say Y if you want to support video devices and functionality such as1228	  video encode and decode.1229 1230config SM_VIDEOCC_85501231	tristate "SM8550 Video Clock Controller"1232	depends on ARM64 || COMPILE_TEST1233	select SM_GCC_85501234	select QCOM_GDSC1235	help1236	  Support for the video clock controller on Qualcomm Technologies, Inc.1237	  SM8550 devices.1238	  Say Y if you want to support video devices and functionality such as1239	  video encode/decode.1240 1241config SPMI_PMIC_CLKDIV1242	tristate "SPMI PMIC clkdiv Support"1243	depends on SPMI || COMPILE_TEST1244	help1245	  This driver supports the clkdiv functionality on the Qualcomm1246	  Technologies, Inc. SPMI PMIC. It configures the frequency of1247	  clkdiv outputs of the PMIC. These clocks are typically wired1248	  through alternate functions on GPIO pins.1249 1250config QCOM_HFPLL1251	tristate "High-Frequency PLL (HFPLL) Clock Controller"1252	help1253	  Support for the high-frequency PLLs present on Qualcomm devices.1254	  Say Y if you want to support CPU frequency scaling on devices1255	  such as MSM8974, APQ8084, etc.1256 1257config KPSS_XCC1258	tristate "KPSS Clock Controller"1259	help1260	  Support for the Krait ACC and GCC clock controllers. Say Y1261	  if you want to support CPU frequency scaling on devices such1262	  as MSM8960, APQ8064, etc.1263 1264config KRAITCC1265	tristate "Krait Clock Controller"1266	depends on ARM1267	select KRAIT_CLOCKS1268	help1269	  Support for the Krait CPU clocks on Qualcomm devices.1270	  Say Y if you want to support CPU frequency scaling.1271 1272config CLK_GFM_LPASS_SM82501273	tristate "SM8250 GFM LPASS Clocks"1274	depends on ARM64 || COMPILE_TEST1275	help1276	  Support for the Glitch Free Mux (GFM) Low power audio1277          subsystem (LPASS) clocks found on SM8250 SoCs.1278 1279config SM_VIDEOCC_84501280	tristate "SM8450 Video Clock Controller"1281	depends on ARM64 || COMPILE_TEST1282	select SM_GCC_84501283	select QCOM_GDSC1284	help1285	  Support for the video clock controller on Qualcomm Technologies, Inc.1286	  SM8450 devices.1287	  Say Y if you want to support video devices and functionality such as1288	  video encode/decode.1289endif1290