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 40872f91b5SGeorgi Djakovconfig QCOM_CLK_RPM 41872f91b5SGeorgi Djakov tristate "RPM based Clock Controller" 42f071bcebSStephen Boyd depends on MFD_QCOM_RPM 43872f91b5SGeorgi Djakov select QCOM_RPMCC 44872f91b5SGeorgi Djakov help 45872f91b5SGeorgi Djakov The RPM (Resource Power Manager) is a dedicated hardware engine for 46872f91b5SGeorgi Djakov managing the shared SoC resources in order to keep the lowest power 47872f91b5SGeorgi Djakov profile. It communicates with other hardware subsystems via shared 48872f91b5SGeorgi Djakov memory and accepts clock requests, aggregates the requests and turns 49872f91b5SGeorgi Djakov the clocks on/off or scales them on demand. 50872f91b5SGeorgi Djakov Say Y if you want to support the clocks exposed by the RPM on 51872f91b5SGeorgi Djakov platforms such as apq8064, msm8660, msm8960 etc. 52872f91b5SGeorgi Djakov 5300f64b58SGeorgi Djakovconfig QCOM_CLK_SMD_RPM 5400f64b58SGeorgi Djakov tristate "RPM over SMD based Clock Controller" 55f071bcebSStephen Boyd depends on QCOM_SMD_RPM 5600f64b58SGeorgi Djakov select QCOM_RPMCC 5700f64b58SGeorgi Djakov help 5800f64b58SGeorgi Djakov The RPM (Resource Power Manager) is a dedicated hardware engine for 5900f64b58SGeorgi Djakov managing the shared SoC resources in order to keep the lowest power 6000f64b58SGeorgi Djakov profile. It communicates with other hardware subsystems via shared 6100f64b58SGeorgi Djakov memory and accepts clock requests, aggregates the requests and turns 6200f64b58SGeorgi Djakov the clocks on/off or scales them on demand. 6300f64b58SGeorgi Djakov Say Y if you want to support the clocks exposed by the RPM on 6400f64b58SGeorgi Djakov platforms such as apq8016, apq8084, msm8974 etc. 6500f64b58SGeorgi Djakov 669c7e4702STaniya Dasconfig QCOM_CLK_RPMH 679c7e4702STaniya Das tristate "RPMh Clock Driver" 68f071bcebSStephen Boyd depends on QCOM_RPMH 699c7e4702STaniya Das help 709c7e4702STaniya Das RPMh manages shared resources on some Qualcomm Technologies, Inc. 719c7e4702STaniya Das SoCs. It accepts requests from other hardware subsystems via RSC. 729c7e4702STaniya Das Say Y if you want to support the clocks exposed by RPMh on 739c7e4702STaniya Das platforms such as SDM845. 749c7e4702STaniya Das 7502824653SGeorgi Djakovconfig APQ_GCC_8084 7602824653SGeorgi Djakov tristate "APQ8084 Global Clock Controller" 77639af949SRajendra Nayak select QCOM_GDSC 7802824653SGeorgi Djakov help 7902824653SGeorgi Djakov Support for the global clock controller on apq8084 devices. 8002824653SGeorgi Djakov Say Y if you want to use peripheral devices such as UART, SPI, 8102824653SGeorgi Djakov i2c, USB, SD/eMMC, SATA, PCIe, etc. 8202824653SGeorgi Djakov 832b46cd23SGeorgi Djakovconfig APQ_MMCC_8084 842b46cd23SGeorgi Djakov tristate "APQ8084 Multimedia Clock Controller" 852b46cd23SGeorgi Djakov select APQ_GCC_8084 86cb2eb7deSStephane Viau select QCOM_GDSC 872b46cd23SGeorgi Djakov help 882b46cd23SGeorgi Djakov Support for the multimedia clock controller on apq8084 devices. 892b46cd23SGeorgi Djakov Say Y if you want to support multimedia devices such as display, 902b46cd23SGeorgi Djakov graphics, video encode/decode, camera, etc. 912b46cd23SGeorgi Djakov 92ecd2bacfSSivaprakash Murugesanconfig IPQ_APSS_PLL 93ecd2bacfSSivaprakash Murugesan tristate "IPQ APSS PLL" 94ecd2bacfSSivaprakash Murugesan help 95ecd2bacfSSivaprakash Murugesan Support for APSS PLL on ipq devices. The APSS PLL is the main 96ecd2bacfSSivaprakash Murugesan clock that feeds the CPUs on ipq based devices. 97ecd2bacfSSivaprakash Murugesan Say Y if you want to support CPU frequency scaling on ipq based 98ecd2bacfSSivaprakash Murugesan devices. 99ecd2bacfSSivaprakash Murugesan 100*5e77b4efSSivaprakash Murugesanconfig IPQ_APSS_6018 101*5e77b4efSSivaprakash Murugesan tristate "IPQ APSS Clock Controller" 102*5e77b4efSSivaprakash Murugesan select IPQ_APSS_PLL 103*5e77b4efSSivaprakash Murugesan depends on QCOM_APCS_IPC || COMPILE_TEST 104*5e77b4efSSivaprakash Murugesan help 105*5e77b4efSSivaprakash Murugesan Support for APSS clock controller on IPQ platforms. The 106*5e77b4efSSivaprakash Murugesan APSS clock controller manages the Mux and enable block that feeds the 107*5e77b4efSSivaprakash Murugesan CPUs. 108*5e77b4efSSivaprakash Murugesan Say Y if you want to support CPU frequency scaling on 109*5e77b4efSSivaprakash Murugesan ipq based devices. 110*5e77b4efSSivaprakash Murugesan 1116971e863SVaradarajan Narayananconfig IPQ_GCC_4019 1126971e863SVaradarajan Narayanan tristate "IPQ4019 Global Clock Controller" 1136971e863SVaradarajan Narayanan help 1146971e863SVaradarajan Narayanan Support for the global clock controller on ipq4019 devices. 1156971e863SVaradarajan Narayanan Say Y if you want to use peripheral devices such as UART, SPI, 1166971e863SVaradarajan Narayanan i2c, USB, SD/eMMC, etc. 1176971e863SVaradarajan Narayanan 118d9db07f0SSricharan Rconfig IPQ_GCC_6018 119d9db07f0SSricharan R tristate "IPQ6018 Global Clock Controller" 120d9db07f0SSricharan R help 121d9db07f0SSricharan R Support for global clock controller on ipq6018 devices. 122d9db07f0SSricharan R Say Y if you want to use peripheral devices such as UART, SPI, 123d9db07f0SSricharan R i2c, USB, SD/eMMC, etc. Select this for the root clock 124d9db07f0SSricharan R of ipq6018. 125d9db07f0SSricharan R 12624d8fba4SKumar Galaconfig IPQ_GCC_806X 12724d8fba4SKumar Gala tristate "IPQ806x Global Clock Controller" 12824d8fba4SKumar Gala help 12924d8fba4SKumar Gala Support for the global clock controller on ipq806x devices. 13024d8fba4SKumar Gala Say Y if you want to use peripheral devices such as UART, SPI, 13124d8fba4SKumar Gala i2c, USB, SD/eMMC, etc. 13224d8fba4SKumar Gala 133c99e515aSRajendra Nayakconfig IPQ_LCC_806X 134c99e515aSRajendra Nayak tristate "IPQ806x LPASS Clock Controller" 135c99e515aSRajendra Nayak select IPQ_GCC_806X 136c99e515aSRajendra Nayak help 137c99e515aSRajendra Nayak Support for the LPASS clock controller on ipq806x devices. 138c99e515aSRajendra Nayak Say Y if you want to use audio devices such as i2s, pcm, 139c99e515aSRajendra Nayak S/PDIF, etc. 140c99e515aSRajendra Nayak 141371a9507SAbhishek Sahuconfig IPQ_GCC_8074 142371a9507SAbhishek Sahu tristate "IPQ8074 Global Clock Controller" 143371a9507SAbhishek Sahu help 144371a9507SAbhishek Sahu Support for global clock controller on ipq8074 devices. 145371a9507SAbhishek Sahu Say Y if you want to use peripheral devices such as UART, SPI, 146371a9507SAbhishek Sahu i2c, USB, SD/eMMC, etc. Select this for the root clock 147371a9507SAbhishek Sahu of ipq8074. 148371a9507SAbhishek Sahu 1490eeff27bSStephen Boydconfig MSM_GCC_8660 1500eeff27bSStephen Boyd tristate "MSM8660 Global Clock Controller" 1510eeff27bSStephen Boyd help 1520eeff27bSStephen Boyd Support for the global clock controller on msm8660 devices. 1530eeff27bSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 1540eeff27bSStephen Boyd i2c, USB, SD/eMMC, etc. 1550eeff27bSStephen Boyd 1563966fab8SGeorgi Djakovconfig MSM_GCC_8916 1573966fab8SGeorgi Djakov tristate "MSM8916 Global Clock Controller" 158073ae2b4SRajendra Nayak select QCOM_GDSC 1593966fab8SGeorgi Djakov help 1603966fab8SGeorgi Djakov Support for the global clock controller on msm8916 devices. 1613966fab8SGeorgi Djakov Say Y if you want to use devices such as UART, SPI i2c, USB, 1623966fab8SGeorgi Djakov SD/eMMC, display, graphics, camera etc. 1633966fab8SGeorgi Djakov 1641664014eSBryan O'Donoghueconfig MSM_GCC_8939 1651664014eSBryan O'Donoghue tristate "MSM8939 Global Clock Controller" 1661664014eSBryan O'Donoghue select QCOM_GDSC 1671664014eSBryan O'Donoghue help 1681664014eSBryan O'Donoghue Support for the global clock controller on msm8939 devices. 1691664014eSBryan O'Donoghue Say Y if you want to use devices such as UART, SPI i2c, USB, 1701664014eSBryan O'Donoghue SD/eMMC, display, graphics, camera etc. 1711664014eSBryan O'Donoghue 1722ec94130SStephen Boydconfig MSM_GCC_8960 1732d85a713SKumar Gala tristate "APQ8064/MSM8960 Global Clock Controller" 1742ec94130SStephen Boyd help 1752d85a713SKumar Gala Support for the global clock controller on apq8064/msm8960 devices. 1762ec94130SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 1772ec94130SStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 1786d00b56fSStephen Boyd 179b82875eeSStephen Boydconfig MSM_LCC_8960 180b82875eeSStephen Boyd tristate "APQ8064/MSM8960 LPASS Clock Controller" 181b82875eeSStephen Boyd select MSM_GCC_8960 182b82875eeSStephen Boyd help 183b82875eeSStephen Boyd Support for the LPASS clock controller on apq8064/msm8960 devices. 184b82875eeSStephen Boyd Say Y if you want to use audio devices such as i2s, pcm, 185b82875eeSStephen Boyd SLIMBus, etc. 186b82875eeSStephen Boyd 1877792a8d6SNeil Armstrongconfig MDM_GCC_9615 1887792a8d6SNeil Armstrong tristate "MDM9615 Global Clock Controller" 1897792a8d6SNeil Armstrong help 1907792a8d6SNeil Armstrong Support for the global clock controller on mdm9615 devices. 1917792a8d6SNeil Armstrong Say Y if you want to use peripheral devices such as UART, SPI, 1927792a8d6SNeil Armstrong i2c, USB, SD/eMMC, etc. 1937792a8d6SNeil Armstrong 1947792a8d6SNeil Armstrongconfig MDM_LCC_9615 1957792a8d6SNeil Armstrong tristate "MDM9615 LPASS Clock Controller" 1967792a8d6SNeil Armstrong select MDM_GCC_9615 1977792a8d6SNeil Armstrong help 1987792a8d6SNeil Armstrong Support for the LPASS clock controller on mdm9615 devices. 1997792a8d6SNeil Armstrong Say Y if you want to use audio devices such as i2s, pcm, 2007792a8d6SNeil Armstrong SLIMBus, etc. 2017792a8d6SNeil Armstrong 2026d00b56fSStephen Boydconfig MSM_MMCC_8960 2036d00b56fSStephen Boyd tristate "MSM8960 Multimedia Clock Controller" 2046d00b56fSStephen Boyd select MSM_GCC_8960 2056d00b56fSStephen Boyd help 2066d00b56fSStephen Boyd Support for the multimedia clock controller on msm8960 devices. 2076d00b56fSStephen Boyd Say Y if you want to support multimedia devices such as display, 2086d00b56fSStephen Boyd graphics, video encode/decode, camera, etc. 209d33faa9eSStephen Boyd 210d33faa9eSStephen Boydconfig MSM_GCC_8974 211d33faa9eSStephen Boyd tristate "MSM8974 Global Clock Controller" 212340029efSStephen Boyd select QCOM_GDSC 213d33faa9eSStephen Boyd help 214d33faa9eSStephen Boyd Support for the global clock controller on msm8974 devices. 215d33faa9eSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 216d33faa9eSStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 217d8b21201SStephen Boyd 218d8b21201SStephen Boydconfig MSM_MMCC_8974 219d8b21201SStephen Boyd tristate "MSM8974 Multimedia Clock Controller" 220d8b21201SStephen Boyd select MSM_GCC_8974 2218108b23cSStephen Boyd select QCOM_GDSC 222d8b21201SStephen Boyd help 223d8b21201SStephen Boyd Support for the multimedia clock controller on msm8974 devices. 224d8b21201SStephen Boyd Say Y if you want to support multimedia devices such as display, 225d8b21201SStephen Boyd graphics, video encode/decode, camera, etc. 226b1e010c0SStephen Boyd 227aec89f78SBastian Köcherconfig MSM_GCC_8994 228aec89f78SBastian Köcher tristate "MSM8994 Global Clock Controller" 229aec89f78SBastian Köcher help 230aec89f78SBastian Köcher Support for the global clock controller on msm8994 devices. 231aec89f78SBastian Köcher Say Y if you want to use peripheral devices such as UART, SPI, 232aec89f78SBastian Köcher i2c, USB, UFS, SD/eMMC, PCIe, etc. 233aec89f78SBastian Köcher 234b1e010c0SStephen Boydconfig MSM_GCC_8996 235b1e010c0SStephen Boyd tristate "MSM8996 Global Clock Controller" 2366d91f2c0SSrinivas Kandagatla select QCOM_GDSC 237b1e010c0SStephen Boyd help 238b1e010c0SStephen Boyd Support for the global clock controller on msm8996 devices. 239b1e010c0SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 240b1e010c0SStephen Boyd i2c, USB, UFS, SD/eMMC, PCIe, etc. 241c2526597SStephen Boyd 242c2526597SStephen Boydconfig MSM_MMCC_8996 243c2526597SStephen Boyd tristate "MSM8996 Multimedia Clock Controller" 244c2526597SStephen Boyd select MSM_GCC_8996 2456d91f2c0SSrinivas Kandagatla select QCOM_GDSC 246c2526597SStephen Boyd help 247c2526597SStephen Boyd Support for the multimedia clock controller on msm8996 devices. 248c2526597SStephen Boyd Say Y if you want to support multimedia devices such as display, 249c2526597SStephen Boyd graphics, video encode/decode, camera, etc. 2504cfaa55fSTirupathi Reddy 251b5f5f525SJoonwoo Parkconfig MSM_GCC_8998 252b5f5f525SJoonwoo Park tristate "MSM8998 Global Clock Controller" 25383b4c147SMarc Gonzalez select QCOM_GDSC 254b5f5f525SJoonwoo Park help 255b5f5f525SJoonwoo Park Support for the global clock controller on msm8998 devices. 256b5f5f525SJoonwoo Park Say Y if you want to use peripheral devices such as UART, SPI, 257b5f5f525SJoonwoo Park i2c, USB, UFS, SD/eMMC, PCIe, etc. 258b5f5f525SJoonwoo Park 2593f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998 2603f7df5baSJeffrey Hugo tristate "MSM8998 Graphics Clock Controller" 2613f7df5baSJeffrey Hugo select MSM_GCC_8998 2623f7df5baSJeffrey Hugo select QCOM_GDSC 2633f7df5baSJeffrey Hugo help 2643f7df5baSJeffrey Hugo Support for the graphics clock controller on MSM8998 devices. 2653f7df5baSJeffrey Hugo Say Y if you want to support graphics controller devices and 2663f7df5baSJeffrey Hugo functionality such as 3D graphics. 2673f7df5baSJeffrey Hugo 268d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998 269d14b15b5SJeffrey Hugo tristate "MSM8998 Multimedia Clock Controller" 270d14b15b5SJeffrey Hugo select MSM_GCC_8998 271d14b15b5SJeffrey Hugo select QCOM_GDSC 272d14b15b5SJeffrey Hugo help 273d14b15b5SJeffrey Hugo Support for the multimedia clock controller on msm8998 devices. 274d14b15b5SJeffrey Hugo Say Y if you want to support multimedia devices such as display, 275d14b15b5SJeffrey Hugo graphics, video encode/decode, camera, etc. 276d14b15b5SJeffrey Hugo 277652f1813SShefali Jainconfig QCS_GCC_404 278652f1813SShefali Jain tristate "QCS404 Global Clock Controller" 279652f1813SShefali Jain help 280652f1813SShefali Jain Support for the global clock controller on QCS404 devices. 281652f1813SShefali Jain Say Y if you want to use multimedia devices or peripheral 282652f1813SShefali Jain devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc. 283652f1813SShefali Jain 284dd3d0662STaniya Dasconfig SC_DISPCC_7180 285dd3d0662STaniya Das tristate "SC7180 Display Clock Controller" 286dd3d0662STaniya Das select SC_GCC_7180 287dd3d0662STaniya Das help 288dd3d0662STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 289dd3d0662STaniya Das SC7180 devices. 290dd3d0662STaniya Das Say Y if you want to support display devices and functionality such as 291dd3d0662STaniya Das splash screen. 292dd3d0662STaniya Das 29317269568STaniya Dasconfig SC_GCC_7180 29417269568STaniya Das tristate "SC7180 Global Clock Controller" 29517269568STaniya Das select QCOM_GDSC 29617269568STaniya Das depends on COMMON_CLK_QCOM 29717269568STaniya Das help 29817269568STaniya Das Support for the global clock controller on SC7180 devices. 29917269568STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 30017269568STaniya Das I2C, USB, UFS, SDCC, etc. 30117269568STaniya Das 302745ff069STaniya Dasconfig SC_GPUCC_7180 303745ff069STaniya Das tristate "SC7180 Graphics Clock Controller" 304745ff069STaniya Das select SC_GCC_7180 305745ff069STaniya Das help 306745ff069STaniya Das Support for the graphics clock controller on SC7180 devices. 307745ff069STaniya Das Say Y if you want to support graphics controller devices and 308745ff069STaniya Das functionality such as 3D graphics. 309745ff069STaniya Das 3108def929cSTaniya Dasconfig SC_MSS_7180 3118def929cSTaniya Das tristate "SC7180 Modem Clock Controller" 3128def929cSTaniya Das select SC_GCC_7180 3138def929cSTaniya Das help 3148def929cSTaniya Das Support for the Modem Subsystem clock controller on Qualcomm 3158def929cSTaniya Das Technologies, Inc on SC7180 devices. 3168def929cSTaniya Das Say Y if you want to use the Modem branch clocks of the Modem 3178def929cSTaniya Das subsystem clock controller to reset the MSS subsystem. 3188def929cSTaniya Das 319253dc75aSTaniya Dasconfig SC_VIDEOCC_7180 320253dc75aSTaniya Das tristate "SC7180 Video Clock Controller" 321253dc75aSTaniya Das select SC_GCC_7180 322253dc75aSTaniya Das help 323253dc75aSTaniya Das Support for the video clock controller on SC7180 devices. 324253dc75aSTaniya Das Say Y if you want to support video devices and functionality such as 325253dc75aSTaniya Das video encode and decode. 326253dc75aSTaniya Das 32778412c26SAmit Nischalconfig SDM_CAMCC_845 32878412c26SAmit Nischal tristate "SDM845 Camera Clock Controller" 32978412c26SAmit Nischal select SDM_GCC_845 33078412c26SAmit Nischal help 33178412c26SAmit Nischal Support for the camera clock controller on SDM845 devices. 33278412c26SAmit Nischal Say Y if you want to support camera devices and camera functionality. 33378412c26SAmit Nischal 334f2a76a29STaniya Dasconfig SDM_GCC_660 335f2a76a29STaniya Das tristate "SDM660 Global Clock Controller" 336f2a76a29STaniya Das select QCOM_GDSC 337f2a76a29STaniya Das help 338f2a76a29STaniya Das Support for the global clock controller on SDM660 devices. 339f2a76a29STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 340f2a76a29STaniya Das i2C, USB, UFS, SDDC, PCIe, etc. 341f2a76a29STaniya Das 342892df019SBjorn Anderssonconfig QCS_TURING_404 343892df019SBjorn Andersson tristate "QCS404 Turing Clock Controller" 344892df019SBjorn Andersson help 345892df019SBjorn Andersson Support for the Turing Clock Controller on QCS404, provides clocks 346892df019SBjorn Andersson and resets for the Turing subsystem. 347892df019SBjorn Andersson 3486cdef273SGovind Singhconfig QCS_Q6SSTOP_404 3496cdef273SGovind Singh tristate "QCS404 Q6SSTOP Clock Controller" 3506cdef273SGovind Singh select QCS_GCC_404 3516cdef273SGovind Singh help 3526cdef273SGovind Singh Support for the Q6SSTOP clock controller on QCS404 devices. 3536cdef273SGovind Singh Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock 3546cdef273SGovind Singh controller to reset the Q6SSTOP subsystem. 3556cdef273SGovind Singh 35606391eddSTaniya Dasconfig SDM_GCC_845 35706391eddSTaniya Das tristate "SDM845 Global Clock Controller" 35806391eddSTaniya Das select QCOM_GDSC 35906391eddSTaniya Das help 36077122d6fSStephen Boyd Support for the global clock controller on SDM845 devices. 36106391eddSTaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 36277122d6fSStephen Boyd i2C, USB, UFS, SDDC, PCIe, etc. 36306391eddSTaniya Das 364453361cdSAmit Nischalconfig SDM_GPUCC_845 365453361cdSAmit Nischal tristate "SDM845 Graphics Clock Controller" 366453361cdSAmit Nischal select SDM_GCC_845 367453361cdSAmit Nischal help 368453361cdSAmit Nischal Support for the graphics clock controller on SDM845 devices. 369453361cdSAmit Nischal Say Y if you want to support graphics controller devices and 370453361cdSAmit Nischal functionality such as 3D graphics. 371453361cdSAmit Nischal 372c646b347SAmit Nischalconfig SDM_VIDEOCC_845 373c646b347SAmit Nischal tristate "SDM845 Video Clock Controller" 374c646b347SAmit Nischal select SDM_GCC_845 375c646b347SAmit Nischal select QCOM_GDSC 376c646b347SAmit Nischal help 37777122d6fSStephen Boyd Support for the video clock controller on SDM845 devices. 378c646b347SAmit Nischal Say Y if you want to support video devices and functionality such as 379c646b347SAmit Nischal video encode and decode. 380c646b347SAmit Nischal 38181351776STaniya Dasconfig SDM_DISPCC_845 38281351776STaniya Das tristate "SDM845 Display Clock Controller" 38381351776STaniya Das select SDM_GCC_845 38481351776STaniya Das help 38581351776STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 38681351776STaniya Das SDM845 devices. 38781351776STaniya Das Say Y if you want to support display devices and functionality such as 38881351776STaniya Das splash screen. 38981351776STaniya Das 3908d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845 3918d3e5b9cSTaniya Das tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller" 3928d3e5b9cSTaniya Das select SDM_GCC_845 3938d3e5b9cSTaniya Das help 3948d3e5b9cSTaniya Das Support for the LPASS clock controller on SDM845 devices. 3958d3e5b9cSTaniya Das Say Y if you want to use the LPASS branch clocks of the LPASS clock 3968d3e5b9cSTaniya Das controller to reset the LPASS subsystem. 3978d3e5b9cSTaniya Das 3982a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150 3992a1d7eb8SDeepak Katragadda tristate "SM8150 Global Clock Controller" 4002a1d7eb8SDeepak Katragadda help 4012a1d7eb8SDeepak Katragadda Support for the global clock controller on SM8150 devices. 4022a1d7eb8SDeepak Katragadda Say Y if you want to use peripheral devices such as UART, 4032a1d7eb8SDeepak Katragadda SPI, I2C, USB, SD/UFS, PCIe etc. 4042a1d7eb8SDeepak Katragadda 4053e577092STaniya Dasconfig SM_GCC_8250 4063e577092STaniya Das tristate "SM8250 Global Clock Controller" 4073a4ef4caSJonathan Marek select QCOM_GDSC 4083e577092STaniya Das help 4093e577092STaniya Das Support for the global clock controller on SM8250 devices. 4103e577092STaniya Das Say Y if you want to use peripheral devices such as UART, 4113e577092STaniya Das SPI, I2C, USB, SD/UFS, PCIe etc. 4123e577092STaniya Das 4134cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV 4144cfaa55fSTirupathi Reddy tristate "SPMI PMIC clkdiv Support" 415f071bcebSStephen Boyd depends on SPMI || COMPILE_TEST 4164cfaa55fSTirupathi Reddy help 4174cfaa55fSTirupathi Reddy This driver supports the clkdiv functionality on the Qualcomm 4184cfaa55fSTirupathi Reddy Technologies, Inc. SPMI PMIC. It configures the frequency of 4194cfaa55fSTirupathi Reddy clkdiv outputs of the PMIC. These clocks are typically wired 4204cfaa55fSTirupathi Reddy through alternate functions on GPIO pins. 421cb546b79SStephen Boyd 422cb546b79SStephen Boydconfig QCOM_HFPLL 423cb546b79SStephen Boyd tristate "High-Frequency PLL (HFPLL) Clock Controller" 424cb546b79SStephen Boyd help 425cb546b79SStephen Boyd Support for the high-frequency PLLs present on Qualcomm devices. 426cb546b79SStephen Boyd Say Y if you want to support CPU frequency scaling on devices 427cb546b79SStephen Boyd such as MSM8974, APQ8084, etc. 4283ddc3564SStephen Boyd 4293ddc3564SStephen Boydconfig KPSS_XCC 4303ddc3564SStephen Boyd tristate "KPSS Clock Controller" 4313ddc3564SStephen Boyd help 4323ddc3564SStephen Boyd Support for the Krait ACC and GCC clock controllers. Say Y 4333ddc3564SStephen Boyd if you want to support CPU frequency scaling on devices such 4343ddc3564SStephen Boyd as MSM8960, APQ8064, etc. 435bb5c4a85SStephen Boyd 436bb5c4a85SStephen Boydconfig KRAITCC 437bb5c4a85SStephen Boyd tristate "Krait Clock Controller" 438f071bcebSStephen Boyd depends on ARM 439bb5c4a85SStephen Boyd select KRAIT_CLOCKS 440bb5c4a85SStephen Boyd help 441bb5c4a85SStephen Boyd Support for the Krait CPU clocks on Qualcomm devices. 442bb5c4a85SStephen Boyd Say Y if you want to support CPU frequency scaling. 443f071bcebSStephen Boyd 444f071bcebSStephen Boydendif 445