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 3181ac3884SGeorgi Djakovconfig QCOM_CLK_APCS_MSM8916 3281ac3884SGeorgi Djakov tristate "MSM8916 APCS Clock Controller" 3381ac3884SGeorgi Djakov depends on QCOM_APCS_IPC || COMPILE_TEST 3481ac3884SGeorgi Djakov help 3581ac3884SGeorgi Djakov Support for the APCS Clock Controller on msm8916 devices. The 3681ac3884SGeorgi Djakov APCS is managing the mux and divider which feeds the CPUs. 3781ac3884SGeorgi Djakov Say Y if you want to support CPU frequency scaling on devices 3881ac3884SGeorgi Djakov such as msm8916. 3981ac3884SGeorgi Djakov 4003e342dcSLoic Poulainconfig QCOM_CLK_APCC_MSM8996 4103e342dcSLoic Poulain tristate "MSM8996 CPU Clock Controller" 4203e342dcSLoic Poulain select QCOM_KRYO_L2_ACCESSORS 4303e342dcSLoic Poulain depends on ARM64 4403e342dcSLoic Poulain help 4503e342dcSLoic Poulain Support for the CPU clock controller on msm8996 devices. 4603e342dcSLoic Poulain Say Y if you want to support CPU clock scaling using CPUfreq 4702d8e879SColin Ian King drivers for dynamic power management. 4803e342dcSLoic Poulain 49872f91b5SGeorgi Djakovconfig QCOM_CLK_RPM 50872f91b5SGeorgi Djakov tristate "RPM based Clock Controller" 51f071bcebSStephen Boyd depends on MFD_QCOM_RPM 52872f91b5SGeorgi Djakov select QCOM_RPMCC 53872f91b5SGeorgi Djakov help 54872f91b5SGeorgi Djakov The RPM (Resource Power Manager) is a dedicated hardware engine for 55872f91b5SGeorgi Djakov managing the shared SoC resources in order to keep the lowest power 56872f91b5SGeorgi Djakov profile. It communicates with other hardware subsystems via shared 57872f91b5SGeorgi Djakov memory and accepts clock requests, aggregates the requests and turns 58872f91b5SGeorgi Djakov the clocks on/off or scales them on demand. 59872f91b5SGeorgi Djakov Say Y if you want to support the clocks exposed by the RPM on 60872f91b5SGeorgi Djakov platforms such as apq8064, msm8660, msm8960 etc. 61872f91b5SGeorgi Djakov 6200f64b58SGeorgi Djakovconfig QCOM_CLK_SMD_RPM 6300f64b58SGeorgi Djakov tristate "RPM over SMD based Clock Controller" 64f071bcebSStephen Boyd depends on QCOM_SMD_RPM 6500f64b58SGeorgi Djakov select QCOM_RPMCC 6600f64b58SGeorgi Djakov help 6700f64b58SGeorgi Djakov The RPM (Resource Power Manager) is a dedicated hardware engine for 6800f64b58SGeorgi Djakov managing the shared SoC resources in order to keep the lowest power 6900f64b58SGeorgi Djakov profile. It communicates with other hardware subsystems via shared 7000f64b58SGeorgi Djakov memory and accepts clock requests, aggregates the requests and turns 7100f64b58SGeorgi Djakov the clocks on/off or scales them on demand. 7200f64b58SGeorgi Djakov Say Y if you want to support the clocks exposed by the RPM on 7300f64b58SGeorgi Djakov platforms such as apq8016, apq8084, msm8974 etc. 7400f64b58SGeorgi Djakov 759c7e4702STaniya Dasconfig QCOM_CLK_RPMH 769c7e4702STaniya Das tristate "RPMh Clock Driver" 77f071bcebSStephen Boyd depends on QCOM_RPMH 789c7e4702STaniya Das help 799c7e4702STaniya Das RPMh manages shared resources on some Qualcomm Technologies, Inc. 809c7e4702STaniya Das SoCs. It accepts requests from other hardware subsystems via RSC. 819c7e4702STaniya Das Say Y if you want to support the clocks exposed by RPMh on 829c7e4702STaniya Das platforms such as SDM845. 839c7e4702STaniya Das 8402824653SGeorgi Djakovconfig APQ_GCC_8084 8502824653SGeorgi Djakov tristate "APQ8084 Global Clock Controller" 86639af949SRajendra Nayak select QCOM_GDSC 8702824653SGeorgi Djakov help 8802824653SGeorgi Djakov Support for the global clock controller on apq8084 devices. 8902824653SGeorgi Djakov Say Y if you want to use peripheral devices such as UART, SPI, 9002824653SGeorgi Djakov i2c, USB, SD/eMMC, SATA, PCIe, etc. 9102824653SGeorgi Djakov 922b46cd23SGeorgi Djakovconfig APQ_MMCC_8084 932b46cd23SGeorgi Djakov tristate "APQ8084 Multimedia Clock Controller" 942b46cd23SGeorgi Djakov select APQ_GCC_8084 95cb2eb7deSStephane Viau select QCOM_GDSC 962b46cd23SGeorgi Djakov help 972b46cd23SGeorgi Djakov Support for the multimedia clock controller on apq8084 devices. 982b46cd23SGeorgi Djakov Say Y if you want to support multimedia devices such as display, 992b46cd23SGeorgi Djakov graphics, video encode/decode, camera, etc. 1002b46cd23SGeorgi Djakov 101ecd2bacfSSivaprakash Murugesanconfig IPQ_APSS_PLL 102ecd2bacfSSivaprakash Murugesan tristate "IPQ APSS PLL" 103ecd2bacfSSivaprakash Murugesan help 104ecd2bacfSSivaprakash Murugesan Support for APSS PLL on ipq devices. The APSS PLL is the main 105ecd2bacfSSivaprakash Murugesan clock that feeds the CPUs on ipq based devices. 106ecd2bacfSSivaprakash Murugesan Say Y if you want to support CPU frequency scaling on ipq based 107ecd2bacfSSivaprakash Murugesan devices. 108ecd2bacfSSivaprakash Murugesan 1095e77b4efSSivaprakash Murugesanconfig IPQ_APSS_6018 1105e77b4efSSivaprakash Murugesan tristate "IPQ APSS Clock Controller" 1115e77b4efSSivaprakash Murugesan select IPQ_APSS_PLL 1125e77b4efSSivaprakash Murugesan depends on QCOM_APCS_IPC || COMPILE_TEST 1135e77b4efSSivaprakash Murugesan help 1145e77b4efSSivaprakash Murugesan Support for APSS clock controller on IPQ platforms. The 1155e77b4efSSivaprakash Murugesan APSS clock controller manages the Mux and enable block that feeds the 1165e77b4efSSivaprakash Murugesan CPUs. 1175e77b4efSSivaprakash Murugesan Say Y if you want to support CPU frequency scaling on 1185e77b4efSSivaprakash Murugesan ipq based devices. 1195e77b4efSSivaprakash Murugesan 1206971e863SVaradarajan Narayananconfig IPQ_GCC_4019 1216971e863SVaradarajan Narayanan tristate "IPQ4019 Global Clock Controller" 1226971e863SVaradarajan Narayanan help 1236971e863SVaradarajan Narayanan Support for the global clock controller on ipq4019 devices. 1246971e863SVaradarajan Narayanan Say Y if you want to use peripheral devices such as UART, SPI, 1256971e863SVaradarajan Narayanan i2c, USB, SD/eMMC, etc. 1266971e863SVaradarajan Narayanan 127d9db07f0SSricharan Rconfig IPQ_GCC_6018 128d9db07f0SSricharan R tristate "IPQ6018 Global Clock Controller" 129d9db07f0SSricharan R help 130d9db07f0SSricharan R Support for global clock controller on ipq6018 devices. 131d9db07f0SSricharan R Say Y if you want to use peripheral devices such as UART, SPI, 132d9db07f0SSricharan R i2c, USB, SD/eMMC, etc. Select this for the root clock 133d9db07f0SSricharan R of ipq6018. 134d9db07f0SSricharan R 13524d8fba4SKumar Galaconfig IPQ_GCC_806X 13624d8fba4SKumar Gala tristate "IPQ806x Global Clock Controller" 13724d8fba4SKumar Gala help 13824d8fba4SKumar Gala Support for the global clock controller on ipq806x devices. 13924d8fba4SKumar Gala Say Y if you want to use peripheral devices such as UART, SPI, 14024d8fba4SKumar Gala i2c, USB, SD/eMMC, etc. 14124d8fba4SKumar Gala 142c99e515aSRajendra Nayakconfig IPQ_LCC_806X 143c99e515aSRajendra Nayak tristate "IPQ806x LPASS Clock Controller" 144c99e515aSRajendra Nayak select IPQ_GCC_806X 145c99e515aSRajendra Nayak help 146c99e515aSRajendra Nayak Support for the LPASS clock controller on ipq806x devices. 147c99e515aSRajendra Nayak Say Y if you want to use audio devices such as i2s, pcm, 148c99e515aSRajendra Nayak S/PDIF, etc. 149c99e515aSRajendra Nayak 150371a9507SAbhishek Sahuconfig IPQ_GCC_8074 151371a9507SAbhishek Sahu tristate "IPQ8074 Global Clock Controller" 152371a9507SAbhishek Sahu help 153371a9507SAbhishek Sahu Support for global clock controller on ipq8074 devices. 154371a9507SAbhishek Sahu Say Y if you want to use peripheral devices such as UART, SPI, 155371a9507SAbhishek Sahu i2c, USB, SD/eMMC, etc. Select this for the root clock 156371a9507SAbhishek Sahu of ipq8074. 157371a9507SAbhishek Sahu 1580eeff27bSStephen Boydconfig MSM_GCC_8660 1590eeff27bSStephen Boyd tristate "MSM8660 Global Clock Controller" 1600eeff27bSStephen Boyd help 1610eeff27bSStephen Boyd Support for the global clock controller on msm8660 devices. 1620eeff27bSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 1630eeff27bSStephen Boyd i2c, USB, SD/eMMC, etc. 1640eeff27bSStephen Boyd 1653966fab8SGeorgi Djakovconfig MSM_GCC_8916 1663966fab8SGeorgi Djakov tristate "MSM8916 Global Clock Controller" 167073ae2b4SRajendra Nayak select QCOM_GDSC 1683966fab8SGeorgi Djakov help 1693966fab8SGeorgi Djakov Support for the global clock controller on msm8916 devices. 1703966fab8SGeorgi Djakov Say Y if you want to use devices such as UART, SPI i2c, USB, 1713966fab8SGeorgi Djakov SD/eMMC, display, graphics, camera etc. 1723966fab8SGeorgi Djakov 1731664014eSBryan O'Donoghueconfig MSM_GCC_8939 1741664014eSBryan O'Donoghue tristate "MSM8939 Global Clock Controller" 1751664014eSBryan O'Donoghue select QCOM_GDSC 1761664014eSBryan O'Donoghue help 1771664014eSBryan O'Donoghue Support for the global clock controller on msm8939 devices. 1781664014eSBryan O'Donoghue Say Y if you want to use devices such as UART, SPI i2c, USB, 1791664014eSBryan O'Donoghue SD/eMMC, display, graphics, camera etc. 1801664014eSBryan O'Donoghue 1812ec94130SStephen Boydconfig MSM_GCC_8960 1822d85a713SKumar Gala tristate "APQ8064/MSM8960 Global Clock Controller" 1832ec94130SStephen Boyd help 1842d85a713SKumar Gala Support for the global clock controller on apq8064/msm8960 devices. 1852ec94130SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 1862ec94130SStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 1876d00b56fSStephen Boyd 188b82875eeSStephen Boydconfig MSM_LCC_8960 189b82875eeSStephen Boyd tristate "APQ8064/MSM8960 LPASS Clock Controller" 190b82875eeSStephen Boyd select MSM_GCC_8960 191b82875eeSStephen Boyd help 192b82875eeSStephen Boyd Support for the LPASS clock controller on apq8064/msm8960 devices. 193b82875eeSStephen Boyd Say Y if you want to use audio devices such as i2s, pcm, 194b82875eeSStephen Boyd SLIMBus, etc. 195b82875eeSStephen Boyd 1967792a8d6SNeil Armstrongconfig MDM_GCC_9615 1977792a8d6SNeil Armstrong tristate "MDM9615 Global Clock Controller" 1987792a8d6SNeil Armstrong help 1997792a8d6SNeil Armstrong Support for the global clock controller on mdm9615 devices. 2007792a8d6SNeil Armstrong Say Y if you want to use peripheral devices such as UART, SPI, 2017792a8d6SNeil Armstrong i2c, USB, SD/eMMC, etc. 2027792a8d6SNeil Armstrong 2037792a8d6SNeil Armstrongconfig MDM_LCC_9615 2047792a8d6SNeil Armstrong tristate "MDM9615 LPASS Clock Controller" 2057792a8d6SNeil Armstrong select MDM_GCC_9615 2067792a8d6SNeil Armstrong help 2077792a8d6SNeil Armstrong Support for the LPASS clock controller on mdm9615 devices. 2087792a8d6SNeil Armstrong Say Y if you want to use audio devices such as i2s, pcm, 2097792a8d6SNeil Armstrong SLIMBus, etc. 2107792a8d6SNeil Armstrong 2116d00b56fSStephen Boydconfig MSM_MMCC_8960 2126d00b56fSStephen Boyd tristate "MSM8960 Multimedia Clock Controller" 2136d00b56fSStephen Boyd select MSM_GCC_8960 2146d00b56fSStephen Boyd help 2156d00b56fSStephen Boyd Support for the multimedia clock controller on msm8960 devices. 2166d00b56fSStephen Boyd Say Y if you want to support multimedia devices such as display, 2176d00b56fSStephen Boyd graphics, video encode/decode, camera, etc. 218d33faa9eSStephen Boyd 219d33faa9eSStephen Boydconfig MSM_GCC_8974 220d33faa9eSStephen Boyd tristate "MSM8974 Global Clock Controller" 221340029efSStephen Boyd select QCOM_GDSC 222d33faa9eSStephen Boyd help 223d33faa9eSStephen Boyd Support for the global clock controller on msm8974 devices. 224d33faa9eSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 225d33faa9eSStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 226d8b21201SStephen Boyd 227d8b21201SStephen Boydconfig MSM_MMCC_8974 228d8b21201SStephen Boyd tristate "MSM8974 Multimedia Clock Controller" 229d8b21201SStephen Boyd select MSM_GCC_8974 2308108b23cSStephen Boyd select QCOM_GDSC 231d8b21201SStephen Boyd help 232d8b21201SStephen Boyd Support for the multimedia clock controller on msm8974 devices. 233d8b21201SStephen Boyd Say Y if you want to support multimedia devices such as display, 234d8b21201SStephen Boyd graphics, video encode/decode, camera, etc. 235b1e010c0SStephen Boyd 236aec89f78SBastian Köcherconfig MSM_GCC_8994 237aec89f78SBastian Köcher tristate "MSM8994 Global Clock Controller" 238aec89f78SBastian Köcher help 239aec89f78SBastian Köcher Support for the global clock controller on msm8994 devices. 240aec89f78SBastian Köcher Say Y if you want to use peripheral devices such as UART, SPI, 241aec89f78SBastian Köcher i2c, USB, UFS, SD/eMMC, PCIe, etc. 242aec89f78SBastian Köcher 243b1e010c0SStephen Boydconfig MSM_GCC_8996 244b1e010c0SStephen Boyd tristate "MSM8996 Global Clock Controller" 2456d91f2c0SSrinivas Kandagatla select QCOM_GDSC 246b1e010c0SStephen Boyd help 247b1e010c0SStephen Boyd Support for the global clock controller on msm8996 devices. 248b1e010c0SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 249b1e010c0SStephen Boyd i2c, USB, UFS, SD/eMMC, PCIe, etc. 250c2526597SStephen Boyd 251c2526597SStephen Boydconfig MSM_MMCC_8996 252c2526597SStephen Boyd tristate "MSM8996 Multimedia Clock Controller" 253c2526597SStephen Boyd select MSM_GCC_8996 2546d91f2c0SSrinivas Kandagatla select QCOM_GDSC 255c2526597SStephen Boyd help 256c2526597SStephen Boyd Support for the multimedia clock controller on msm8996 devices. 257c2526597SStephen Boyd Say Y if you want to support multimedia devices such as display, 258c2526597SStephen Boyd graphics, video encode/decode, camera, etc. 2594cfaa55fSTirupathi Reddy 260b5f5f525SJoonwoo Parkconfig MSM_GCC_8998 261b5f5f525SJoonwoo Park tristate "MSM8998 Global Clock Controller" 26283b4c147SMarc Gonzalez select QCOM_GDSC 263b5f5f525SJoonwoo Park help 264b5f5f525SJoonwoo Park Support for the global clock controller on msm8998 devices. 265b5f5f525SJoonwoo Park Say Y if you want to use peripheral devices such as UART, SPI, 266b5f5f525SJoonwoo Park i2c, USB, UFS, SD/eMMC, PCIe, etc. 267b5f5f525SJoonwoo Park 2683f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998 2693f7df5baSJeffrey Hugo tristate "MSM8998 Graphics Clock Controller" 2703f7df5baSJeffrey Hugo select MSM_GCC_8998 2713f7df5baSJeffrey Hugo select QCOM_GDSC 2723f7df5baSJeffrey Hugo help 2733f7df5baSJeffrey Hugo Support for the graphics clock controller on MSM8998 devices. 2743f7df5baSJeffrey Hugo Say Y if you want to support graphics controller devices and 2753f7df5baSJeffrey Hugo functionality such as 3D graphics. 2763f7df5baSJeffrey Hugo 277d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998 278d14b15b5SJeffrey Hugo tristate "MSM8998 Multimedia Clock Controller" 279d14b15b5SJeffrey Hugo select MSM_GCC_8998 280d14b15b5SJeffrey Hugo select QCOM_GDSC 281d14b15b5SJeffrey Hugo help 282d14b15b5SJeffrey Hugo Support for the multimedia clock controller on msm8998 devices. 283d14b15b5SJeffrey Hugo Say Y if you want to support multimedia devices such as display, 284d14b15b5SJeffrey Hugo graphics, video encode/decode, camera, etc. 285d14b15b5SJeffrey Hugo 286652f1813SShefali Jainconfig QCS_GCC_404 287652f1813SShefali Jain tristate "QCS404 Global Clock Controller" 288652f1813SShefali Jain help 289652f1813SShefali Jain Support for the global clock controller on QCS404 devices. 290652f1813SShefali Jain Say Y if you want to use multimedia devices or peripheral 291652f1813SShefali Jain devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc. 292652f1813SShefali Jain 29315d09e83STaniya Dasconfig SC_CAMCC_7180 29415d09e83STaniya Das tristate "SC7180 Camera Clock Controller" 29515d09e83STaniya Das select SC_GCC_7180 29615d09e83STaniya Das help 29715d09e83STaniya Das Support for the camera clock controller on Qualcomm Technologies, Inc 29815d09e83STaniya Das SC7180 devices. 29915d09e83STaniya Das Say Y if you want to support camera devices and functionality such as 30015d09e83STaniya Das capturing pictures. 30115d09e83STaniya Das 302dd3d0662STaniya Dasconfig SC_DISPCC_7180 303dd3d0662STaniya Das tristate "SC7180 Display Clock Controller" 304dd3d0662STaniya Das select SC_GCC_7180 305dd3d0662STaniya Das help 306dd3d0662STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 307dd3d0662STaniya Das SC7180 devices. 308dd3d0662STaniya Das Say Y if you want to support display devices and functionality such as 309dd3d0662STaniya Das splash screen. 310dd3d0662STaniya Das 31117269568STaniya Dasconfig SC_GCC_7180 31217269568STaniya Das tristate "SC7180 Global Clock Controller" 31317269568STaniya Das select QCOM_GDSC 31417269568STaniya Das depends on COMMON_CLK_QCOM 31517269568STaniya Das help 31617269568STaniya Das Support for the global clock controller on SC7180 devices. 31717269568STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 31817269568STaniya Das I2C, USB, UFS, SDCC, etc. 31917269568STaniya Das 320edab812dSTaniya Dasconfig SC_LPASS_CORECC_7180 321edab812dSTaniya Das tristate "SC7180 LPASS Core Clock Controller" 322edab812dSTaniya Das select SC_GCC_7180 323edab812dSTaniya Das help 324edab812dSTaniya Das Support for the LPASS(Low Power Audio Subsystem) core clock controller 325edab812dSTaniya Das on SC7180 devices. 326edab812dSTaniya Das Say Y if you want to use LPASS clocks and power domains of the LPASS 327edab812dSTaniya Das core clock controller. 328edab812dSTaniya Das 329745ff069STaniya Dasconfig SC_GPUCC_7180 330745ff069STaniya Das tristate "SC7180 Graphics Clock Controller" 331745ff069STaniya Das select SC_GCC_7180 332745ff069STaniya Das help 333745ff069STaniya Das Support for the graphics clock controller on SC7180 devices. 334745ff069STaniya Das Say Y if you want to support graphics controller devices and 335745ff069STaniya Das functionality such as 3D graphics. 336745ff069STaniya Das 3378def929cSTaniya Dasconfig SC_MSS_7180 3388def929cSTaniya Das tristate "SC7180 Modem Clock Controller" 3398def929cSTaniya Das select SC_GCC_7180 3408def929cSTaniya Das help 3418def929cSTaniya Das Support for the Modem Subsystem clock controller on Qualcomm 3428def929cSTaniya Das Technologies, Inc on SC7180 devices. 3438def929cSTaniya Das Say Y if you want to use the Modem branch clocks of the Modem 3448def929cSTaniya Das subsystem clock controller to reset the MSS subsystem. 3458def929cSTaniya Das 346253dc75aSTaniya Dasconfig SC_VIDEOCC_7180 347253dc75aSTaniya Das tristate "SC7180 Video Clock Controller" 348253dc75aSTaniya Das select SC_GCC_7180 349253dc75aSTaniya Das help 350253dc75aSTaniya Das Support for the video clock controller on SC7180 devices. 351253dc75aSTaniya Das Say Y if you want to support video devices and functionality such as 352253dc75aSTaniya Das video encode and decode. 353253dc75aSTaniya Das 35478412c26SAmit Nischalconfig SDM_CAMCC_845 35578412c26SAmit Nischal tristate "SDM845 Camera Clock Controller" 35678412c26SAmit Nischal select SDM_GCC_845 35778412c26SAmit Nischal help 35878412c26SAmit Nischal Support for the camera clock controller on SDM845 devices. 35978412c26SAmit Nischal Say Y if you want to support camera devices and camera functionality. 36078412c26SAmit Nischal 361f2a76a29STaniya Dasconfig SDM_GCC_660 362f2a76a29STaniya Das tristate "SDM660 Global Clock Controller" 363f2a76a29STaniya Das select QCOM_GDSC 364f2a76a29STaniya Das help 365f2a76a29STaniya Das Support for the global clock controller on SDM660 devices. 366f2a76a29STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 367f2a76a29STaniya Das i2C, USB, UFS, SDDC, PCIe, etc. 368f2a76a29STaniya Das 369892df019SBjorn Anderssonconfig QCS_TURING_404 370892df019SBjorn Andersson tristate "QCS404 Turing Clock Controller" 371892df019SBjorn Andersson help 372892df019SBjorn Andersson Support for the Turing Clock Controller on QCS404, provides clocks 373892df019SBjorn Andersson and resets for the Turing subsystem. 374892df019SBjorn Andersson 3756cdef273SGovind Singhconfig QCS_Q6SSTOP_404 3766cdef273SGovind Singh tristate "QCS404 Q6SSTOP Clock Controller" 3776cdef273SGovind Singh select QCS_GCC_404 3786cdef273SGovind Singh help 3796cdef273SGovind Singh Support for the Q6SSTOP clock controller on QCS404 devices. 3806cdef273SGovind Singh Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock 3816cdef273SGovind Singh controller to reset the Q6SSTOP subsystem. 3826cdef273SGovind Singh 38306391eddSTaniya Dasconfig SDM_GCC_845 38406391eddSTaniya Das tristate "SDM845 Global Clock Controller" 38506391eddSTaniya Das select QCOM_GDSC 38606391eddSTaniya Das help 38777122d6fSStephen Boyd Support for the global clock controller on SDM845 devices. 38806391eddSTaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 38977122d6fSStephen Boyd i2C, USB, UFS, SDDC, PCIe, etc. 39006391eddSTaniya Das 391453361cdSAmit Nischalconfig SDM_GPUCC_845 392453361cdSAmit Nischal tristate "SDM845 Graphics Clock Controller" 393453361cdSAmit Nischal select SDM_GCC_845 394453361cdSAmit Nischal help 395453361cdSAmit Nischal Support for the graphics clock controller on SDM845 devices. 396453361cdSAmit Nischal Say Y if you want to support graphics controller devices and 397453361cdSAmit Nischal functionality such as 3D graphics. 398453361cdSAmit Nischal 399c646b347SAmit Nischalconfig SDM_VIDEOCC_845 400c646b347SAmit Nischal tristate "SDM845 Video Clock Controller" 401c646b347SAmit Nischal select SDM_GCC_845 402c646b347SAmit Nischal select QCOM_GDSC 403c646b347SAmit Nischal help 40477122d6fSStephen Boyd Support for the video clock controller on SDM845 devices. 405c646b347SAmit Nischal Say Y if you want to support video devices and functionality such as 406c646b347SAmit Nischal video encode and decode. 407c646b347SAmit Nischal 40881351776STaniya Dasconfig SDM_DISPCC_845 40981351776STaniya Das tristate "SDM845 Display Clock Controller" 41081351776STaniya Das select SDM_GCC_845 41181351776STaniya Das help 41281351776STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 41381351776STaniya Das SDM845 devices. 41481351776STaniya Das Say Y if you want to support display devices and functionality such as 41581351776STaniya Das splash screen. 41681351776STaniya Das 4178d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845 4188d3e5b9cSTaniya Das tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller" 4198d3e5b9cSTaniya Das select SDM_GCC_845 4208d3e5b9cSTaniya Das help 4218d3e5b9cSTaniya Das Support for the LPASS clock controller on SDM845 devices. 4228d3e5b9cSTaniya Das Say Y if you want to use the LPASS branch clocks of the LPASS clock 4238d3e5b9cSTaniya Das controller to reset the LPASS subsystem. 4248d3e5b9cSTaniya Das 4253fade566SNaveen Yadavconfig SDX_GCC_55 4263fade566SNaveen Yadav tristate "SDX55 Global Clock Controller" 427*063930edSManivannan Sadhasivam select QCOM_GDSC 4283fade566SNaveen Yadav help 4293fade566SNaveen Yadav Support for the global clock controller on SDX55 devices. 4303fade566SNaveen Yadav Say Y if you want to use peripheral devices such as UART, 4313fade566SNaveen Yadav SPI, I2C, USB, SD/UFS, PCIe etc. 4323fade566SNaveen Yadav 43380a18f4aSJonathan Marekconfig SM_DISPCC_8250 43480a18f4aSJonathan Marek tristate "SM8150 and SM8250 Display Clock Controller" 43580a18f4aSJonathan Marek depends on SM_GCC_8150 || SM_GCC_8250 43680a18f4aSJonathan Marek help 43780a18f4aSJonathan Marek Support for the display clock controller on Qualcomm Technologies, Inc 43880a18f4aSJonathan Marek SM8150 and SM8250 devices. 43980a18f4aSJonathan Marek Say Y if you want to support display devices and functionality such as 44080a18f4aSJonathan Marek splash screen. 44180a18f4aSJonathan Marek 4422a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150 4432a1d7eb8SDeepak Katragadda tristate "SM8150 Global Clock Controller" 4442a1d7eb8SDeepak Katragadda help 4452a1d7eb8SDeepak Katragadda Support for the global clock controller on SM8150 devices. 4462a1d7eb8SDeepak Katragadda Say Y if you want to use peripheral devices such as UART, 4472a1d7eb8SDeepak Katragadda SPI, I2C, USB, SD/UFS, PCIe etc. 4482a1d7eb8SDeepak Katragadda 4493e577092STaniya Dasconfig SM_GCC_8250 4503e577092STaniya Das tristate "SM8250 Global Clock Controller" 4513a4ef4caSJonathan Marek select QCOM_GDSC 4523e577092STaniya Das help 4533e577092STaniya Das Support for the global clock controller on SM8250 devices. 4543e577092STaniya Das Say Y if you want to use peripheral devices such as UART, 4553e577092STaniya Das SPI, I2C, USB, SD/UFS, PCIe etc. 4563e577092STaniya Das 4570cef71f2SJonathan Marekconfig SM_GPUCC_8150 4580cef71f2SJonathan Marek tristate "SM8150 Graphics Clock Controller" 4590cef71f2SJonathan Marek select SM_GCC_8150 4600cef71f2SJonathan Marek help 4610cef71f2SJonathan Marek Support for the graphics clock controller on SM8150 devices. 4620cef71f2SJonathan Marek Say Y if you want to support graphics controller devices and 4630cef71f2SJonathan Marek functionality such as 3D graphics. 4640cef71f2SJonathan Marek 46528f0769cSJonathan Marekconfig SM_GPUCC_8250 46628f0769cSJonathan Marek tristate "SM8250 Graphics Clock Controller" 46728f0769cSJonathan Marek select SM_GCC_8250 46828f0769cSJonathan Marek help 46928f0769cSJonathan Marek Support for the graphics clock controller on SM8250 devices. 47028f0769cSJonathan Marek Say Y if you want to support graphics controller devices and 47128f0769cSJonathan Marek functionality such as 3D graphics. 47228f0769cSJonathan Marek 4735658e8cfSJonathan Marekconfig SM_VIDEOCC_8150 4745658e8cfSJonathan Marek tristate "SM8150 Video Clock Controller" 4755658e8cfSJonathan Marek select SDM_GCC_8150 4765658e8cfSJonathan Marek select QCOM_GDSC 4775658e8cfSJonathan Marek help 4785658e8cfSJonathan Marek Support for the video clock controller on SM8150 devices. 4795658e8cfSJonathan Marek Say Y if you want to support video devices and functionality such as 4805658e8cfSJonathan Marek video encode and decode. 4815658e8cfSJonathan Marek 4820e94711aSJonathan Marekconfig SM_VIDEOCC_8250 4830e94711aSJonathan Marek tristate "SM8250 Video Clock Controller" 4840e94711aSJonathan Marek select SDM_GCC_8250 4850e94711aSJonathan Marek select QCOM_GDSC 4860e94711aSJonathan Marek help 4870e94711aSJonathan Marek Support for the video clock controller on SM8250 devices. 4880e94711aSJonathan Marek Say Y if you want to support video devices and functionality such as 4890e94711aSJonathan Marek video encode and decode. 4900e94711aSJonathan Marek 4914cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV 4924cfaa55fSTirupathi Reddy tristate "SPMI PMIC clkdiv Support" 493f071bcebSStephen Boyd depends on SPMI || COMPILE_TEST 4944cfaa55fSTirupathi Reddy help 4954cfaa55fSTirupathi Reddy This driver supports the clkdiv functionality on the Qualcomm 4964cfaa55fSTirupathi Reddy Technologies, Inc. SPMI PMIC. It configures the frequency of 4974cfaa55fSTirupathi Reddy clkdiv outputs of the PMIC. These clocks are typically wired 4984cfaa55fSTirupathi Reddy through alternate functions on GPIO pins. 499cb546b79SStephen Boyd 500cb546b79SStephen Boydconfig QCOM_HFPLL 501cb546b79SStephen Boyd tristate "High-Frequency PLL (HFPLL) Clock Controller" 502cb546b79SStephen Boyd help 503cb546b79SStephen Boyd Support for the high-frequency PLLs present on Qualcomm devices. 504cb546b79SStephen Boyd Say Y if you want to support CPU frequency scaling on devices 505cb546b79SStephen Boyd such as MSM8974, APQ8084, etc. 5063ddc3564SStephen Boyd 5073ddc3564SStephen Boydconfig KPSS_XCC 5083ddc3564SStephen Boyd tristate "KPSS Clock Controller" 5093ddc3564SStephen Boyd help 5103ddc3564SStephen Boyd Support for the Krait ACC and GCC clock controllers. Say Y 5113ddc3564SStephen Boyd if you want to support CPU frequency scaling on devices such 5123ddc3564SStephen Boyd as MSM8960, APQ8064, etc. 513bb5c4a85SStephen Boyd 514bb5c4a85SStephen Boydconfig KRAITCC 515bb5c4a85SStephen Boyd tristate "Krait Clock Controller" 516f071bcebSStephen Boyd depends on ARM 517bb5c4a85SStephen Boyd select KRAIT_CLOCKS 518bb5c4a85SStephen Boyd help 519bb5c4a85SStephen Boyd Support for the Krait CPU clocks on Qualcomm devices. 520bb5c4a85SStephen Boyd Say Y if you want to support CPU frequency scaling. 521f071bcebSStephen Boyd 522a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250 523a2d8f507SSrinivas Kandagatla tristate "SM8250 GFM LPASS Clocks" 524a2d8f507SSrinivas Kandagatla help 525a2d8f507SSrinivas Kandagatla Support for the Glitch Free Mux (GFM) Low power audio 526a2d8f507SSrinivas Kandagatla subsystem (LPASS) clocks found on SM8250 SoCs. 527a2d8f507SSrinivas Kandagatla 528f071bcebSStephen Boydendif 529