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 32af44e327SRohit Agarwal tristate "A7 PLL driver for SDX55 and SDX65" 335a5223ffSManivannan Sadhasivam help 34af44e327SRohit Agarwal Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with 355a5223ffSManivannan Sadhasivam frequencies above 1GHz. 36af44e327SRohit Agarwal Say Y if you want to support higher CPU frequencies on SDX55 and SDX65 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 57f28dec1aSManivannan Sadhasivamconfig QCOM_CLK_APCS_SDX55 582081df36SRohit Agarwal tristate "SDX55 and SDX65 APCS Clock Controller" 59f28dec1aSManivannan Sadhasivam depends on QCOM_APCS_IPC || COMPILE_TEST 60f28dec1aSManivannan Sadhasivam help 612081df36SRohit Agarwal Support for the APCS Clock Controller on SDX55, SDX65 platforms. The 62f28dec1aSManivannan Sadhasivam APCS is managing the mux and divider which feeds the CPUs. 63f28dec1aSManivannan Sadhasivam Say Y if you want to support CPU frequency scaling on devices 642081df36SRohit Agarwal such as SDX55, SDX65. 65f28dec1aSManivannan 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 1443d89d529SKathiravan Tconfig IPQ_GCC_5332 1453d89d529SKathiravan T tristate "IPQ5332 Global Clock Controller" 1463d89d529SKathiravan T depends on ARM64 || COMPILE_TEST 1473d89d529SKathiravan T help 1483d89d529SKathiravan T Support for the global clock controller on ipq5332 devices. 1493d89d529SKathiravan T Say Y if you want to use peripheral devices such as UART, SPI, 1503d89d529SKathiravan T i2c, USB, SD/eMMC, etc. 1513d89d529SKathiravan T 152d9db07f0SSricharan Rconfig IPQ_GCC_6018 153d9db07f0SSricharan R tristate "IPQ6018 Global Clock Controller" 154d9db07f0SSricharan R help 155d9db07f0SSricharan R Support for global clock controller on ipq6018 devices. 156d9db07f0SSricharan R Say Y if you want to use peripheral devices such as UART, SPI, 157d9db07f0SSricharan R i2c, USB, SD/eMMC, etc. Select this for the root clock 158d9db07f0SSricharan R of ipq6018. 159d9db07f0SSricharan R 16024d8fba4SKumar Galaconfig IPQ_GCC_806X 16124d8fba4SKumar Gala tristate "IPQ806x Global Clock Controller" 16224d8fba4SKumar Gala help 16324d8fba4SKumar Gala Support for the global clock controller on ipq806x devices. 16424d8fba4SKumar Gala Say Y if you want to use peripheral devices such as UART, SPI, 16524d8fba4SKumar Gala i2c, USB, SD/eMMC, etc. 16624d8fba4SKumar Gala 167c99e515aSRajendra Nayakconfig IPQ_LCC_806X 168c99e515aSRajendra Nayak tristate "IPQ806x LPASS Clock Controller" 169c99e515aSRajendra Nayak select IPQ_GCC_806X 170c99e515aSRajendra Nayak help 171c99e515aSRajendra Nayak Support for the LPASS clock controller on ipq806x devices. 172c99e515aSRajendra Nayak Say Y if you want to use audio devices such as i2s, pcm, 173c99e515aSRajendra Nayak S/PDIF, etc. 174c99e515aSRajendra Nayak 175371a9507SAbhishek Sahuconfig IPQ_GCC_8074 176371a9507SAbhishek Sahu tristate "IPQ8074 Global Clock Controller" 1778add990aSRobert Marko select QCOM_GDSC 178371a9507SAbhishek Sahu help 179371a9507SAbhishek Sahu Support for global clock controller on ipq8074 devices. 180371a9507SAbhishek Sahu Say Y if you want to use peripheral devices such as UART, SPI, 181371a9507SAbhishek Sahu i2c, USB, SD/eMMC, etc. Select this for the root clock 182371a9507SAbhishek Sahu of ipq8074. 183371a9507SAbhishek Sahu 184d75b82cfSDevi Priyaconfig IPQ_GCC_9574 185d75b82cfSDevi Priya tristate "IPQ9574 Global Clock Controller" 186d75b82cfSDevi Priya help 187d75b82cfSDevi Priya Support for global clock controller on ipq9574 devices. 188d75b82cfSDevi Priya Say Y if you want to use peripheral devices such as UART, SPI, 189d75b82cfSDevi Priya i2c, USB, SD/eMMC, etc. Select this for the root clock 190d75b82cfSDevi Priya of ipq9574. 191d75b82cfSDevi Priya 1920eeff27bSStephen Boydconfig MSM_GCC_8660 1930eeff27bSStephen Boyd tristate "MSM8660 Global Clock Controller" 1940eeff27bSStephen Boyd help 1950eeff27bSStephen Boyd Support for the global clock controller on msm8660 devices. 1960eeff27bSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 1970eeff27bSStephen Boyd i2c, USB, SD/eMMC, etc. 1980eeff27bSStephen Boyd 199bf37a057SStephan Gerholdconfig MSM_GCC_8909 200bf37a057SStephan Gerhold tristate "MSM8909 Global Clock Controller" 201bf37a057SStephan Gerhold select QCOM_GDSC 202bf37a057SStephan Gerhold help 203bf37a057SStephan Gerhold Support for the global clock controller on msm8909 devices. 204bf37a057SStephan Gerhold Say Y if you want to use devices such as UART, SPI, I2C, USB, 205bf37a057SStephan Gerhold SD/eMMC, display, graphics, camera etc. 206bf37a057SStephan Gerhold 2073966fab8SGeorgi Djakovconfig MSM_GCC_8916 2083966fab8SGeorgi Djakov tristate "MSM8916 Global Clock Controller" 209073ae2b4SRajendra Nayak select QCOM_GDSC 2103966fab8SGeorgi Djakov help 2113966fab8SGeorgi Djakov Support for the global clock controller on msm8916 devices. 2123966fab8SGeorgi Djakov Say Y if you want to use devices such as UART, SPI i2c, USB, 2133966fab8SGeorgi Djakov SD/eMMC, display, graphics, camera etc. 2143966fab8SGeorgi Djakov 21533cc27a4SOtto Pflügerconfig MSM_GCC_8917 21633cc27a4SOtto Pflüger tristate "MSM8917/QM215 Global Clock Controller" 21733cc27a4SOtto Pflüger depends on ARM64 || COMPILE_TEST 21833cc27a4SOtto Pflüger select QCOM_GDSC 21933cc27a4SOtto Pflüger help 22033cc27a4SOtto Pflüger Support for the global clock controller on msm8917 and qm215 22133cc27a4SOtto Pflüger devices. 22233cc27a4SOtto Pflüger Say Y if you want to use devices such as UART, SPI i2c, USB, 22333cc27a4SOtto Pflüger SD/eMMC, display, graphics, camera etc. 22433cc27a4SOtto Pflüger 2251664014eSBryan O'Donoghueconfig MSM_GCC_8939 2261664014eSBryan O'Donoghue tristate "MSM8939 Global Clock Controller" 2271664014eSBryan O'Donoghue select QCOM_GDSC 2281664014eSBryan O'Donoghue help 2291664014eSBryan O'Donoghue Support for the global clock controller on msm8939 devices. 2301664014eSBryan O'Donoghue Say Y if you want to use devices such as UART, SPI i2c, USB, 2311664014eSBryan O'Donoghue SD/eMMC, display, graphics, camera etc. 2321664014eSBryan O'Donoghue 2332ec94130SStephen Boydconfig MSM_GCC_8960 2342d85a713SKumar Gala tristate "APQ8064/MSM8960 Global Clock Controller" 2352ec94130SStephen Boyd help 2362d85a713SKumar Gala Support for the global clock controller on apq8064/msm8960 devices. 2372ec94130SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 2382ec94130SStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 2396d00b56fSStephen Boyd 240b82875eeSStephen Boydconfig MSM_LCC_8960 241b82875eeSStephen Boyd tristate "APQ8064/MSM8960 LPASS Clock Controller" 242b82875eeSStephen Boyd select MSM_GCC_8960 243b82875eeSStephen Boyd help 244b82875eeSStephen Boyd Support for the LPASS clock controller on apq8064/msm8960 devices. 245b82875eeSStephen Boyd Say Y if you want to use audio devices such as i2s, pcm, 246b82875eeSStephen Boyd SLIMBus, etc. 247b82875eeSStephen Boyd 24848b72532SKonrad Dybcioconfig MDM_GCC_9607 24948b72532SKonrad Dybcio tristate "MDM9607 Global Clock Controller" 25048b72532SKonrad Dybcio help 25148b72532SKonrad Dybcio Support for the global clock controller on mdm9607 devices. 25248b72532SKonrad Dybcio Say Y if you want to use peripheral devices such as UART, SPI, 25348b72532SKonrad Dybcio I2C, USB, SD/eMMC, etc. 25448b72532SKonrad Dybcio 2557792a8d6SNeil Armstrongconfig MDM_GCC_9615 2567792a8d6SNeil Armstrong tristate "MDM9615 Global Clock Controller" 2577792a8d6SNeil Armstrong help 2587792a8d6SNeil Armstrong Support for the global clock controller on mdm9615 devices. 2597792a8d6SNeil Armstrong Say Y if you want to use peripheral devices such as UART, SPI, 2607792a8d6SNeil Armstrong i2c, USB, SD/eMMC, etc. 2617792a8d6SNeil Armstrong 2627792a8d6SNeil Armstrongconfig MDM_LCC_9615 2637792a8d6SNeil Armstrong tristate "MDM9615 LPASS Clock Controller" 2647792a8d6SNeil Armstrong select MDM_GCC_9615 2657792a8d6SNeil Armstrong help 2667792a8d6SNeil Armstrong Support for the LPASS clock controller on mdm9615 devices. 2677792a8d6SNeil Armstrong Say Y if you want to use audio devices such as i2s, pcm, 2687792a8d6SNeil Armstrong SLIMBus, etc. 2697792a8d6SNeil Armstrong 2706d00b56fSStephen Boydconfig MSM_MMCC_8960 2716d00b56fSStephen Boyd tristate "MSM8960 Multimedia Clock Controller" 2726d00b56fSStephen Boyd select MSM_GCC_8960 2736d00b56fSStephen Boyd help 2746d00b56fSStephen Boyd Support for the multimedia clock controller on msm8960 devices. 2756d00b56fSStephen Boyd Say Y if you want to support multimedia devices such as display, 2766d00b56fSStephen Boyd graphics, video encode/decode, camera, etc. 277d33faa9eSStephen Boyd 2789bb6cfc3SVladimir Lypakconfig MSM_GCC_8953 2799bb6cfc3SVladimir Lypak tristate "MSM8953 Global Clock Controller" 2809bb6cfc3SVladimir Lypak select QCOM_GDSC 2819bb6cfc3SVladimir Lypak help 2829bb6cfc3SVladimir Lypak Support for the global clock controller on msm8953 devices. 2839bb6cfc3SVladimir Lypak Say Y if you want to use devices such as UART, SPI i2c, USB, 2849bb6cfc3SVladimir Lypak SD/eMMC, display, graphics, camera etc. 2859bb6cfc3SVladimir Lypak 286d33faa9eSStephen Boydconfig MSM_GCC_8974 287d33faa9eSStephen Boyd tristate "MSM8974 Global Clock Controller" 288340029efSStephen Boyd select QCOM_GDSC 289d33faa9eSStephen Boyd help 290d33faa9eSStephen Boyd Support for the global clock controller on msm8974 devices. 291d33faa9eSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 292d33faa9eSStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 293d8b21201SStephen Boyd 294d8b21201SStephen Boydconfig MSM_MMCC_8974 295d8b21201SStephen Boyd tristate "MSM8974 Multimedia Clock Controller" 296d8b21201SStephen Boyd select MSM_GCC_8974 2978108b23cSStephen Boyd select QCOM_GDSC 298d8b21201SStephen Boyd help 299d8b21201SStephen Boyd Support for the multimedia clock controller on msm8974 devices. 300d8b21201SStephen Boyd Say Y if you want to support multimedia devices such as display, 301d8b21201SStephen Boyd graphics, video encode/decode, camera, etc. 302b1e010c0SStephen Boyd 3038f62718bSAngeloGioacchino Del Regnoconfig MSM_GCC_8976 3048f62718bSAngeloGioacchino Del Regno tristate "MSM8956/76 Global Clock Controller" 3058f62718bSAngeloGioacchino Del Regno select QCOM_GDSC 3068f62718bSAngeloGioacchino Del Regno help 3078f62718bSAngeloGioacchino Del Regno Support for the global clock controller on msm8956/76 devices. 3088f62718bSAngeloGioacchino Del Regno Say Y if you want to use peripheral devices such as UART, SPI, 3098f62718bSAngeloGioacchino Del Regno i2c, USB, SD/eMMC, SATA, PCIe, etc. 3108f62718bSAngeloGioacchino Del Regno 3114d5b4572SKonrad Dybcioconfig MSM_MMCC_8994 3124d5b4572SKonrad Dybcio tristate "MSM8994 Multimedia Clock Controller" 3134d5b4572SKonrad Dybcio select MSM_GCC_8994 3144d5b4572SKonrad Dybcio select QCOM_GDSC 3154d5b4572SKonrad Dybcio help 3164d5b4572SKonrad Dybcio Support for the multimedia clock controller on msm8994 devices. 3174d5b4572SKonrad Dybcio Say Y if you want to support multimedia devices such as display, 3184d5b4572SKonrad Dybcio graphics, video encode/decode, camera, etc. 3194d5b4572SKonrad Dybcio 320aec89f78SBastian Köcherconfig MSM_GCC_8994 321aec89f78SBastian Köcher tristate "MSM8994 Global Clock Controller" 322aec89f78SBastian Köcher help 323aec89f78SBastian Köcher Support for the global clock controller on msm8994 devices. 324aec89f78SBastian Köcher Say Y if you want to use peripheral devices such as UART, SPI, 325aec89f78SBastian Köcher i2c, USB, UFS, SD/eMMC, PCIe, etc. 326aec89f78SBastian Köcher 327b1e010c0SStephen Boydconfig MSM_GCC_8996 328b1e010c0SStephen Boyd tristate "MSM8996 Global Clock Controller" 3296d91f2c0SSrinivas Kandagatla select QCOM_GDSC 330b1e010c0SStephen Boyd help 331b1e010c0SStephen Boyd Support for the global clock controller on msm8996 devices. 332b1e010c0SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 333b1e010c0SStephen Boyd i2c, USB, UFS, SD/eMMC, PCIe, etc. 334c2526597SStephen Boyd 335c2526597SStephen Boydconfig MSM_MMCC_8996 336c2526597SStephen Boyd tristate "MSM8996 Multimedia Clock Controller" 337c2526597SStephen Boyd select MSM_GCC_8996 3386d91f2c0SSrinivas Kandagatla select QCOM_GDSC 339c2526597SStephen Boyd help 340c2526597SStephen Boyd Support for the multimedia clock controller on msm8996 devices. 341c2526597SStephen Boyd Say Y if you want to support multimedia devices such as display, 342c2526597SStephen Boyd graphics, video encode/decode, camera, etc. 3434cfaa55fSTirupathi Reddy 344b5f5f525SJoonwoo Parkconfig MSM_GCC_8998 345b5f5f525SJoonwoo Park tristate "MSM8998 Global Clock Controller" 34683b4c147SMarc Gonzalez select QCOM_GDSC 347b5f5f525SJoonwoo Park help 348b5f5f525SJoonwoo Park Support for the global clock controller on msm8998 devices. 349b5f5f525SJoonwoo Park Say Y if you want to use peripheral devices such as UART, SPI, 350b5f5f525SJoonwoo Park i2c, USB, UFS, SD/eMMC, PCIe, etc. 351b5f5f525SJoonwoo Park 3523f7df5baSJeffrey Hugoconfig MSM_GPUCC_8998 3533f7df5baSJeffrey Hugo tristate "MSM8998 Graphics Clock Controller" 3543f7df5baSJeffrey Hugo select MSM_GCC_8998 3553f7df5baSJeffrey Hugo select QCOM_GDSC 3563f7df5baSJeffrey Hugo help 3573f7df5baSJeffrey Hugo Support for the graphics clock controller on MSM8998 devices. 3583f7df5baSJeffrey Hugo Say Y if you want to support graphics controller devices and 3593f7df5baSJeffrey Hugo functionality such as 3D graphics. 3603f7df5baSJeffrey Hugo 361d14b15b5SJeffrey Hugoconfig MSM_MMCC_8998 362d14b15b5SJeffrey Hugo tristate "MSM8998 Multimedia Clock Controller" 363d14b15b5SJeffrey Hugo select MSM_GCC_8998 364d14b15b5SJeffrey Hugo select QCOM_GDSC 365d14b15b5SJeffrey Hugo help 366d14b15b5SJeffrey Hugo Support for the multimedia clock controller on msm8998 devices. 367d14b15b5SJeffrey Hugo Say Y if you want to support multimedia devices such as display, 368d14b15b5SJeffrey Hugo graphics, video encode/decode, camera, etc. 369d14b15b5SJeffrey Hugo 370496d1a13SShawn Guoconfig QCM_GCC_2290 371496d1a13SShawn Guo tristate "QCM2290 Global Clock Controller" 372496d1a13SShawn Guo select QCOM_GDSC 373496d1a13SShawn Guo help 374496d1a13SShawn Guo Support for the global clock controller on QCM2290 devices. 375496d1a13SShawn Guo Say Y if you want to use multimedia devices or peripheral 376496d1a13SShawn Guo devices such as UART, SPI, I2C, USB, SD/eMMC etc. 377496d1a13SShawn Guo 378cc517ea3SLoic Poulainconfig QCM_DISPCC_2290 379cc517ea3SLoic Poulain tristate "QCM2290 Display Clock Controller" 380cc517ea3SLoic Poulain select QCM_GCC_2290 381cc517ea3SLoic Poulain help 382cc517ea3SLoic Poulain Support for the display clock controller on Qualcomm Technologies, Inc 383cc517ea3SLoic Poulain QCM2290 devices. 384cc517ea3SLoic Poulain Say Y if you want to support display devices and functionality such as 385cc517ea3SLoic Poulain splash screen. 386cc517ea3SLoic Poulain 387652f1813SShefali Jainconfig QCS_GCC_404 388652f1813SShefali Jain tristate "QCS404 Global Clock Controller" 389652f1813SShefali Jain help 390652f1813SShefali Jain Support for the global clock controller on QCS404 devices. 391652f1813SShefali Jain Say Y if you want to use multimedia devices or peripheral 392652f1813SShefali Jain devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc. 393652f1813SShefali Jain 39415d09e83STaniya Dasconfig SC_CAMCC_7180 39515d09e83STaniya Das tristate "SC7180 Camera Clock Controller" 39615d09e83STaniya Das select SC_GCC_7180 39715d09e83STaniya Das help 39815d09e83STaniya Das Support for the camera clock controller on Qualcomm Technologies, Inc 39915d09e83STaniya Das SC7180 devices. 40015d09e83STaniya Das Say Y if you want to support camera devices and functionality such as 40115d09e83STaniya Das capturing pictures. 40215d09e83STaniya Das 4031daec8cfSTaniya Dasconfig SC_CAMCC_7280 4041daec8cfSTaniya Das tristate "SC7280 Camera Clock Controller" 4051daec8cfSTaniya Das select SC_GCC_7280 4061daec8cfSTaniya Das help 4071daec8cfSTaniya Das Support for the camera clock controller on Qualcomm Technologies, Inc 4081daec8cfSTaniya Das SC7280 devices. 4091daec8cfSTaniya Das Say Y if you want to support camera devices and functionality such as 4101daec8cfSTaniya Das capturing pictures. 4111daec8cfSTaniya Das 412dd3d0662STaniya Dasconfig SC_DISPCC_7180 413dd3d0662STaniya Das tristate "SC7180 Display Clock Controller" 414dd3d0662STaniya Das select SC_GCC_7180 415dd3d0662STaniya Das help 416dd3d0662STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 417dd3d0662STaniya Das SC7180 devices. 418dd3d0662STaniya Das Say Y if you want to support display devices and functionality such as 419dd3d0662STaniya Das splash screen. 420dd3d0662STaniya Das 4211a00c962STaniya Dasconfig SC_DISPCC_7280 4221a00c962STaniya Das tristate "SC7280 Display Clock Controller" 4231a00c962STaniya Das select SC_GCC_7280 4241a00c962STaniya Das help 4251a00c962STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc. 4261a00c962STaniya Das SC7280 devices. 4271a00c962STaniya Das Say Y if you want to support display devices and functionality such as 4281a00c962STaniya Das splash screen. 4291a00c962STaniya Das 4304a66e76fSBjorn Anderssonconfig SC_DISPCC_8280XP 4314a66e76fSBjorn Andersson tristate "SC8280XP Display Clock Controller" 4324a66e76fSBjorn Andersson select SC_GCC_8280XP 4334a66e76fSBjorn Andersson help 4344a66e76fSBjorn Andersson Support for the two display clock controllers on Qualcomm 4354a66e76fSBjorn Andersson Technologies, Inc. SC8280XP devices. 4364a66e76fSBjorn Andersson Say Y if you want to support display devices and functionality such as 4374a66e76fSBjorn Andersson splash screen. 4384a66e76fSBjorn Andersson 43908c51cebSShazad Hussainconfig SA_GCC_8775P 44008c51cebSShazad Hussain tristate "SA8775 Global Clock Controller" 44108c51cebSShazad Hussain select QCOM_GDSC 44208c51cebSShazad Hussain depends on COMMON_CLK_QCOM 44308c51cebSShazad Hussain help 44408c51cebSShazad Hussain Support for the global clock controller on SA8775 devices. 44508c51cebSShazad Hussain Say Y if you want to use peripheral devices such as UART, SPI, 44608c51cebSShazad Hussain I2C, USB, UFS, SDCC, etc. 44708c51cebSShazad Hussain 4480afa16afSShazad Hussainconfig SA_GPUCC_8775P 4490afa16afSShazad Hussain tristate "SA8775P Graphics clock controller" 4500afa16afSShazad Hussain select QCOM_GDSC 4510afa16afSShazad Hussain select SA_GCC_8775P 4520afa16afSShazad Hussain help 4530afa16afSShazad Hussain Support for the graphics clock controller on SA8775P devices. 4540afa16afSShazad Hussain Say Y if you want to support graphics controller devices and 4550afa16afSShazad Hussain functionality such as 3D graphics. 4560afa16afSShazad Hussain 45717269568STaniya Dasconfig SC_GCC_7180 45817269568STaniya Das tristate "SC7180 Global Clock Controller" 45917269568STaniya Das select QCOM_GDSC 46017269568STaniya Das depends on COMMON_CLK_QCOM 46117269568STaniya Das help 46217269568STaniya Das Support for the global clock controller on SC7180 devices. 46317269568STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 46417269568STaniya Das I2C, USB, UFS, SDCC, etc. 46517269568STaniya Das 466a3cc0921STaniya Dasconfig SC_GCC_7280 467a3cc0921STaniya Das tristate "SC7280 Global Clock Controller" 468a3cc0921STaniya Das select QCOM_GDSC 469a3cc0921STaniya Das depends on COMMON_CLK_QCOM 470a3cc0921STaniya Das help 471a3cc0921STaniya Das Support for the global clock controller on SC7280 devices. 472a3cc0921STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 473a3cc0921STaniya Das I2C, USB, UFS, SDCC, PCIe etc. 474a3cc0921STaniya Das 4754433594bSBjorn Anderssonconfig SC_GCC_8180X 4764433594bSBjorn Andersson tristate "SC8180X Global Clock Controller" 4774433594bSBjorn Andersson select QCOM_GDSC 4784433594bSBjorn Andersson depends on COMMON_CLK_QCOM 4794433594bSBjorn Andersson help 4804433594bSBjorn Andersson Support for the global clock controller on SC8180X devices. 4814433594bSBjorn Andersson Say Y if you want to use peripheral devices such as UART, SPI, 4824433594bSBjorn Andersson I2C, USB, UFS, SDCC, etc. 4834433594bSBjorn Andersson 484d65d005fSBjorn Anderssonconfig SC_GCC_8280XP 485d65d005fSBjorn Andersson tristate "SC8280XP Global Clock Controller" 486d65d005fSBjorn Andersson select QCOM_GDSC 487d65d005fSBjorn Andersson depends on COMMON_CLK_QCOM 488d65d005fSBjorn Andersson help 489d65d005fSBjorn Andersson Support for the global clock controller on SC8280XP devices. 490d65d005fSBjorn Andersson Say Y if you want to use peripheral devices such as UART, SPI, 491d65d005fSBjorn Andersson I2C, USB, UFS, SDCC, etc. 492d65d005fSBjorn Andersson 493745ff069STaniya Dasconfig SC_GPUCC_7180 494745ff069STaniya Das tristate "SC7180 Graphics Clock Controller" 495745ff069STaniya Das select SC_GCC_7180 496745ff069STaniya Das help 497745ff069STaniya Das Support for the graphics clock controller on SC7180 devices. 498745ff069STaniya Das Say Y if you want to support graphics controller devices and 499745ff069STaniya Das functionality such as 3D graphics. 500745ff069STaniya Das 5013e0f01d6STaniya Dasconfig SC_GPUCC_7280 5023e0f01d6STaniya Das tristate "SC7280 Graphics Clock Controller" 5033e0f01d6STaniya Das select SC_GCC_7280 5043e0f01d6STaniya Das help 5053e0f01d6STaniya Das Support for the graphics clock controller on SC7280 devices. 5063e0f01d6STaniya Das Say Y if you want to support graphics controller devices and 5073e0f01d6STaniya Das functionality such as 3D graphics. 5083e0f01d6STaniya Das 509e55d937dSBjorn Anderssonconfig SC_GPUCC_8280XP 510e55d937dSBjorn Andersson tristate "SC8280XP Graphics Clock Controller" 511e55d937dSBjorn Andersson select SC_GCC_8280XP 512e55d937dSBjorn Andersson help 513e55d937dSBjorn Andersson Support for the graphics clock controller on SC8280XP devices. 514e55d937dSBjorn Andersson Say Y if you want to support graphics controller devices and 515e55d937dSBjorn Andersson functionality such as 3D graphics. 516e55d937dSBjorn Andersson 5174ab43d17STaniya Dasconfig SC_LPASSCC_7280 5184ab43d17STaniya Das tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller" 5194ab43d17STaniya Das select SC_GCC_7280 5204ab43d17STaniya Das help 5214ab43d17STaniya Das Support for the LPASS clock controller on SC7280 devices. 5224ab43d17STaniya Das Say Y if you want to use the LPASS branch clocks of the LPASS clock 5234ab43d17STaniya Das controller to reset the LPASS subsystem. 5244ab43d17STaniya Das 52572c4996aSTaniya Dasconfig SC_LPASS_CORECC_7180 52672c4996aSTaniya Das tristate "SC7180 LPASS Core Clock Controller" 52772c4996aSTaniya Das select SC_GCC_7180 52872c4996aSTaniya Das help 52972c4996aSTaniya Das Support for the LPASS(Low Power Audio Subsystem) core clock controller 53072c4996aSTaniya Das on SC7180 devices. 53172c4996aSTaniya Das Say Y if you want to use LPASS clocks and power domains of the LPASS 53272c4996aSTaniya Das core clock controller. 53372c4996aSTaniya Das 534a9dd2663STaniya Dasconfig SC_LPASS_CORECC_7280 535a9dd2663STaniya Das tristate "SC7280 LPASS Core & Audio Clock Controller" 536a9dd2663STaniya Das select SC_GCC_7280 537a9dd2663STaniya Das select QCOM_GDSC 538a9dd2663STaniya Das help 539a9dd2663STaniya Das Support for the LPASS(Low Power Audio Subsystem) core and audio clock 540a9dd2663STaniya Das controller on SC7280 devices. 541a9dd2663STaniya Das Say Y if you want to use LPASS clocks and power domains of the LPASS 542a9dd2663STaniya Das core clock controller. 543a9dd2663STaniya Das 5448def929cSTaniya Dasconfig SC_MSS_7180 5458def929cSTaniya Das tristate "SC7180 Modem Clock Controller" 5468def929cSTaniya Das select SC_GCC_7180 5478def929cSTaniya Das help 5488def929cSTaniya Das Support for the Modem Subsystem clock controller on Qualcomm 5498def929cSTaniya Das Technologies, Inc on SC7180 devices. 5508def929cSTaniya Das Say Y if you want to use the Modem branch clocks of the Modem 5518def929cSTaniya Das subsystem clock controller to reset the MSS subsystem. 5528def929cSTaniya Das 553253dc75aSTaniya Dasconfig SC_VIDEOCC_7180 554253dc75aSTaniya Das tristate "SC7180 Video Clock Controller" 555253dc75aSTaniya Das select SC_GCC_7180 556253dc75aSTaniya Das help 557253dc75aSTaniya Das Support for the video clock controller on SC7180 devices. 558253dc75aSTaniya Das Say Y if you want to support video devices and functionality such as 559253dc75aSTaniya Das video encode and decode. 560253dc75aSTaniya Das 561fae7617bSTaniya Dasconfig SC_VIDEOCC_7280 562fae7617bSTaniya Das tristate "SC7280 Video Clock Controller" 563fae7617bSTaniya Das select SC_GCC_7280 564fae7617bSTaniya Das help 565fae7617bSTaniya Das Support for the video clock controller on SC7280 devices. 566fae7617bSTaniya Das Say Y if you want to support video devices and functionality such as 567fae7617bSTaniya Das video encode and decode. 568fae7617bSTaniya Das 56978412c26SAmit Nischalconfig SDM_CAMCC_845 57078412c26SAmit Nischal tristate "SDM845 Camera Clock Controller" 57178412c26SAmit Nischal select SDM_GCC_845 57278412c26SAmit Nischal help 57378412c26SAmit Nischal Support for the camera clock controller on SDM845 devices. 57478412c26SAmit Nischal Say Y if you want to support camera devices and camera functionality. 57578412c26SAmit Nischal 576f2a76a29STaniya Dasconfig SDM_GCC_660 577f2a76a29STaniya Das tristate "SDM660 Global Clock Controller" 578f2a76a29STaniya Das select QCOM_GDSC 579f2a76a29STaniya Das help 580f2a76a29STaniya Das Support for the global clock controller on SDM660 devices. 581f2a76a29STaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 582f2a76a29STaniya Das i2C, USB, UFS, SDDC, PCIe, etc. 583f2a76a29STaniya Das 5845db3ae8bSMartin Botkaconfig SDM_MMCC_660 5855db3ae8bSMartin Botka tristate "SDM660 Multimedia Clock Controller" 5865db3ae8bSMartin Botka select SDM_GCC_660 5875db3ae8bSMartin Botka select QCOM_GDSC 5885db3ae8bSMartin Botka help 5895db3ae8bSMartin Botka Support for the multimedia clock controller on SDM660 devices. 5905db3ae8bSMartin Botka Say Y if you want to support multimedia devices such as display, 5915db3ae8bSMartin Botka graphics, video encode/decode, camera, etc. 5925db3ae8bSMartin Botka 59379b5d1fcSAngeloGioacchino Del Regnoconfig SDM_GPUCC_660 59479b5d1fcSAngeloGioacchino Del Regno tristate "SDM660 Graphics Clock Controller" 59579b5d1fcSAngeloGioacchino Del Regno select SDM_GCC_660 59679b5d1fcSAngeloGioacchino Del Regno select QCOM_GDSC 59779b5d1fcSAngeloGioacchino Del Regno help 59879b5d1fcSAngeloGioacchino Del Regno Support for the graphics clock controller on SDM630/636/660 devices. 59979b5d1fcSAngeloGioacchino Del Regno Say Y if you want to support graphics controller devices and 60079b5d1fcSAngeloGioacchino Del Regno functionality such as 3D graphics 60179b5d1fcSAngeloGioacchino Del Regno 602892df019SBjorn Anderssonconfig QCS_TURING_404 603892df019SBjorn Andersson tristate "QCS404 Turing Clock Controller" 604892df019SBjorn Andersson help 605892df019SBjorn Andersson Support for the Turing Clock Controller on QCS404, provides clocks 606892df019SBjorn Andersson and resets for the Turing subsystem. 607892df019SBjorn Andersson 6086cdef273SGovind Singhconfig QCS_Q6SSTOP_404 6096cdef273SGovind Singh tristate "QCS404 Q6SSTOP Clock Controller" 6106cdef273SGovind Singh select QCS_GCC_404 6116cdef273SGovind Singh help 6126cdef273SGovind Singh Support for the Q6SSTOP clock controller on QCS404 devices. 6136cdef273SGovind Singh Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock 6146cdef273SGovind Singh controller to reset the Q6SSTOP subsystem. 6156cdef273SGovind Singh 6161c9efb0bSTaniya Dasconfig QDU_GCC_1000 6171c9efb0bSTaniya Das tristate "QDU1000/QRU1000 Global Clock Controller" 6181c9efb0bSTaniya Das select QCOM_GDSC 6191c9efb0bSTaniya Das help 6201c9efb0bSTaniya Das Support for the global clock controller on QDU1000 and 6211c9efb0bSTaniya Das QRU1000 devices. Say Y if you want to use peripheral 6221c9efb0bSTaniya Das devices such as UART, SPI, I2C, USB, SD, PCIe, etc. 6231c9efb0bSTaniya Das 62406391eddSTaniya Dasconfig SDM_GCC_845 625ae66b1feSRichard Acayan tristate "SDM845/SDM670 Global Clock Controller" 62606391eddSTaniya Das select QCOM_GDSC 62706391eddSTaniya Das help 628ae66b1feSRichard Acayan Support for the global clock controller on SDM845 and SDM670 devices. 62906391eddSTaniya Das Say Y if you want to use peripheral devices such as UART, SPI, 63077122d6fSStephen Boyd i2C, USB, UFS, SDDC, PCIe, etc. 63106391eddSTaniya Das 632453361cdSAmit Nischalconfig SDM_GPUCC_845 633453361cdSAmit Nischal tristate "SDM845 Graphics Clock Controller" 634453361cdSAmit Nischal select SDM_GCC_845 635453361cdSAmit Nischal help 636453361cdSAmit Nischal Support for the graphics clock controller on SDM845 devices. 637453361cdSAmit Nischal Say Y if you want to support graphics controller devices and 638453361cdSAmit Nischal functionality such as 3D graphics. 639453361cdSAmit Nischal 640c646b347SAmit Nischalconfig SDM_VIDEOCC_845 641c646b347SAmit Nischal tristate "SDM845 Video Clock Controller" 642c646b347SAmit Nischal select SDM_GCC_845 643c646b347SAmit Nischal select QCOM_GDSC 644c646b347SAmit Nischal help 64577122d6fSStephen Boyd Support for the video clock controller on SDM845 devices. 646c646b347SAmit Nischal Say Y if you want to support video devices and functionality such as 647c646b347SAmit Nischal video encode and decode. 648c646b347SAmit Nischal 64981351776STaniya Dasconfig SDM_DISPCC_845 65081351776STaniya Das tristate "SDM845 Display Clock Controller" 65181351776STaniya Das select SDM_GCC_845 65281351776STaniya Das help 65381351776STaniya Das Support for the display clock controller on Qualcomm Technologies, Inc 65481351776STaniya Das SDM845 devices. 65581351776STaniya Das Say Y if you want to support display devices and functionality such as 65681351776STaniya Das splash screen. 65781351776STaniya Das 6588d3e5b9cSTaniya Dasconfig SDM_LPASSCC_845 6598d3e5b9cSTaniya Das tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller" 6608d3e5b9cSTaniya Das select SDM_GCC_845 6618d3e5b9cSTaniya Das help 6628d3e5b9cSTaniya Das Support for the LPASS clock controller on SDM845 devices. 6638d3e5b9cSTaniya Das Say Y if you want to use the LPASS branch clocks of the LPASS clock 6648d3e5b9cSTaniya Das controller to reset the LPASS subsystem. 6658d3e5b9cSTaniya Das 6663fade566SNaveen Yadavconfig SDX_GCC_55 6673fade566SNaveen Yadav tristate "SDX55 Global Clock Controller" 668063930edSManivannan Sadhasivam select QCOM_GDSC 6693fade566SNaveen Yadav help 6703fade566SNaveen Yadav Support for the global clock controller on SDX55 devices. 6713fade566SNaveen Yadav Say Y if you want to use peripheral devices such as UART, 6723fade566SNaveen Yadav SPI, I2C, USB, SD/UFS, PCIe etc. 6733fade566SNaveen Yadav 674d79afa20SVamsi Krishna Lankaconfig SDX_GCC_65 675d79afa20SVamsi Krishna Lanka tristate "SDX65 Global Clock Controller" 676d79afa20SVamsi Krishna Lanka select QCOM_GDSC 677d79afa20SVamsi Krishna Lanka help 678d79afa20SVamsi Krishna Lanka Support for the global clock controller on SDX65 devices. 679d79afa20SVamsi Krishna Lanka Say Y if you want to use peripheral devices such as UART, 680d79afa20SVamsi Krishna Lanka SPI, I2C, USB, SD/UFS, PCIe etc. 681d79afa20SVamsi Krishna Lanka 68280f5451dSKonrad Dybcioconfig SM_CAMCC_6350 68380f5451dSKonrad Dybcio tristate "SM6350 Camera Clock Controller" 68480f5451dSKonrad Dybcio select SM_GCC_6350 68580f5451dSKonrad Dybcio help 68680f5451dSKonrad Dybcio Support for the camera clock controller on SM6350 devices. 68780f5451dSKonrad Dybcio Say Y if you want to support camera devices and camera functionality. 68880f5451dSKonrad Dybcio 689620f5125SMarijn Suijtenconfig SM_CAMCC_8250 690620f5125SMarijn Suijten tristate "SM8250 Camera Clock Controller" 691620f5125SMarijn Suijten select SM_GCC_8250 692620f5125SMarijn Suijten help 693620f5125SMarijn Suijten Support for the camera clock controller on SM8250 devices. 694620f5125SMarijn Suijten Say Y if you want to support camera devices and camera functionality. 695620f5125SMarijn Suijten 6966082037fSVladimir Zapolskiyconfig SM_CAMCC_8450 6976082037fSVladimir Zapolskiy tristate "SM8450 Camera Clock Controller" 6986082037fSVladimir Zapolskiy select SM_GCC_8450 6996082037fSVladimir Zapolskiy help 7006082037fSVladimir Zapolskiy Support for the camera clock controller on SM8450 devices. 7016082037fSVladimir Zapolskiy Say Y if you want to support camera devices and camera functionality. 7026082037fSVladimir Zapolskiy 7039b518788SAdam Skladowskiconfig SM_DISPCC_6115 7049b518788SAdam Skladowski tristate "SM6115 Display Clock Controller" 7059b518788SAdam Skladowski depends on SM_GCC_6115 7069b518788SAdam Skladowski help 7079b518788SAdam Skladowski Support for the display clock controller on Qualcomm Technologies, Inc 7089b518788SAdam Skladowski SM6115/SM4250 devices. 7099b518788SAdam Skladowski Say Y if you want to support display devices and functionality such as 7109b518788SAdam Skladowski splash screen 7119b518788SAdam Skladowski 7126e87c8f0SMartin Botkaconfig SM_DISPCC_6125 7136e87c8f0SMartin Botka tristate "SM6125 Display Clock Controller" 7146e87c8f0SMartin Botka depends on SM_GCC_6125 7156e87c8f0SMartin Botka help 7166e87c8f0SMartin Botka Support for the display clock controller on Qualcomm Technologies, Inc 7176e87c8f0SMartin Botka SM6125 devices. 7186e87c8f0SMartin Botka Say Y if you want to support display devices and functionality such as 7196e87c8f0SMartin Botka splash screen 7206e87c8f0SMartin Botka 72180a18f4aSJonathan Marekconfig SM_DISPCC_8250 722205737feSJonathan Marek tristate "SM8150/SM8250/SM8350 Display Clock Controller" 723205737feSJonathan Marek depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350 72480a18f4aSJonathan Marek help 72580a18f4aSJonathan Marek Support for the display clock controller on Qualcomm Technologies, Inc 726205737feSJonathan Marek SM8150/SM8250/SM8350 devices. 72780a18f4aSJonathan Marek Say Y if you want to support display devices and functionality such as 72880a18f4aSJonathan Marek splash screen. 72980a18f4aSJonathan Marek 73083751977SKonrad Dybcioconfig SM_DISPCC_6350 73183751977SKonrad Dybcio tristate "SM6350 Display Clock Controller" 73283751977SKonrad Dybcio depends on SM_GCC_6350 73383751977SKonrad Dybcio help 73483751977SKonrad Dybcio Support for the display clock controller on Qualcomm Technologies, Inc 73583751977SKonrad Dybcio SM6350 devices. 73683751977SKonrad Dybcio Say Y if you want to support display devices and functionality such as 73783751977SKonrad Dybcio splash screen. 73883751977SKonrad Dybcio 739aec5f36cSKonrad Dybcioconfig SM_DISPCC_6375 740aec5f36cSKonrad Dybcio tristate "SM6375 Display Clock Controller" 741aec5f36cSKonrad Dybcio depends on SM_GCC_6375 742aec5f36cSKonrad Dybcio help 743aec5f36cSKonrad Dybcio Support for the display clock controller on Qualcomm Technologies, Inc 744aec5f36cSKonrad Dybcio SM6375 devices. 745aec5f36cSKonrad Dybcio Say Y if you want to support display devices and functionality such as 746aec5f36cSKonrad Dybcio splash screen. 747aec5f36cSKonrad Dybcio 74816fb89f9SDmitry Baryshkovconfig SM_DISPCC_8450 74916fb89f9SDmitry Baryshkov tristate "SM8450 Display Clock Controller" 75016fb89f9SDmitry Baryshkov depends on SM_GCC_8450 75116fb89f9SDmitry Baryshkov help 75216fb89f9SDmitry Baryshkov Support for the display clock controller on Qualcomm Technologies, Inc 75316fb89f9SDmitry Baryshkov SM8450 devices. 75416fb89f9SDmitry Baryshkov Say Y if you want to support display devices and functionality such as 75516fb89f9SDmitry Baryshkov splash screen. 75616fb89f9SDmitry Baryshkov 75790114ca1SNeil Armstrongconfig SM_DISPCC_8550 75890114ca1SNeil Armstrong tristate "SM8550 Display Clock Controller" 75990114ca1SNeil Armstrong depends on SM_GCC_8550 76090114ca1SNeil Armstrong help 76190114ca1SNeil Armstrong Support for the display clock controller on Qualcomm Technologies, Inc 76290114ca1SNeil Armstrong SM8550 devices. 76390114ca1SNeil Armstrong Say Y if you want to support display devices and functionality such as 76490114ca1SNeil Armstrong splash screen. 76590114ca1SNeil Armstrong 766cbe63bfdSIskren Chernevconfig SM_GCC_6115 767cbe63bfdSIskren Chernev tristate "SM6115 and SM4250 Global Clock Controller" 76850ee65dcSDang Huynh select QCOM_GDSC 769cbe63bfdSIskren Chernev help 770cbe63bfdSIskren Chernev Support for the global clock controller on SM6115 and SM4250 devices. 771cbe63bfdSIskren Chernev Say Y if you want to use peripheral devices such as UART, SPI, 772cbe63bfdSIskren Chernev i2C, USB, UFS, SDDC, PCIe, etc. 773cbe63bfdSIskren Chernev 7744b8d6ae5SKonrad Dybcioconfig SM_GCC_6125 7754b8d6ae5SKonrad Dybcio tristate "SM6125 Global Clock Controller" 7764b8d6ae5SKonrad Dybcio help 7774b8d6ae5SKonrad Dybcio Support for the global clock controller on SM6125 devices. 7784b8d6ae5SKonrad Dybcio Say Y if you want to use peripheral devices such as UART, 7794b8d6ae5SKonrad Dybcio SPI, I2C, USB, SD/UFS, PCIe etc. 7804b8d6ae5SKonrad Dybcio 781131abae9SKonrad Dybcioconfig SM_GCC_6350 782131abae9SKonrad Dybcio tristate "SM6350 Global Clock Controller" 78392c02ff1SLuca Weiss select QCOM_GDSC 784131abae9SKonrad Dybcio help 785131abae9SKonrad Dybcio Support for the global clock controller on SM6350 devices. 786131abae9SKonrad Dybcio Say Y if you want to use peripheral devices such as UART, 787131abae9SKonrad Dybcio SPI, I2C, USB, SD/UFS, PCIe etc. 788131abae9SKonrad Dybcio 789184fdd87SKonrad Dybcioconfig SM_GCC_6375 790184fdd87SKonrad Dybcio tristate "SM6375 Global Clock Controller" 791184fdd87SKonrad Dybcio select QCOM_GDSC 792184fdd87SKonrad Dybcio help 793184fdd87SKonrad Dybcio Support for the global clock controller on SM6375 devices. 794184fdd87SKonrad Dybcio Say Y if you want to use peripheral devices such as UART, 795184fdd87SKonrad Dybcio SPI, I2C, USB, SD/UFS etc. 796184fdd87SKonrad Dybcio 797a808d58dSDanila Tikhonovconfig SM_GCC_7150 798a808d58dSDanila Tikhonov tristate "SM7150 Global Clock Controller" 799a808d58dSDanila Tikhonov select QCOM_GDSC 800a808d58dSDanila Tikhonov help 801a808d58dSDanila Tikhonov Support for the global clock controller on SM7150 devices. 802a808d58dSDanila Tikhonov Say Y if you want to use peripheral devices such as UART, 803a808d58dSDanila Tikhonov SPI, I2C, USB, SD/UFS, PCIe etc. 804a808d58dSDanila Tikhonov 8052a1d7eb8SDeepak Katragaddaconfig SM_GCC_8150 8062a1d7eb8SDeepak Katragadda tristate "SM8150 Global Clock Controller" 8072a1d7eb8SDeepak Katragadda help 8082a1d7eb8SDeepak Katragadda Support for the global clock controller on SM8150 devices. 8092a1d7eb8SDeepak Katragadda Say Y if you want to use peripheral devices such as UART, 8102a1d7eb8SDeepak Katragadda SPI, I2C, USB, SD/UFS, PCIe etc. 8112a1d7eb8SDeepak Katragadda 8123e577092STaniya Dasconfig SM_GCC_8250 8133e577092STaniya Das tristate "SM8250 Global Clock Controller" 8143a4ef4caSJonathan Marek select QCOM_GDSC 8153e577092STaniya Das help 8163e577092STaniya Das Support for the global clock controller on SM8250 devices. 8173e577092STaniya Das Say Y if you want to use peripheral devices such as UART, 8183e577092STaniya Das SPI, I2C, USB, SD/UFS, PCIe etc. 8193e577092STaniya Das 82044c20c9eSVivek Aknurwarconfig SM_GCC_8350 82144c20c9eSVivek Aknurwar tristate "SM8350 Global Clock Controller" 82244c20c9eSVivek Aknurwar select QCOM_GDSC 82344c20c9eSVivek Aknurwar help 82444c20c9eSVivek Aknurwar Support for the global clock controller on SM8350 devices. 82544c20c9eSVivek Aknurwar Say Y if you want to use peripheral devices such as UART, 82644c20c9eSVivek Aknurwar SPI, I2C, USB, SD/UFS, PCIe etc. 82744c20c9eSVivek Aknurwar 828db0c944eSVinod Koulconfig SM_GCC_8450 829db0c944eSVinod Koul tristate "SM8450 Global Clock Controller" 830db0c944eSVinod Koul select QCOM_GDSC 831db0c944eSVinod Koul help 832db0c944eSVinod Koul Support for the global clock controller on SM8450 devices. 833db0c944eSVinod Koul Say Y if you want to use peripheral devices such as UART, 834db0c944eSVinod Koul SPI, I2C, USB, SD/UFS, PCIe etc. 835db0c944eSVinod Koul 836955f2ea3SAbel Vesaconfig SM_GCC_8550 837955f2ea3SAbel Vesa tristate "SM8550 Global Clock Controller" 838955f2ea3SAbel Vesa select QCOM_GDSC 839955f2ea3SAbel Vesa help 840955f2ea3SAbel Vesa Support for the global clock controller on SM8550 devices. 841955f2ea3SAbel Vesa Say Y if you want to use peripheral devices such as UART, 842955f2ea3SAbel Vesa SPI, I2C, USB, SD/UFS, PCIe etc. 843955f2ea3SAbel Vesa 844092209f1SKonrad Dybcioconfig SM_GPUCC_6115 845092209f1SKonrad Dybcio tristate "SM6115 Graphics Clock Controller" 846092209f1SKonrad Dybcio select SM_GCC_6115 847092209f1SKonrad Dybcio depends on ARM64 || COMPILE_TEST 848092209f1SKonrad Dybcio help 849092209f1SKonrad Dybcio Support for the graphics clock controller on SM6115 devices. 850092209f1SKonrad Dybcio Say Y if you want to support graphics controller devices and 851092209f1SKonrad Dybcio functionality such as 3D graphics. 852092209f1SKonrad Dybcio 853a6b18286SKonrad Dybcioconfig SM_GPUCC_6125 854a6b18286SKonrad Dybcio tristate "SM6125 Graphics Clock Controller" 855a6b18286SKonrad Dybcio select SM_GCC_6125 856a6b18286SKonrad Dybcio depends on ARM64 || COMPILE_TEST 857a6b18286SKonrad Dybcio help 858a6b18286SKonrad Dybcio Support for the graphics clock controller on SM6125 devices. 859a6b18286SKonrad Dybcio Say Y if you want to support graphics controller devices and 860a6b18286SKonrad Dybcio functionality such as 3D graphics. 861a6b18286SKonrad Dybcio 8628397e242SKonrad Dybcioconfig SM_GPUCC_6375 8638397e242SKonrad Dybcio tristate "SM6375 Graphics Clock Controller" 8648397e242SKonrad Dybcio select SM_GCC_6375 8658397e242SKonrad Dybcio depends on ARM64 || COMPILE_TEST 8668397e242SKonrad Dybcio help 8678397e242SKonrad Dybcio Support for the graphics clock controller on SM6375 devices. 8688397e242SKonrad Dybcio Say Y if you want to support graphics controller devices and 8698397e242SKonrad Dybcio functionality such as 3D graphics. 8708397e242SKonrad Dybcio 871013804a7SKonrad Dybcioconfig SM_GPUCC_6350 872013804a7SKonrad Dybcio tristate "SM6350 Graphics Clock Controller" 873013804a7SKonrad Dybcio select SM_GCC_6350 874013804a7SKonrad Dybcio help 875013804a7SKonrad Dybcio Support for the graphics clock controller on SM6350 devices. 876013804a7SKonrad Dybcio Say Y if you want to support graphics controller devices and 877013804a7SKonrad Dybcio functionality such as 3D graphics. 878013804a7SKonrad Dybcio 8790cef71f2SJonathan Marekconfig SM_GPUCC_8150 8800cef71f2SJonathan Marek tristate "SM8150 Graphics Clock Controller" 8810cef71f2SJonathan Marek select SM_GCC_8150 8820cef71f2SJonathan Marek help 8830cef71f2SJonathan Marek Support for the graphics clock controller on SM8150 devices. 8840cef71f2SJonathan Marek Say Y if you want to support graphics controller devices and 8850cef71f2SJonathan Marek functionality such as 3D graphics. 8860cef71f2SJonathan Marek 88728f0769cSJonathan Marekconfig SM_GPUCC_8250 88828f0769cSJonathan Marek tristate "SM8250 Graphics Clock Controller" 88928f0769cSJonathan Marek select SM_GCC_8250 89028f0769cSJonathan Marek help 89128f0769cSJonathan Marek Support for the graphics clock controller on SM8250 devices. 89228f0769cSJonathan Marek Say Y if you want to support graphics controller devices and 89328f0769cSJonathan Marek functionality such as 3D graphics. 89428f0769cSJonathan Marek 895160758b0SRobert Fossconfig SM_GPUCC_8350 896160758b0SRobert Foss tristate "SM8350 Graphics Clock Controller" 897160758b0SRobert Foss select SM_GCC_8350 898160758b0SRobert Foss help 899160758b0SRobert Foss Support for the graphics clock controller on SM8350 devices. 900160758b0SRobert Foss Say Y if you want to support graphics controller devices and 901160758b0SRobert Foss functionality such as 3D graphics. 902160758b0SRobert Foss 903e9a7b78bSAbel Vesaconfig SM_TCSRCC_8550 904e9a7b78bSAbel Vesa tristate "SM8550 TCSR Clock Controller" 905e9a7b78bSAbel Vesa select QCOM_GDSC 906e9a7b78bSAbel Vesa help 907e9a7b78bSAbel Vesa Support for the TCSR clock controller on SM8550 devices. 908e9a7b78bSAbel Vesa Say Y if you want to use peripheral devices such as SD/UFS. 909e9a7b78bSAbel Vesa 9105658e8cfSJonathan Marekconfig SM_VIDEOCC_8150 9115658e8cfSJonathan Marek tristate "SM8150 Video Clock Controller" 912386ea3bdSLukas Bulwahn select SM_GCC_8150 9135658e8cfSJonathan Marek select QCOM_GDSC 9145658e8cfSJonathan Marek help 9155658e8cfSJonathan Marek Support for the video clock controller on SM8150 devices. 9165658e8cfSJonathan Marek Say Y if you want to support video devices and functionality such as 9175658e8cfSJonathan Marek video encode and decode. 9185658e8cfSJonathan Marek 9190e94711aSJonathan Marekconfig SM_VIDEOCC_8250 9200e94711aSJonathan Marek tristate "SM8250 Video Clock Controller" 921386ea3bdSLukas Bulwahn select SM_GCC_8250 9220e94711aSJonathan Marek select QCOM_GDSC 9230e94711aSJonathan Marek help 9240e94711aSJonathan Marek Support for the video clock controller on SM8250 devices. 9250e94711aSJonathan Marek Say Y if you want to support video devices and functionality such as 9260e94711aSJonathan Marek video encode and decode. 9270e94711aSJonathan Marek 928fd0b5b10SKonrad Dybcioconfig SM_VIDEOCC_8350 929fd0b5b10SKonrad Dybcio tristate "SM8350 Video Clock Controller" 930fd0b5b10SKonrad Dybcio select SM_GCC_8350 931fd0b5b10SKonrad Dybcio select QCOM_GDSC 932fd0b5b10SKonrad Dybcio help 933fd0b5b10SKonrad Dybcio Support for the video clock controller on SM8350 devices. 934fd0b5b10SKonrad Dybcio Say Y if you want to support video devices and functionality such as 935fd0b5b10SKonrad Dybcio video encode and decode. 936fd0b5b10SKonrad Dybcio 9374cfaa55fSTirupathi Reddyconfig SPMI_PMIC_CLKDIV 9384cfaa55fSTirupathi Reddy tristate "SPMI PMIC clkdiv Support" 939f071bcebSStephen Boyd depends on SPMI || COMPILE_TEST 9404cfaa55fSTirupathi Reddy help 9414cfaa55fSTirupathi Reddy This driver supports the clkdiv functionality on the Qualcomm 9424cfaa55fSTirupathi Reddy Technologies, Inc. SPMI PMIC. It configures the frequency of 9434cfaa55fSTirupathi Reddy clkdiv outputs of the PMIC. These clocks are typically wired 9444cfaa55fSTirupathi Reddy through alternate functions on GPIO pins. 945cb546b79SStephen Boyd 946cb546b79SStephen Boydconfig QCOM_HFPLL 947cb546b79SStephen Boyd tristate "High-Frequency PLL (HFPLL) Clock Controller" 948cb546b79SStephen Boyd help 949cb546b79SStephen Boyd Support for the high-frequency PLLs present on Qualcomm devices. 950cb546b79SStephen Boyd Say Y if you want to support CPU frequency scaling on devices 951cb546b79SStephen Boyd such as MSM8974, APQ8084, etc. 9523ddc3564SStephen Boyd 9533ddc3564SStephen Boydconfig KPSS_XCC 9543ddc3564SStephen Boyd tristate "KPSS Clock Controller" 9553ddc3564SStephen Boyd help 9563ddc3564SStephen Boyd Support for the Krait ACC and GCC clock controllers. Say Y 9573ddc3564SStephen Boyd if you want to support CPU frequency scaling on devices such 9583ddc3564SStephen Boyd as MSM8960, APQ8064, etc. 959bb5c4a85SStephen Boyd 960bb5c4a85SStephen Boydconfig KRAITCC 961bb5c4a85SStephen Boyd tristate "Krait Clock Controller" 962f071bcebSStephen Boyd depends on ARM 963bb5c4a85SStephen Boyd select KRAIT_CLOCKS 964bb5c4a85SStephen Boyd help 965bb5c4a85SStephen Boyd Support for the Krait CPU clocks on Qualcomm devices. 966bb5c4a85SStephen Boyd Say Y if you want to support CPU frequency scaling. 967f071bcebSStephen Boyd 968a2d8f507SSrinivas Kandagatlaconfig CLK_GFM_LPASS_SM8250 969a2d8f507SSrinivas Kandagatla tristate "SM8250 GFM LPASS Clocks" 970a2d8f507SSrinivas Kandagatla help 971a2d8f507SSrinivas Kandagatla Support for the Glitch Free Mux (GFM) Low power audio 972a2d8f507SSrinivas Kandagatla subsystem (LPASS) clocks found on SM8250 SoCs. 973a2d8f507SSrinivas Kandagatla 974*441fe711STaniya Dasconfig SM_VIDEOCC_8450 975*441fe711STaniya Das tristate "SM8450 Video Clock Controller" 976*441fe711STaniya Das select SM_GCC_8450 977*441fe711STaniya Das select QCOM_GDSC 978*441fe711STaniya Das help 979*441fe711STaniya Das Support for the video clock controller on Qualcomm Technologies, Inc. 980*441fe711STaniya Das SM8450 devices. 981*441fe711STaniya Das Say Y if you want to support video devices and functionality such as 982*441fe711STaniya Das video encode/decode. 983f071bcebSStephen Boydendif 984