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 57*f28dec1aSManivannan Sadhasivamconfig QCOM_CLK_APCS_SDX55 58*f28dec1aSManivannan Sadhasivam tristate "SDX55 APCS Clock Controller" 59*f28dec1aSManivannan Sadhasivam depends on QCOM_APCS_IPC || COMPILE_TEST 60*f28dec1aSManivannan Sadhasivam help 61*f28dec1aSManivannan Sadhasivam Support for the APCS Clock Controller on SDX55 platform. The 62*f28dec1aSManivannan Sadhasivam APCS is managing the mux and divider which feeds the CPUs. 63*f28dec1aSManivannan Sadhasivam Say Y if you want to support CPU frequency scaling on devices 64*f28dec1aSManivannan Sadhasivam such as SDX55. 65*f28dec1aSManivannan 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 2137792a8d6SNeil Armstrongconfig MDM_GCC_9615 2147792a8d6SNeil Armstrong tristate "MDM9615 Global Clock Controller" 2157792a8d6SNeil Armstrong help 2167792a8d6SNeil Armstrong Support for the global clock controller on mdm9615 devices. 2177792a8d6SNeil Armstrong Say Y if you want to use peripheral devices such as UART, SPI, 2187792a8d6SNeil Armstrong i2c, USB, SD/eMMC, etc. 2197792a8d6SNeil Armstrong 2207792a8d6SNeil Armstrongconfig MDM_LCC_9615 2217792a8d6SNeil Armstrong tristate "MDM9615 LPASS Clock Controller" 2227792a8d6SNeil Armstrong select MDM_GCC_9615 2237792a8d6SNeil Armstrong help 2247792a8d6SNeil Armstrong Support for the LPASS clock controller on mdm9615 devices. 2257792a8d6SNeil Armstrong Say Y if you want to use audio devices such as i2s, pcm, 2267792a8d6SNeil Armstrong SLIMBus, etc. 2277792a8d6SNeil Armstrong 2286d00b56fSStephen Boydconfig MSM_MMCC_8960 2296d00b56fSStephen Boyd tristate "MSM8960 Multimedia Clock Controller" 2306d00b56fSStephen Boyd select MSM_GCC_8960 2316d00b56fSStephen Boyd help 2326d00b56fSStephen Boyd Support for the multimedia clock controller on msm8960 devices. 2336d00b56fSStephen Boyd Say Y if you want to support multimedia devices such as display, 2346d00b56fSStephen Boyd graphics, video encode/decode, camera, etc. 235d33faa9eSStephen Boyd 236d33faa9eSStephen Boydconfig MSM_GCC_8974 237d33faa9eSStephen Boyd tristate "MSM8974 Global Clock Controller" 238340029efSStephen Boyd select QCOM_GDSC 239d33faa9eSStephen Boyd help 240d33faa9eSStephen Boyd Support for the global clock controller on msm8974 devices. 241d33faa9eSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 242d33faa9eSStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 243d8b21201SStephen Boyd 244d8b21201SStephen Boydconfig MSM_MMCC_8974 245d8b21201SStephen Boyd tristate "MSM8974 Multimedia Clock Controller" 246d8b21201SStephen Boyd select MSM_GCC_8974 2478108b23cSStephen Boyd select QCOM_GDSC 248d8b21201SStephen Boyd help 249d8b21201SStephen Boyd Support for the multimedia clock controller on msm8974 devices. 250d8b21201SStephen Boyd Say Y if you want to support multimedia devices such as display, 251d8b21201SStephen Boyd graphics, video encode/decode, camera, etc. 252b1e010c0SStephen Boyd 253aec89f78SBastian Köcherconfig MSM_GCC_8994 254aec89f78SBastian Köcher tristate "MSM8994 Global Clock Controller" 255aec89f78SBastian Köcher help 256aec89f78SBastian Köcher Support for the global clock controller on msm8994 devices. 257aec89f78SBastian Köcher Say Y if you want to use peripheral devices such as UART, SPI, 258aec89f78SBastian Köcher i2c, USB, UFS, SD/eMMC, PCIe, etc. 259aec89f78SBastian Köcher 260b1e010c0SStephen Boydconfig MSM_GCC_8996 261b1e010c0SStephen Boyd tristate "MSM8996 Global Clock Controller" 2626d91f2c0SSrinivas Kandagatla select QCOM_GDSC 263b1e010c0SStephen Boyd help 264b1e010c0SStephen Boyd Support for the global clock controller on msm8996 devices. 265b1e010c0SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 266b1e010c0SStephen Boyd i2c, USB, UFS, SD/eMMC, PCIe, etc. 267c2526597SStephen Boyd 268c2526597SStephen Boydconfig MSM_MMCC_8996 269c2526597SStephen Boyd tristate "MSM8996 Multimedia Clock Controller" 270c2526597SStephen Boyd select MSM_GCC_8996 2716d91f2c0SSrinivas Kandagatla select QCOM_GDSC 272c2526597SStephen Boyd help 273c2526597SStephen Boyd Support for the multimedia clock controller on msm8996 devices. 274c2526597SStephen Boyd Say Y if you want to support multimedia devices such as display, 275c2526597SStephen Boyd graphics, video encode/decode, camera, etc. 2764cfaa55fSTirupathi Reddy 277b5f5f525SJoonwoo Parkconfig MSM_GCC_8998 278b5f5f525SJoonwoo Park tristate "MSM8998 Global Clock Controller" 27983b4c147SMarc Gonzalez select QCOM_GDSC 280b5f5f525SJoonwoo Park help 281b5f5f525SJoonwoo Park Support for the global clock controller on msm8998 devices. 282b5f5f525SJoonwoo Park Say Y if you want to use peripheral devices such as UART, SPI, 283b5f5f525SJoonwoo Park i2c, USB, UFS, SD/eMMC, PCIe, etc. 284b5f5f525SJoonwoo Park 2853f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998 2863f7df5baSJeffrey Hugo tristate "MSM8998 Graphics Clock Controller" 2873f7df5baSJeffrey Hugo select MSM_GCC_8998 2883f7df5baSJeffrey Hugo select QCOM_GDSC 2893f7df5baSJeffrey Hugo help 2903f7df5baSJeffrey Hugo Support for the graphics clock controller on MSM8998 devices. 2913f7df5baSJeffrey Hugo Say Y if you want to support graphics controller devices and 2923f7df5baSJeffrey Hugo functionality such as 3D graphics. 2933f7df5baSJeffrey Hugo 294d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998 295d14b15b5SJeffrey Hugo tristate "MSM8998 Multimedia Clock Controller" 296d14b15b5SJeffrey Hugo select MSM_GCC_8998 297d14b15b5SJeffrey Hugo select QCOM_GDSC 298d14b15b5SJeffrey Hugo help 299d14b15b5SJeffrey Hugo Support for the multimedia clock controller on msm8998 devices. 300d14b15b5SJeffrey Hugo Say Y if you want to support multimedia devices such as display, 301d14b15b5SJeffrey Hugo graphics, video encode/decode, camera, etc. 302d14b15b5SJeffrey Hugo 303652f1813SShefali Jainconfig QCS_GCC_404 304652f1813SShefali Jain tristate "QCS404 Global Clock Controller" 305652f1813SShefali Jain help 306652f1813SShefali Jain Support for the global clock controller on QCS404 devices. 307652f1813SShefali Jain Say Y if you want to use multimedia devices or peripheral 308652f1813SShefali Jain devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc. 309652f1813SShefali Jain 31015d09e83STaniya Dasconfig SC_CAMCC_7180 31115d09e83STaniya Das tristate "SC7180 Camera Clock Controller" 31215d09e83STaniya Das select SC_GCC_7180 31315d09e83STaniya Das help 31415d09e83STaniya Das Support for the camera clock controller on Qualcomm Technologies, Inc 31515d09e83STaniya Das SC7180 devices. 31615d09e83STaniya Das Say Y if you want to support camera devices and functionality such as 31715d09e83STaniya Das capturing pictures. 31815d09e83STaniya Das 319dd3d0662STaniya Dasconfig SC_DISPCC_7180 320dd3d0662STaniya Das tristate "SC7180 Display Clock Controller" 321dd3d0662STaniya Das select SC_GCC_7180 322dd3d0662STaniya Das help 323dd3d0662STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 324dd3d0662STaniya Das SC7180 devices. 325dd3d0662STaniya Das Say Y if you want to support display devices and functionality such as 326dd3d0662STaniya Das splash screen. 327dd3d0662STaniya Das 32817269568STaniya Dasconfig SC_GCC_7180 32917269568STaniya Das tristate "SC7180 Global Clock Controller" 33017269568STaniya Das select QCOM_GDSC 33117269568STaniya Das depends on COMMON_CLK_QCOM 33217269568STaniya Das help 33317269568STaniya Das Support for the global clock controller on SC7180 devices. 33417269568STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 33517269568STaniya Das I2C, USB, UFS, SDCC, etc. 33617269568STaniya Das 337edab812dSTaniya Dasconfig SC_LPASS_CORECC_7180 338edab812dSTaniya Das tristate "SC7180 LPASS Core Clock Controller" 339edab812dSTaniya Das select SC_GCC_7180 340edab812dSTaniya Das help 341edab812dSTaniya Das Support for the LPASS(Low Power Audio Subsystem) core clock controller 342edab812dSTaniya Das on SC7180 devices. 343edab812dSTaniya Das Say Y if you want to use LPASS clocks and power domains of the LPASS 344edab812dSTaniya Das core clock controller. 345edab812dSTaniya Das 346745ff069STaniya Dasconfig SC_GPUCC_7180 347745ff069STaniya Das tristate "SC7180 Graphics Clock Controller" 348745ff069STaniya Das select SC_GCC_7180 349745ff069STaniya Das help 350745ff069STaniya Das Support for the graphics clock controller on SC7180 devices. 351745ff069STaniya Das Say Y if you want to support graphics controller devices and 352745ff069STaniya Das functionality such as 3D graphics. 353745ff069STaniya Das 3548def929cSTaniya Dasconfig SC_MSS_7180 3558def929cSTaniya Das tristate "SC7180 Modem Clock Controller" 3568def929cSTaniya Das select SC_GCC_7180 3578def929cSTaniya Das help 3588def929cSTaniya Das Support for the Modem Subsystem clock controller on Qualcomm 3598def929cSTaniya Das Technologies, Inc on SC7180 devices. 3608def929cSTaniya Das Say Y if you want to use the Modem branch clocks of the Modem 3618def929cSTaniya Das subsystem clock controller to reset the MSS subsystem. 3628def929cSTaniya Das 363253dc75aSTaniya Dasconfig SC_VIDEOCC_7180 364253dc75aSTaniya Das tristate "SC7180 Video Clock Controller" 365253dc75aSTaniya Das select SC_GCC_7180 366253dc75aSTaniya Das help 367253dc75aSTaniya Das Support for the video clock controller on SC7180 devices. 368253dc75aSTaniya Das Say Y if you want to support video devices and functionality such as 369253dc75aSTaniya Das video encode and decode. 370253dc75aSTaniya Das 37178412c26SAmit Nischalconfig SDM_CAMCC_845 37278412c26SAmit Nischal tristate "SDM845 Camera Clock Controller" 37378412c26SAmit Nischal select SDM_GCC_845 37478412c26SAmit Nischal help 37578412c26SAmit Nischal Support for the camera clock controller on SDM845 devices. 37678412c26SAmit Nischal Say Y if you want to support camera devices and camera functionality. 37778412c26SAmit Nischal 378f2a76a29STaniya Dasconfig SDM_GCC_660 379f2a76a29STaniya Das tristate "SDM660 Global Clock Controller" 380f2a76a29STaniya Das select QCOM_GDSC 381f2a76a29STaniya Das help 382f2a76a29STaniya Das Support for the global clock controller on SDM660 devices. 383f2a76a29STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 384f2a76a29STaniya Das i2C, USB, UFS, SDDC, PCIe, etc. 385f2a76a29STaniya Das 386892df019SBjorn Anderssonconfig QCS_TURING_404 387892df019SBjorn Andersson tristate "QCS404 Turing Clock Controller" 388892df019SBjorn Andersson help 389892df019SBjorn Andersson Support for the Turing Clock Controller on QCS404, provides clocks 390892df019SBjorn Andersson and resets for the Turing subsystem. 391892df019SBjorn Andersson 3926cdef273SGovind Singhconfig QCS_Q6SSTOP_404 3936cdef273SGovind Singh tristate "QCS404 Q6SSTOP Clock Controller" 3946cdef273SGovind Singh select QCS_GCC_404 3956cdef273SGovind Singh help 3966cdef273SGovind Singh Support for the Q6SSTOP clock controller on QCS404 devices. 3976cdef273SGovind Singh Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock 3986cdef273SGovind Singh controller to reset the Q6SSTOP subsystem. 3996cdef273SGovind Singh 40006391eddSTaniya Dasconfig SDM_GCC_845 40106391eddSTaniya Das tristate "SDM845 Global Clock Controller" 40206391eddSTaniya Das select QCOM_GDSC 40306391eddSTaniya Das help 40477122d6fSStephen Boyd Support for the global clock controller on SDM845 devices. 40506391eddSTaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 40677122d6fSStephen Boyd i2C, USB, UFS, SDDC, PCIe, etc. 40706391eddSTaniya Das 408453361cdSAmit Nischalconfig SDM_GPUCC_845 409453361cdSAmit Nischal tristate "SDM845 Graphics Clock Controller" 410453361cdSAmit Nischal select SDM_GCC_845 411453361cdSAmit Nischal help 412453361cdSAmit Nischal Support for the graphics clock controller on SDM845 devices. 413453361cdSAmit Nischal Say Y if you want to support graphics controller devices and 414453361cdSAmit Nischal functionality such as 3D graphics. 415453361cdSAmit Nischal 416c646b347SAmit Nischalconfig SDM_VIDEOCC_845 417c646b347SAmit Nischal tristate "SDM845 Video Clock Controller" 418c646b347SAmit Nischal select SDM_GCC_845 419c646b347SAmit Nischal select QCOM_GDSC 420c646b347SAmit Nischal help 42177122d6fSStephen Boyd Support for the video clock controller on SDM845 devices. 422c646b347SAmit Nischal Say Y if you want to support video devices and functionality such as 423c646b347SAmit Nischal video encode and decode. 424c646b347SAmit Nischal 42581351776STaniya Dasconfig SDM_DISPCC_845 42681351776STaniya Das tristate "SDM845 Display Clock Controller" 42781351776STaniya Das select SDM_GCC_845 42881351776STaniya Das help 42981351776STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 43081351776STaniya Das SDM845 devices. 43181351776STaniya Das Say Y if you want to support display devices and functionality such as 43281351776STaniya Das splash screen. 43381351776STaniya Das 4348d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845 4358d3e5b9cSTaniya Das tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller" 4368d3e5b9cSTaniya Das select SDM_GCC_845 4378d3e5b9cSTaniya Das help 4388d3e5b9cSTaniya Das Support for the LPASS clock controller on SDM845 devices. 4398d3e5b9cSTaniya Das Say Y if you want to use the LPASS branch clocks of the LPASS clock 4408d3e5b9cSTaniya Das controller to reset the LPASS subsystem. 4418d3e5b9cSTaniya Das 4423fade566SNaveen Yadavconfig SDX_GCC_55 4433fade566SNaveen Yadav tristate "SDX55 Global Clock Controller" 444063930edSManivannan Sadhasivam select QCOM_GDSC 4453fade566SNaveen Yadav help 4463fade566SNaveen Yadav Support for the global clock controller on SDX55 devices. 4473fade566SNaveen Yadav Say Y if you want to use peripheral devices such as UART, 4483fade566SNaveen Yadav SPI, I2C, USB, SD/UFS, PCIe etc. 4493fade566SNaveen Yadav 45080a18f4aSJonathan Marekconfig SM_DISPCC_8250 45180a18f4aSJonathan Marek tristate "SM8150 and SM8250 Display Clock Controller" 45280a18f4aSJonathan Marek depends on SM_GCC_8150 || SM_GCC_8250 45380a18f4aSJonathan Marek help 45480a18f4aSJonathan Marek Support for the display clock controller on Qualcomm Technologies, Inc 45580a18f4aSJonathan Marek SM8150 and SM8250 devices. 45680a18f4aSJonathan Marek Say Y if you want to support display devices and functionality such as 45780a18f4aSJonathan Marek splash screen. 45880a18f4aSJonathan Marek 4592a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150 4602a1d7eb8SDeepak Katragadda tristate "SM8150 Global Clock Controller" 4612a1d7eb8SDeepak Katragadda help 4622a1d7eb8SDeepak Katragadda Support for the global clock controller on SM8150 devices. 4632a1d7eb8SDeepak Katragadda Say Y if you want to use peripheral devices such as UART, 4642a1d7eb8SDeepak Katragadda SPI, I2C, USB, SD/UFS, PCIe etc. 4652a1d7eb8SDeepak Katragadda 4663e577092STaniya Dasconfig SM_GCC_8250 4673e577092STaniya Das tristate "SM8250 Global Clock Controller" 4683a4ef4caSJonathan Marek select QCOM_GDSC 4693e577092STaniya Das help 4703e577092STaniya Das Support for the global clock controller on SM8250 devices. 4713e577092STaniya Das Say Y if you want to use peripheral devices such as UART, 4723e577092STaniya Das SPI, I2C, USB, SD/UFS, PCIe etc. 4733e577092STaniya Das 4740cef71f2SJonathan Marekconfig SM_GPUCC_8150 4750cef71f2SJonathan Marek tristate "SM8150 Graphics Clock Controller" 4760cef71f2SJonathan Marek select SM_GCC_8150 4770cef71f2SJonathan Marek help 4780cef71f2SJonathan Marek Support for the graphics clock controller on SM8150 devices. 4790cef71f2SJonathan Marek Say Y if you want to support graphics controller devices and 4800cef71f2SJonathan Marek functionality such as 3D graphics. 4810cef71f2SJonathan Marek 48228f0769cSJonathan Marekconfig SM_GPUCC_8250 48328f0769cSJonathan Marek tristate "SM8250 Graphics Clock Controller" 48428f0769cSJonathan Marek select SM_GCC_8250 48528f0769cSJonathan Marek help 48628f0769cSJonathan Marek Support for the graphics clock controller on SM8250 devices. 48728f0769cSJonathan Marek Say Y if you want to support graphics controller devices and 48828f0769cSJonathan Marek functionality such as 3D graphics. 48928f0769cSJonathan Marek 4905658e8cfSJonathan Marekconfig SM_VIDEOCC_8150 4915658e8cfSJonathan Marek tristate "SM8150 Video Clock Controller" 4925658e8cfSJonathan Marek select SDM_GCC_8150 4935658e8cfSJonathan Marek select QCOM_GDSC 4945658e8cfSJonathan Marek help 4955658e8cfSJonathan Marek Support for the video clock controller on SM8150 devices. 4965658e8cfSJonathan Marek Say Y if you want to support video devices and functionality such as 4975658e8cfSJonathan Marek video encode and decode. 4985658e8cfSJonathan Marek 4990e94711aSJonathan Marekconfig SM_VIDEOCC_8250 5000e94711aSJonathan Marek tristate "SM8250 Video Clock Controller" 5010e94711aSJonathan Marek select SDM_GCC_8250 5020e94711aSJonathan Marek select QCOM_GDSC 5030e94711aSJonathan Marek help 5040e94711aSJonathan Marek Support for the video clock controller on SM8250 devices. 5050e94711aSJonathan Marek Say Y if you want to support video devices and functionality such as 5060e94711aSJonathan Marek video encode and decode. 5070e94711aSJonathan Marek 5084cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV 5094cfaa55fSTirupathi Reddy tristate "SPMI PMIC clkdiv Support" 510f071bcebSStephen Boyd depends on SPMI || COMPILE_TEST 5114cfaa55fSTirupathi Reddy help 5124cfaa55fSTirupathi Reddy This driver supports the clkdiv functionality on the Qualcomm 5134cfaa55fSTirupathi Reddy Technologies, Inc. SPMI PMIC. It configures the frequency of 5144cfaa55fSTirupathi Reddy clkdiv outputs of the PMIC. These clocks are typically wired 5154cfaa55fSTirupathi Reddy through alternate functions on GPIO pins. 516cb546b79SStephen Boyd 517cb546b79SStephen Boydconfig QCOM_HFPLL 518cb546b79SStephen Boyd tristate "High-Frequency PLL (HFPLL) Clock Controller" 519cb546b79SStephen Boyd help 520cb546b79SStephen Boyd Support for the high-frequency PLLs present on Qualcomm devices. 521cb546b79SStephen Boyd Say Y if you want to support CPU frequency scaling on devices 522cb546b79SStephen Boyd such as MSM8974, APQ8084, etc. 5233ddc3564SStephen Boyd 5243ddc3564SStephen Boydconfig KPSS_XCC 5253ddc3564SStephen Boyd tristate "KPSS Clock Controller" 5263ddc3564SStephen Boyd help 5273ddc3564SStephen Boyd Support for the Krait ACC and GCC clock controllers. Say Y 5283ddc3564SStephen Boyd if you want to support CPU frequency scaling on devices such 5293ddc3564SStephen Boyd as MSM8960, APQ8064, etc. 530bb5c4a85SStephen Boyd 531bb5c4a85SStephen Boydconfig KRAITCC 532bb5c4a85SStephen Boyd tristate "Krait Clock Controller" 533f071bcebSStephen Boyd depends on ARM 534bb5c4a85SStephen Boyd select KRAIT_CLOCKS 535bb5c4a85SStephen Boyd help 536bb5c4a85SStephen Boyd Support for the Krait CPU clocks on Qualcomm devices. 537bb5c4a85SStephen Boyd Say Y if you want to support CPU frequency scaling. 538f071bcebSStephen Boyd 539a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250 540a2d8f507SSrinivas Kandagatla tristate "SM8250 GFM LPASS Clocks" 541a2d8f507SSrinivas Kandagatla help 542a2d8f507SSrinivas Kandagatla Support for the Glitch Free Mux (GFM) Low power audio 543a2d8f507SSrinivas Kandagatla subsystem (LPASS) clocks found on SM8250 SoCs. 544a2d8f507SSrinivas Kandagatla 545f071bcebSStephen Boydendif 546