1# SPDX-License-Identifier: GPL-2.0-only 2config KRAIT_CLOCKS 3 bool 4 select KRAIT_L2_ACCESSORS 5 6config QCOM_GDSC 7 bool 8 select PM_GENERIC_DOMAINS if PM 9 10menuconfig COMMON_CLK_QCOM 11 tristate "Support for Qualcomm's clock controllers" 12 depends on OF 13 depends on ARCH_QCOM || COMPILE_TEST 14 select RATIONAL 15 select REGMAP_MMIO 16 select RESET_CONTROLLER 17 select INTERCONNECT 18 select INTERCONNECT_CLK 19 20if COMMON_CLK_QCOM 21 22config CLK_X1E80100_CAMCC 23 tristate "X1E80100 Camera Clock Controller" 24 depends on ARM64 || COMPILE_TEST 25 select CLK_X1E80100_GCC 26 help 27 Support for the camera clock controller on X1E80100 devices. 28 Say Y if you want to support camera devices and camera functionality. 29 30config CLK_X1E80100_DISPCC 31 tristate "X1E80100 Display Clock Controller" 32 depends on ARM64 || COMPILE_TEST 33 select CLK_X1E80100_GCC 34 help 35 Support for the two display clock controllers on Qualcomm 36 Technologies, Inc. X1E80100 devices. 37 Say Y if you want to support display devices and functionality such as 38 splash screen. 39 40config CLK_X1E80100_GCC 41 tristate "X1E80100 Global Clock Controller" 42 depends on ARM64 || COMPILE_TEST 43 select QCOM_GDSC 44 help 45 Support for the global clock controller on Qualcomm Technologies, Inc 46 X1E80100 devices. 47 Say Y if you want to use peripheral devices such as UART, SPI, I2C, 48 USB, UFS, SD/eMMC, PCIe, etc. 49 50config CLK_X1E80100_GPUCC 51 tristate "X1E80100 Graphics Clock Controller" 52 depends on ARM64 || COMPILE_TEST 53 select CLK_X1E80100_GCC 54 help 55 Support for the graphics clock controller on X1E80100 devices. 56 Say Y if you want to support graphics controller devices and 57 functionality such as 3D graphics. 58 59config CLK_X1E80100_TCSRCC 60 tristate "X1E80100 TCSR Clock Controller" 61 depends on ARM64 || COMPILE_TEST 62 select QCOM_GDSC 63 help 64 Support for the TCSR clock controller on X1E80100 devices. 65 Say Y if you want to use peripheral devices such as SD/UFS. 66 67config CLK_QCM2290_GPUCC 68 tristate "QCM2290 Graphics Clock Controller" 69 depends on ARM64 || COMPILE_TEST 70 select QCM_GCC_2290 71 help 72 Support for the graphics clock controller on QCM2290 devices. 73 Say Y if you want to support graphics controller devices and 74 functionality such as 3D graphics. 75 76config QCOM_A53PLL 77 tristate "MSM8916 A53 PLL" 78 help 79 Support for the A53 PLL on MSM8916 devices. It provides 80 the CPU with frequencies above 1GHz. 81 Say Y if you want to support higher CPU frequencies on MSM8916 82 devices. 83 84config QCOM_A7PLL 85 tristate "A7 PLL driver for SDX55 and SDX65" 86 help 87 Support for the A7 PLL on SDX55 and SDX65 devices. It provides the CPU with 88 frequencies above 1GHz. 89 Say Y if you want to support higher CPU frequencies on SDX55 and SDX65 90 devices. 91 92config QCOM_CLK_APCS_MSM8916 93 tristate "MSM8916 APCS Clock Controller" 94 depends on QCOM_APCS_IPC || COMPILE_TEST 95 help 96 Support for the APCS Clock Controller on msm8916 devices. The 97 APCS is managing the mux and divider which feeds the CPUs. 98 Say Y if you want to support CPU frequency scaling on devices 99 such as msm8916. 100 101config QCOM_CLK_APCC_MSM8996 102 tristate "MSM8996 CPU Clock Controller" 103 select QCOM_KRYO_L2_ACCESSORS 104 select INTERCONNECT_CLK if INTERCONNECT 105 depends on ARM64 106 help 107 Support for the CPU clock controller on msm8996 devices. 108 Say Y if you want to support CPU clock scaling using CPUfreq 109 drivers for dynamic power management. 110 111config QCOM_CLK_APCS_SDX55 112 tristate "SDX55 and SDX65 APCS Clock Controller" 113 depends on QCOM_APCS_IPC || COMPILE_TEST 114 depends on ARM || COMPILE_TEST 115 help 116 Support for the APCS Clock Controller on SDX55, SDX65 platforms. The 117 APCS is managing the mux and divider which feeds the CPUs. 118 Say Y if you want to support CPU frequency scaling on devices 119 such as SDX55, SDX65. 120 121config QCOM_CLK_RPM 122 tristate "RPM based Clock Controller" 123 depends on MFD_QCOM_RPM 124 help 125 The RPM (Resource Power Manager) is a dedicated hardware engine for 126 managing the shared SoC resources in order to keep the lowest power 127 profile. It communicates with other hardware subsystems via shared 128 memory and accepts clock requests, aggregates the requests and turns 129 the clocks on/off or scales them on demand. 130 Say Y if you want to support the clocks exposed by the RPM on 131 platforms such as apq8064, msm8660, msm8960 etc. 132 133config QCOM_CLK_SMD_RPM 134 tristate "RPM over SMD based Clock Controller" 135 depends on QCOM_SMD_RPM 136 help 137 The RPM (Resource Power Manager) is a dedicated hardware engine for 138 managing the shared SoC resources in order to keep the lowest power 139 profile. It communicates with other hardware subsystems via shared 140 memory and accepts clock requests, aggregates the requests and turns 141 the clocks on/off or scales them on demand. 142 Say Y if you want to support the clocks exposed by the RPM on 143 platforms such as apq8016, apq8084, msm8974 etc. 144 145config QCOM_CLK_RPMH 146 tristate "RPMh Clock Driver" 147 depends on QCOM_RPMH 148 help 149 RPMh manages shared resources on some Qualcomm Technologies, Inc. 150 SoCs. It accepts requests from other hardware subsystems via RSC. 151 Say Y if you want to support the clocks exposed by RPMh on 152 platforms such as SDM845. 153 154config APQ_GCC_8084 155 tristate "APQ8084 Global Clock Controller" 156 depends on ARM || COMPILE_TEST 157 select QCOM_GDSC 158 help 159 Support for the global clock controller on apq8084 devices. 160 Say Y if you want to use peripheral devices such as UART, SPI, 161 i2c, USB, SD/eMMC, SATA, PCIe, etc. 162 163config APQ_MMCC_8084 164 tristate "APQ8084 Multimedia Clock Controller" 165 depends on ARM || COMPILE_TEST 166 select APQ_GCC_8084 167 select QCOM_GDSC 168 help 169 Support for the multimedia clock controller on apq8084 devices. 170 Say Y if you want to support multimedia devices such as display, 171 graphics, video encode/decode, camera, etc. 172 173config IPQ_APSS_PLL 174 tristate "IPQ APSS PLL" 175 help 176 Support for APSS PLL on ipq devices. The APSS PLL is the main 177 clock that feeds the CPUs on ipq based devices. 178 Say Y if you want to support CPU frequency scaling on ipq based 179 devices. 180 181config IPQ_APSS_6018 182 tristate "IPQ APSS Clock Controller" 183 select IPQ_APSS_PLL 184 depends on QCOM_APCS_IPC || COMPILE_TEST 185 depends on QCOM_SMEM 186 help 187 Support for APSS clock controller on IPQ platforms. The 188 APSS clock controller manages the Mux and enable block that feeds the 189 CPUs. 190 Say Y if you want to support CPU frequency scaling on 191 ipq based devices. 192 193config IPQ_GCC_4019 194 tristate "IPQ4019 Global Clock Controller" 195 help 196 Support for the global clock controller on ipq4019 devices. 197 Say Y if you want to use peripheral devices such as UART, SPI, 198 i2c, USB, SD/eMMC, etc. 199 200config IPQ_GCC_5018 201 tristate "IPQ5018 Global Clock Controller" 202 depends on ARM64 || COMPILE_TEST 203 help 204 Support for global clock controller on ipq5018 devices. 205 Say Y if you want to use peripheral devices such as UART, SPI, 206 i2c, USB, SD/eMMC, etc. 207 208config IPQ_GCC_5332 209 tristate "IPQ5332 Global Clock Controller" 210 depends on ARM64 || COMPILE_TEST 211 help 212 Support for the global clock controller on ipq5332 devices. 213 Say Y if you want to use peripheral devices such as UART, SPI, 214 i2c, USB, SD/eMMC, etc. 215 216config IPQ_GCC_6018 217 tristate "IPQ6018 Global Clock Controller" 218 help 219 Support for global clock controller on ipq6018 devices. 220 Say Y if you want to use peripheral devices such as UART, SPI, 221 i2c, USB, SD/eMMC, etc. Select this for the root clock 222 of ipq6018. 223 224config IPQ_GCC_806X 225 tristate "IPQ806x Global Clock Controller" 226 depends on ARM || COMPILE_TEST 227 help 228 Support for the global clock controller on ipq806x devices. 229 Say Y if you want to use peripheral devices such as UART, SPI, 230 i2c, USB, SD/eMMC, etc. 231 232config IPQ_LCC_806X 233 tristate "IPQ806x LPASS Clock Controller" 234 depends on ARM || COMPILE_TEST 235 select IPQ_GCC_806X 236 help 237 Support for the LPASS clock controller on ipq806x devices. 238 Say Y if you want to use audio devices such as i2s, pcm, 239 S/PDIF, etc. 240 241config IPQ_GCC_8074 242 tristate "IPQ8074 Global Clock Controller" 243 select QCOM_GDSC 244 help 245 Support for global clock controller on ipq8074 devices. 246 Say Y if you want to use peripheral devices such as UART, SPI, 247 i2c, USB, SD/eMMC, etc. Select this for the root clock 248 of ipq8074. 249 250config IPQ_GCC_9574 251 tristate "IPQ9574 Global Clock Controller" 252 help 253 Support for global clock controller on ipq9574 devices. 254 Say Y if you want to use peripheral devices such as UART, SPI, 255 i2c, USB, SD/eMMC, etc. Select this for the root clock 256 of ipq9574. 257 258config IPQ_NSSCC_QCA8K 259 tristate "QCA8K(QCA8386 or QCA8084) NSS Clock Controller" 260 depends on MDIO_BUS 261 help 262 Support for NSS(Network SubSystem) clock controller on 263 qca8386/qca8084 chip. 264 Say Y or M if you want to use network features of switch or 265 PHY device. Select this for the root clock of qca8k. 266 267config MSM_GCC_8660 268 tristate "MSM8660 Global Clock Controller" 269 depends on ARM || COMPILE_TEST 270 help 271 Support for the global clock controller on msm8660 devices. 272 Say Y if you want to use peripheral devices such as UART, SPI, 273 i2c, USB, SD/eMMC, etc. 274 275config MSM_GCC_8909 276 tristate "MSM8909 Global Clock Controller" 277 depends on ARM || COMPILE_TEST 278 select QCOM_GDSC 279 help 280 Support for the global clock controller on msm8909 devices. 281 Say Y if you want to use devices such as UART, SPI, I2C, USB, 282 SD/eMMC, display, graphics, camera etc. 283 284config MSM_GCC_8916 285 tristate "MSM8916 Global Clock Controller" 286 select QCOM_GDSC 287 help 288 Support for the global clock controller on msm8916 devices. 289 Say Y if you want to use devices such as UART, SPI i2c, USB, 290 SD/eMMC, display, graphics, camera etc. 291 292config MSM_GCC_8917 293 tristate "MSM8917/QM215 Global Clock Controller" 294 depends on ARM64 || COMPILE_TEST 295 select QCOM_GDSC 296 help 297 Support for the global clock controller on msm8917 and qm215 298 devices. 299 Say Y if you want to use devices such as UART, SPI i2c, USB, 300 SD/eMMC, display, graphics, camera etc. 301 302config MSM_GCC_8939 303 tristate "MSM8939 Global Clock Controller" 304 select QCOM_GDSC 305 help 306 Support for the global clock controller on msm8939 devices. 307 Say Y if you want to use devices such as UART, SPI i2c, USB, 308 SD/eMMC, display, graphics, camera etc. 309 310config MSM_GCC_8960 311 tristate "APQ8064/MSM8960 Global Clock Controller" 312 depends on ARM || COMPILE_TEST 313 help 314 Support for the global clock controller on apq8064/msm8960 devices. 315 Say Y if you want to use peripheral devices such as UART, SPI, 316 i2c, USB, SD/eMMC, SATA, PCIe, etc. 317 318config MSM_LCC_8960 319 tristate "APQ8064/MSM8960/MDM9650 LPASS Clock Controller" 320 depends on ARM || COMPILE_TEST 321 help 322 Support for the LPASS clock controller on apq8064/msm8960/mdm9650 323 devices. 324 Say Y if you want to use audio devices such as i2s, pcm, 325 SLIMBus, etc. 326 327config MDM_GCC_9607 328 tristate "MDM9607 Global Clock Controller" 329 depends on ARM || COMPILE_TEST 330 help 331 Support for the global clock controller on mdm9607 devices. 332 Say Y if you want to use peripheral devices such as UART, SPI, 333 I2C, USB, SD/eMMC, etc. 334 335config MDM_GCC_9615 336 tristate "MDM9615 Global Clock Controller" 337 depends on ARM || COMPILE_TEST 338 help 339 Support for the global clock controller on mdm9615 devices. 340 Say Y if you want to use peripheral devices such as UART, SPI, 341 i2c, USB, SD/eMMC, etc. 342 343config MSM_MMCC_8960 344 tristate "MSM8960 Multimedia Clock Controller" 345 depends on ARM || COMPILE_TEST 346 select MSM_GCC_8960 347 help 348 Support for the multimedia clock controller on msm8960 devices. 349 Say Y if you want to support multimedia devices such as display, 350 graphics, video encode/decode, camera, etc. 351 352config MSM_GCC_8953 353 tristate "MSM8953 Global Clock Controller" 354 select QCOM_GDSC 355 help 356 Support for the global clock controller on msm8953 devices. 357 Say Y if you want to use devices such as UART, SPI i2c, USB, 358 SD/eMMC, display, graphics, camera etc. 359 360config MSM_GCC_8974 361 tristate "MSM8974 Global Clock Controller" 362 depends on ARM || COMPILE_TEST 363 select QCOM_GDSC 364 help 365 Support for the global clock controller on msm8974 devices. 366 Say Y if you want to use peripheral devices such as UART, SPI, 367 i2c, USB, SD/eMMC, SATA, PCIe, etc. 368 369config MSM_MMCC_8974 370 tristate "MSM8974 Multimedia Clock Controller" 371 depends on ARM || COMPILE_TEST 372 select MSM_GCC_8974 373 select QCOM_GDSC 374 help 375 Support for the multimedia clock controller on msm8974 devices. 376 Say Y if you want to support multimedia devices such as display, 377 graphics, video encode/decode, camera, etc. 378 379config MSM_GCC_8976 380 tristate "MSM8956/76 Global Clock Controller" 381 select QCOM_GDSC 382 help 383 Support for the global clock controller on msm8956/76 devices. 384 Say Y if you want to use peripheral devices such as UART, SPI, 385 i2c, USB, SD/eMMC, SATA, PCIe, etc. 386 387config MSM_MMCC_8994 388 tristate "MSM8994 Multimedia Clock Controller" 389 select MSM_GCC_8994 390 select QCOM_GDSC 391 help 392 Support for the multimedia clock controller on msm8994 devices. 393 Say Y if you want to support multimedia devices such as display, 394 graphics, video encode/decode, camera, etc. 395 396config MSM_GCC_8994 397 tristate "MSM8994 Global Clock Controller" 398 help 399 Support for the global clock controller on msm8994 devices. 400 Say Y if you want to use peripheral devices such as UART, SPI, 401 i2c, USB, UFS, SD/eMMC, PCIe, etc. 402 403config MSM_GCC_8996 404 tristate "MSM8996 Global Clock Controller" 405 select QCOM_GDSC 406 help 407 Support for the global clock controller on msm8996 devices. 408 Say Y if you want to use peripheral devices such as UART, SPI, 409 i2c, USB, UFS, SD/eMMC, PCIe, etc. 410 411config MSM_MMCC_8996 412 tristate "MSM8996 Multimedia Clock Controller" 413 select MSM_GCC_8996 414 select QCOM_GDSC 415 help 416 Support for the multimedia clock controller on msm8996 devices. 417 Say Y if you want to support multimedia devices such as display, 418 graphics, video encode/decode, camera, etc. 419 420config MSM_GCC_8998 421 tristate "MSM8998 Global Clock Controller" 422 select QCOM_GDSC 423 help 424 Support for the global clock controller on msm8998 devices. 425 Say Y if you want to use peripheral devices such as UART, SPI, 426 i2c, USB, UFS, SD/eMMC, PCIe, etc. 427 428config MSM_GPUCC_8998 429 tristate "MSM8998 Graphics Clock Controller" 430 select MSM_GCC_8998 431 select QCOM_GDSC 432 help 433 Support for the graphics clock controller on MSM8998 devices. 434 Say Y if you want to support graphics controller devices and 435 functionality such as 3D graphics. 436 437config MSM_MMCC_8998 438 tristate "MSM8998 Multimedia Clock Controller" 439 select MSM_GCC_8998 440 select QCOM_GDSC 441 help 442 Support for the multimedia clock controller on msm8998 devices. 443 Say Y if you want to support multimedia devices such as display, 444 graphics, video encode/decode, camera, etc. 445 446config QCM_GCC_2290 447 tristate "QCM2290 Global Clock Controller" 448 select QCOM_GDSC 449 help 450 Support for the global clock controller on QCM2290 devices. 451 Say Y if you want to use multimedia devices or peripheral 452 devices such as UART, SPI, I2C, USB, SD/eMMC etc. 453 454config QCM_DISPCC_2290 455 tristate "QCM2290 Display Clock Controller" 456 select QCM_GCC_2290 457 help 458 Support for the display clock controller on Qualcomm Technologies, Inc 459 QCM2290 devices. 460 Say Y if you want to support display devices and functionality such as 461 splash screen. 462 463config QCS_GCC_404 464 tristate "QCS404 Global Clock Controller" 465 help 466 Support for the global clock controller on QCS404 devices. 467 Say Y if you want to use multimedia devices or peripheral 468 devices such as UART, SPI, I2C, USB, SD/eMMC, PCIe etc. 469 470config SA_CAMCC_8775P 471 tristate "SA8775P Camera Clock Controller" 472 depends on ARM64 || COMPILE_TEST 473 select SA_GCC_8775P 474 help 475 Support for the camera clock controller on Qualcomm Technologies, Inc 476 SA8775P devices. 477 Say Y if you want to support camera devices and functionality such as 478 capturing pictures. 479 480config SC_CAMCC_7180 481 tristate "SC7180 Camera Clock Controller" 482 depends on ARM64 || COMPILE_TEST 483 select SC_GCC_7180 484 help 485 Support for the camera clock controller on Qualcomm Technologies, Inc 486 SC7180 devices. 487 Say Y if you want to support camera devices and functionality such as 488 capturing pictures. 489 490config SC_CAMCC_7280 491 tristate "SC7280 Camera Clock Controller" 492 depends on ARM64 || COMPILE_TEST 493 select SC_GCC_7280 494 help 495 Support for the camera clock controller on Qualcomm Technologies, Inc 496 SC7280 devices. 497 Say Y if you want to support camera devices and functionality such as 498 capturing pictures. 499 500config SC_CAMCC_8280XP 501 tristate "SC8280XP Camera Clock Controller" 502 depends on ARM64 || COMPILE_TEST 503 select SC_GCC_8280XP 504 help 505 Support for the camera clock controller on Qualcomm Technologies, Inc 506 SC8280XP devices. 507 Say Y if you want to support camera devices and functionality such as 508 capturing pictures. 509 510config SA_DISPCC_8775P 511 tristate "SA8775P Display Clock Controller" 512 depends on ARM64 || COMPILE_TEST 513 select SA_GCC_8775P 514 help 515 Support for the two display clock controllers on Qualcomm 516 Technologies, Inc. SA8775P devices. 517 Say Y if you want to support display devices and functionality such as 518 splash screen. 519 520config SC_DISPCC_7180 521 tristate "SC7180 Display Clock Controller" 522 depends on ARM64 || COMPILE_TEST 523 select SC_GCC_7180 524 help 525 Support for the display clock controller on Qualcomm Technologies, Inc 526 SC7180 devices. 527 Say Y if you want to support display devices and functionality such as 528 splash screen. 529 530config SC_DISPCC_7280 531 tristate "SC7280 Display Clock Controller" 532 depends on ARM64 || COMPILE_TEST 533 select SC_GCC_7280 534 help 535 Support for the display clock controller on Qualcomm Technologies, Inc. 536 SC7280 devices. 537 Say Y if you want to support display devices and functionality such as 538 splash screen. 539 540config SC_DISPCC_8280XP 541 tristate "SC8280XP Display Clock Controller" 542 depends on ARM64 || COMPILE_TEST 543 select SC_GCC_8280XP 544 help 545 Support for the two display clock controllers on Qualcomm 546 Technologies, Inc. SC8280XP devices. 547 Say Y if you want to support display devices and functionality such as 548 splash screen. 549 550config SA_GCC_8775P 551 tristate "SA8775 Global Clock Controller" 552 select QCOM_GDSC 553 depends on COMMON_CLK_QCOM 554 help 555 Support for the global clock controller on SA8775 devices. 556 Say Y if you want to use peripheral devices such as UART, SPI, 557 I2C, USB, UFS, SDCC, etc. 558 559config SA_GPUCC_8775P 560 tristate "SA8775P Graphics clock controller" 561 select QCOM_GDSC 562 select SA_GCC_8775P 563 help 564 Support for the graphics clock controller on SA8775P devices. 565 Say Y if you want to support graphics controller devices and 566 functionality such as 3D graphics. 567 568config SC_GCC_7180 569 tristate "SC7180 Global Clock Controller" 570 select QCOM_GDSC 571 depends on COMMON_CLK_QCOM 572 depends on ARM64 || COMPILE_TEST 573 help 574 Support for the global clock controller on SC7180 devices. 575 Say Y if you want to use peripheral devices such as UART, SPI, 576 I2C, USB, UFS, SDCC, etc. 577 578config SC_GCC_7280 579 tristate "SC7280 Global Clock Controller" 580 select QCOM_GDSC 581 depends on COMMON_CLK_QCOM 582 depends on ARM64 || COMPILE_TEST 583 help 584 Support for the global clock controller on SC7280 devices. 585 Say Y if you want to use peripheral devices such as UART, SPI, 586 I2C, USB, UFS, SDCC, PCIe etc. 587 588config SC_GCC_8180X 589 tristate "SC8180X Global Clock Controller" 590 select QCOM_GDSC 591 depends on COMMON_CLK_QCOM 592 depends on ARM64 || COMPILE_TEST 593 help 594 Support for the global clock controller on SC8180X devices. 595 Say Y if you want to use peripheral devices such as UART, SPI, 596 I2C, USB, UFS, SDCC, etc. 597 598config SC_GCC_8280XP 599 tristate "SC8280XP Global Clock Controller" 600 select QCOM_GDSC 601 depends on COMMON_CLK_QCOM 602 depends on ARM64 || COMPILE_TEST 603 help 604 Support for the global clock controller on SC8280XP devices. 605 Say Y if you want to use peripheral devices such as UART, SPI, 606 I2C, USB, UFS, SDCC, etc. 607 608config SC_GPUCC_7180 609 tristate "SC7180 Graphics Clock Controller" 610 depends on ARM64 || COMPILE_TEST 611 select SC_GCC_7180 612 help 613 Support for the graphics clock controller on SC7180 devices. 614 Say Y if you want to support graphics controller devices and 615 functionality such as 3D graphics. 616 617config SC_GPUCC_7280 618 tristate "SC7280 Graphics Clock Controller" 619 depends on ARM64 || COMPILE_TEST 620 select SC_GCC_7280 621 help 622 Support for the graphics clock controller on SC7280 devices. 623 Say Y if you want to support graphics controller devices and 624 functionality such as 3D graphics. 625 626config SC_GPUCC_8280XP 627 tristate "SC8280XP Graphics Clock Controller" 628 depends on ARM64 || COMPILE_TEST 629 select SC_GCC_8280XP 630 help 631 Support for the graphics clock controller on SC8280XP devices. 632 Say Y if you want to support graphics controller devices and 633 functionality such as 3D graphics. 634 635config SC_LPASSCC_7280 636 tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller" 637 depends on ARM64 || COMPILE_TEST 638 select SC_GCC_7280 639 help 640 Support for the LPASS clock controller on SC7280 devices. 641 Say Y if you want to use the LPASS branch clocks of the LPASS clock 642 controller to reset the LPASS subsystem. 643 644config SC_LPASSCC_8280XP 645 tristate "SC8280 Low Power Audio Subsystem (LPASS) Clock Controller" 646 depends on ARM64 || COMPILE_TEST 647 select SC_GCC_8280XP 648 help 649 Support for the LPASS clock controller on SC8280XP devices. 650 Say Y if you want to use the LPASS branch clocks of the LPASS clock 651 controller to reset the LPASS subsystem. 652 653config SC_LPASS_CORECC_7180 654 tristate "SC7180 LPASS Core Clock Controller" 655 depends on ARM64 || COMPILE_TEST 656 select SC_GCC_7180 657 help 658 Support for the LPASS(Low Power Audio Subsystem) core clock controller 659 on SC7180 devices. 660 Say Y if you want to use LPASS clocks and power domains of the LPASS 661 core clock controller. 662 663config SC_LPASS_CORECC_7280 664 tristate "SC7280 LPASS Core & Audio Clock Controller" 665 depends on ARM64 || COMPILE_TEST 666 select SC_GCC_7280 667 select QCOM_GDSC 668 help 669 Support for the LPASS(Low Power Audio Subsystem) core and audio clock 670 controller on SC7280 devices. 671 Say Y if you want to use LPASS clocks and power domains of the LPASS 672 core clock controller. 673 674config SC_VIDEOCC_7180 675 tristate "SC7180 Video Clock Controller" 676 depends on ARM64 || COMPILE_TEST 677 select SC_GCC_7180 678 help 679 Support for the video clock controller on SC7180 devices. 680 Say Y if you want to support video devices and functionality such as 681 video encode and decode. 682 683config SC_VIDEOCC_7280 684 tristate "SC7280 Video Clock Controller" 685 depends on ARM64 || COMPILE_TEST 686 select SC_GCC_7280 687 help 688 Support for the video clock controller on SC7280 devices. 689 Say Y if you want to support video devices and functionality such as 690 video encode and decode. 691 692config SDM_CAMCC_845 693 tristate "SDM845 Camera Clock Controller" 694 depends on ARM64 || COMPILE_TEST 695 select SDM_GCC_845 696 help 697 Support for the camera clock controller on SDM845 devices. 698 Say Y if you want to support camera devices and camera functionality. 699 700config SDM_GCC_660 701 tristate "SDM660 Global Clock Controller" 702 depends on ARM64 || COMPILE_TEST 703 select QCOM_GDSC 704 help 705 Support for the global clock controller on SDM660 devices. 706 Say Y if you want to use peripheral devices such as UART, SPI, 707 i2C, USB, UFS, SDDC, PCIe, etc. 708 709config SDM_MMCC_660 710 tristate "SDM660 Multimedia Clock Controller" 711 depends on ARM64 || COMPILE_TEST 712 select SDM_GCC_660 713 select QCOM_GDSC 714 help 715 Support for the multimedia clock controller on SDM660 devices. 716 Say Y if you want to support multimedia devices such as display, 717 graphics, video encode/decode, camera, etc. 718 719config SDM_GPUCC_660 720 tristate "SDM660 Graphics Clock Controller" 721 depends on ARM64 || COMPILE_TEST 722 select SDM_GCC_660 723 select QCOM_GDSC 724 help 725 Support for the graphics clock controller on SDM630/636/660 devices. 726 Say Y if you want to support graphics controller devices and 727 functionality such as 3D graphics 728 729config QCS_TURING_404 730 tristate "QCS404 Turing Clock Controller" 731 help 732 Support for the Turing Clock Controller on QCS404, provides clocks 733 and resets for the Turing subsystem. 734 735config QCS_Q6SSTOP_404 736 tristate "QCS404 Q6SSTOP Clock Controller" 737 select QCS_GCC_404 738 help 739 Support for the Q6SSTOP clock controller on QCS404 devices. 740 Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock 741 controller to reset the Q6SSTOP subsystem. 742 743config QDU_GCC_1000 744 tristate "QDU1000/QRU1000 Global Clock Controller" 745 select QCOM_GDSC 746 help 747 Support for the global clock controller on QDU1000 and 748 QRU1000 devices. Say Y if you want to use peripheral 749 devices such as UART, SPI, I2C, USB, SD, PCIe, etc. 750 751config QDU_ECPRICC_1000 752 tristate "QDU1000/QRU1000 ECPRI Clock Controller" 753 depends on ARM64 || COMPILE_TEST 754 select QDU_GCC_1000 755 help 756 Support for the ECPRI clock controller on QDU1000 and 757 QRU1000 devices. Say Y if you want to support the ECPRI 758 clock controller functionality such as Ethernet. 759 760config SDM_GCC_845 761 tristate "SDM845/SDM670 Global Clock Controller" 762 depends on ARM64 || COMPILE_TEST 763 select QCOM_GDSC 764 help 765 Support for the global clock controller on SDM845 and SDM670 devices. 766 Say Y if you want to use peripheral devices such as UART, SPI, 767 i2C, USB, UFS, SDDC, PCIe, etc. 768 769config SDM_GPUCC_845 770 tristate "SDM845 Graphics Clock Controller" 771 depends on ARM64 || COMPILE_TEST 772 select SDM_GCC_845 773 help 774 Support for the graphics clock controller on SDM845 devices. 775 Say Y if you want to support graphics controller devices and 776 functionality such as 3D graphics. 777 778config SDM_VIDEOCC_845 779 tristate "SDM845 Video Clock Controller" 780 depends on ARM64 || COMPILE_TEST 781 select SDM_GCC_845 782 select QCOM_GDSC 783 help 784 Support for the video clock controller on SDM845 devices. 785 Say Y if you want to support video devices and functionality such as 786 video encode and decode. 787 788config SDM_DISPCC_845 789 tristate "SDM845 Display Clock Controller" 790 depends on ARM64 || COMPILE_TEST 791 select SDM_GCC_845 792 help 793 Support for the display clock controller on Qualcomm Technologies, Inc 794 SDM845 devices. 795 Say Y if you want to support display devices and functionality such as 796 splash screen. 797 798config SDM_LPASSCC_845 799 tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller" 800 depends on ARM64 || COMPILE_TEST 801 select SDM_GCC_845 802 help 803 Support for the LPASS clock controller on SDM845 devices. 804 Say Y if you want to use the LPASS branch clocks of the LPASS clock 805 controller to reset the LPASS subsystem. 806 807config SDX_GCC_55 808 tristate "SDX55 Global Clock Controller" 809 depends on ARM || COMPILE_TEST 810 select QCOM_GDSC 811 help 812 Support for the global clock controller on SDX55 devices. 813 Say Y if you want to use peripheral devices such as UART, 814 SPI, I2C, USB, SD/UFS, PCIe etc. 815 816config SDX_GCC_65 817 tristate "SDX65 Global Clock Controller" 818 depends on ARM || COMPILE_TEST 819 select QCOM_GDSC 820 help 821 Support for the global clock controller on SDX65 devices. 822 Say Y if you want to use peripheral devices such as UART, 823 SPI, I2C, USB, SD/UFS, PCIe etc. 824 825config SDX_GCC_75 826 tristate "SDX75 Global Clock Controller" 827 select QCOM_GDSC 828 help 829 Support for the global clock controller on SDX75 devices. 830 Say Y if you want to use peripheral devices such as UART, 831 SPI, I2C, USB, SD/eMMC, PCIe etc. 832 833config SM_CAMCC_4450 834 tristate "SM4450 Camera Clock Controller" 835 depends on ARM64 || COMPILE_TEST 836 select SM_GCC_4450 837 help 838 Support for the camera clock controller on SM4450 devices. 839 Say Y if you want to support camera devices and camera functionality. 840 841config SM_CAMCC_6350 842 tristate "SM6350 Camera Clock Controller" 843 depends on ARM64 || COMPILE_TEST 844 select SM_GCC_6350 845 help 846 Support for the camera clock controller on SM6350 devices. 847 Say Y if you want to support camera devices and camera functionality. 848 849config SM_CAMCC_7150 850 tristate "SM7150 Camera Clock Controller" 851 depends on ARM64 || COMPILE_TEST 852 select SM_GCC_7150 853 help 854 Support for the camera clock controller on SM7150 devices. 855 Say Y if you want to support camera devices and camera functionality. 856 857config SM_CAMCC_8150 858 tristate "SM8150 Camera Clock Controller" 859 depends on ARM64 || COMPILE_TEST 860 select SM_GCC_8150 861 help 862 Support for the camera clock controller on Qualcomm Technologies, Inc 863 SM8150 devices. 864 Say Y if you want to support camera devices and functionality such as 865 capturing pictures. 866 867config SM_CAMCC_8250 868 tristate "SM8250 Camera Clock Controller" 869 depends on ARM64 || COMPILE_TEST 870 select SM_GCC_8250 871 help 872 Support for the camera clock controller on SM8250 devices. 873 Say Y if you want to support camera devices and camera functionality. 874 875config SM_CAMCC_8450 876 tristate "SM8450 Camera Clock Controller" 877 depends on ARM64 || COMPILE_TEST 878 select SM_GCC_8450 879 help 880 Support for the camera clock controller on SM8450 or SM8475 devices. 881 Say Y if you want to support camera devices and camera functionality. 882 883config SM_CAMCC_8550 884 tristate "SM8550 Camera Clock Controller" 885 depends on ARM64 || COMPILE_TEST 886 select SM_GCC_8550 887 help 888 Support for the camera clock controller on SM8550 devices. 889 Say Y if you want to support camera devices and camera functionality. 890 891config SM_CAMCC_8650 892 tristate "SM8650 Camera Clock Controller" 893 depends on ARM64 || COMPILE_TEST 894 select SM_GCC_8650 895 help 896 Support for the camera clock controller on SM8650 devices. 897 Say Y if you want to support camera devices and camera functionality. 898 899config SM_DISPCC_4450 900 tristate "SM4450 Display Clock Controller" 901 depends on ARM64 || COMPILE_TEST 902 depends on SM_GCC_4450 903 help 904 Support for the display clock controller on Qualcomm Technologies, Inc 905 SM4450 devices. 906 Say Y if you want to support display devices and functionality such as 907 splash screen 908 909config SM_DISPCC_6115 910 tristate "SM6115 Display Clock Controller" 911 depends on ARM64 || COMPILE_TEST 912 depends on SM_GCC_6115 913 help 914 Support for the display clock controller on Qualcomm Technologies, Inc 915 SM6115/SM4250 devices. 916 Say Y if you want to support display devices and functionality such as 917 splash screen 918 919config SM_DISPCC_6125 920 tristate "SM6125 Display Clock Controller" 921 depends on ARM64 || COMPILE_TEST 922 depends on SM_GCC_6125 923 help 924 Support for the display clock controller on Qualcomm Technologies, Inc 925 SM6125 devices. 926 Say Y if you want to support display devices and functionality such as 927 splash screen 928 929config SM_DISPCC_7150 930 tristate "SM7150 Display Clock Controller" 931 depends on ARM64 || COMPILE_TEST 932 depends on SM_GCC_7150 933 help 934 Support for the display clock controller on Qualcomm Technologies, Inc 935 SM7150 devices. 936 Say Y if you want to support display devices and functionality such as 937 splash screen. 938 939config SM_DISPCC_8250 940 tristate "SM8150/SM8250/SM8350 Display Clock Controller" 941 depends on ARM64 || COMPILE_TEST 942 depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350 943 help 944 Support for the display clock controller on Qualcomm Technologies, Inc 945 SM8150/SM8250/SM8350 devices. 946 Say Y if you want to support display devices and functionality such as 947 splash screen. 948 949config SM_DISPCC_6350 950 tristate "SM6350 Display Clock Controller" 951 depends on ARM64 || COMPILE_TEST 952 depends on SM_GCC_6350 953 help 954 Support for the display clock controller on Qualcomm Technologies, Inc 955 SM6350 devices. 956 Say Y if you want to support display devices and functionality such as 957 splash screen. 958 959config SM_DISPCC_6375 960 tristate "SM6375 Display Clock Controller" 961 depends on ARM64 || COMPILE_TEST 962 depends on SM_GCC_6375 963 help 964 Support for the display clock controller on Qualcomm Technologies, Inc 965 SM6375 devices. 966 Say Y if you want to support display devices and functionality such as 967 splash screen. 968 969config SM_DISPCC_8450 970 tristate "SM8450 Display Clock Controller" 971 depends on ARM64 || COMPILE_TEST 972 depends on SM_GCC_8450 973 help 974 Support for the display clock controller on Qualcomm Technologies, Inc 975 SM8450 or SM8475 devices. 976 Say Y if you want to support display devices and functionality such as 977 splash screen. 978 979config SM_DISPCC_8550 980 tristate "SM8550 Display Clock Controller" 981 depends on ARM64 || COMPILE_TEST 982 depends on SM_GCC_8550 || SM_GCC_8650 983 help 984 Support for the display clock controller on Qualcomm Technologies, Inc 985 SM8550 or SM8650 devices. 986 Say Y if you want to support display devices and functionality such as 987 splash screen. 988 989config SM_GCC_4450 990 tristate "SM4450 Global Clock Controller" 991 depends on ARM64 || COMPILE_TEST 992 select QCOM_GDSC 993 help 994 Support for the global clock controller on SM4450 devices. 995 Say Y if you want to use peripheral devices such as UART, SPI, 996 I2C, USB, SD/UFS, PCIe, etc. 997 998config SM_GCC_6115 999 tristate "SM6115 and SM4250 Global Clock Controller" 1000 depends on ARM64 || COMPILE_TEST 1001 select QCOM_GDSC 1002 help 1003 Support for the global clock controller on SM6115 and SM4250 devices. 1004 Say Y if you want to use peripheral devices such as UART, SPI, 1005 i2C, USB, UFS, SDDC, PCIe, etc. 1006 1007config SM_GCC_6125 1008 tristate "SM6125 Global Clock Controller" 1009 depends on ARM64 || COMPILE_TEST 1010 select QCOM_GDSC 1011 help 1012 Support for the global clock controller on SM6125 devices. 1013 Say Y if you want to use peripheral devices such as UART, 1014 SPI, I2C, USB, SD/UFS, PCIe etc. 1015 1016config SM_GCC_6350 1017 tristate "SM6350 Global Clock Controller" 1018 depends on ARM64 || COMPILE_TEST 1019 select QCOM_GDSC 1020 help 1021 Support for the global clock controller on SM6350 devices. 1022 Say Y if you want to use peripheral devices such as UART, 1023 SPI, I2C, USB, SD/UFS, PCIe etc. 1024 1025config SM_GCC_6375 1026 tristate "SM6375 Global Clock Controller" 1027 depends on ARM64 || COMPILE_TEST 1028 select QCOM_GDSC 1029 help 1030 Support for the global clock controller on SM6375 devices. 1031 Say Y if you want to use peripheral devices such as UART, 1032 SPI, I2C, USB, SD/UFS etc. 1033 1034config SM_GCC_7150 1035 tristate "SM7150 Global Clock Controller" 1036 depends on ARM64 || COMPILE_TEST 1037 select QCOM_GDSC 1038 help 1039 Support for the global clock controller on SM7150 devices. 1040 Say Y if you want to use peripheral devices such as UART, 1041 SPI, I2C, USB, SD/UFS, PCIe etc. 1042 1043config SM_GCC_8150 1044 tristate "SM8150 Global Clock Controller" 1045 depends on ARM64 || COMPILE_TEST 1046 help 1047 Support for the global clock controller on SM8150 devices. 1048 Say Y if you want to use peripheral devices such as UART, 1049 SPI, I2C, USB, SD/UFS, PCIe etc. 1050 1051config SM_GCC_8250 1052 tristate "SM8250 Global Clock Controller" 1053 depends on ARM64 || COMPILE_TEST 1054 select QCOM_GDSC 1055 help 1056 Support for the global clock controller on SM8250 devices. 1057 Say Y if you want to use peripheral devices such as UART, 1058 SPI, I2C, USB, SD/UFS, PCIe etc. 1059 1060config SM_GCC_8350 1061 tristate "SM8350 Global Clock Controller" 1062 depends on ARM64 || COMPILE_TEST 1063 select QCOM_GDSC 1064 help 1065 Support for the global clock controller on SM8350 devices. 1066 Say Y if you want to use peripheral devices such as UART, 1067 SPI, I2C, USB, SD/UFS, PCIe etc. 1068 1069config SM_GCC_8450 1070 tristate "SM8450 Global Clock Controller" 1071 depends on ARM64 || COMPILE_TEST 1072 select QCOM_GDSC 1073 help 1074 Support for the global clock controller on SM8450 or SM8475 1075 devices. 1076 Say Y if you want to use peripheral devices such as UART, 1077 SPI, I2C, USB, SD/UFS, PCIe etc. 1078 1079config SM_GCC_8550 1080 tristate "SM8550 Global Clock Controller" 1081 depends on ARM64 || COMPILE_TEST 1082 select QCOM_GDSC 1083 help 1084 Support for the global clock controller on SM8550 devices. 1085 Say Y if you want to use peripheral devices such as UART, 1086 SPI, I2C, USB, SD/UFS, PCIe etc. 1087 1088config SM_GCC_8650 1089 tristate "SM8650 Global Clock Controller" 1090 depends on ARM64 || COMPILE_TEST 1091 select QCOM_GDSC 1092 help 1093 Support for the global clock controller on SM8650 devices. 1094 Say Y if you want to use peripheral devices such as UART, 1095 SPI, I2C, USB, SD/UFS, PCIe etc. 1096 1097config SM_GPUCC_4450 1098 tristate "SM4450 Graphics Clock Controller" 1099 depends on ARM64 || COMPILE_TEST 1100 select SM_GCC_4450 1101 help 1102 Support for the graphics clock controller on SM4450 devices. 1103 Say Y if you want to support graphics controller devices and 1104 functionality such as 3D graphics. 1105 1106config SM_GPUCC_6115 1107 tristate "SM6115 Graphics Clock Controller" 1108 select SM_GCC_6115 1109 depends on ARM64 || COMPILE_TEST 1110 help 1111 Support for the graphics clock controller on SM6115 devices. 1112 Say Y if you want to support graphics controller devices and 1113 functionality such as 3D graphics. 1114 1115config SM_GPUCC_6125 1116 tristate "SM6125 Graphics Clock Controller" 1117 select SM_GCC_6125 1118 depends on ARM64 || COMPILE_TEST 1119 help 1120 Support for the graphics clock controller on SM6125 devices. 1121 Say Y if you want to support graphics controller devices and 1122 functionality such as 3D graphics. 1123 1124config SM_GPUCC_6375 1125 tristate "SM6375 Graphics Clock Controller" 1126 select SM_GCC_6375 1127 depends on ARM64 || COMPILE_TEST 1128 help 1129 Support for the graphics clock controller on SM6375 devices. 1130 Say Y if you want to support graphics controller devices and 1131 functionality such as 3D graphics. 1132 1133config SM_GPUCC_6350 1134 tristate "SM6350 Graphics Clock Controller" 1135 depends on ARM64 || COMPILE_TEST 1136 select SM_GCC_6350 1137 help 1138 Support for the graphics clock controller on SM6350 devices. 1139 Say Y if you want to support graphics controller devices and 1140 functionality such as 3D graphics. 1141 1142config SM_GPUCC_8150 1143 tristate "SM8150 Graphics Clock Controller" 1144 depends on ARM64 || COMPILE_TEST 1145 select SM_GCC_8150 1146 help 1147 Support for the graphics clock controller on SM8150 devices. 1148 Say Y if you want to support graphics controller devices and 1149 functionality such as 3D graphics. 1150 1151config SM_GPUCC_8250 1152 tristate "SM8250 Graphics Clock Controller" 1153 depends on ARM64 || COMPILE_TEST 1154 select SM_GCC_8250 1155 help 1156 Support for the graphics clock controller on SM8250 devices. 1157 Say Y if you want to support graphics controller devices and 1158 functionality such as 3D graphics. 1159 1160config SM_GPUCC_8350 1161 tristate "SM8350 Graphics Clock Controller" 1162 depends on ARM64 || COMPILE_TEST 1163 select SM_GCC_8350 1164 help 1165 Support for the graphics clock controller on SM8350 devices. 1166 Say Y if you want to support graphics controller devices and 1167 functionality such as 3D graphics. 1168 1169config SM_GPUCC_8450 1170 tristate "SM8450 Graphics Clock Controller" 1171 depends on ARM64 || COMPILE_TEST 1172 select SM_GCC_8450 1173 help 1174 Support for the graphics clock controller on SM8450 or SM8475 1175 devices. 1176 Say Y if you want to support graphics controller devices and 1177 functionality such as 3D graphics. 1178 1179config SM_GPUCC_8550 1180 tristate "SM8550 Graphics Clock Controller" 1181 depends on ARM64 || COMPILE_TEST 1182 select SM_GCC_8550 1183 help 1184 Support for the graphics clock controller on SM8550 devices. 1185 Say Y if you want to support graphics controller devices and 1186 functionality such as 3D graphics. 1187 1188config SM_GPUCC_8650 1189 tristate "SM8650 Graphics Clock Controller" 1190 depends on ARM64 || COMPILE_TEST 1191 select SM_GCC_8650 1192 help 1193 Support for the graphics clock controller on SM8650 devices. 1194 Say Y if you want to support graphics controller devices and 1195 functionality such as 3D graphics. 1196 1197config SM_TCSRCC_8550 1198 tristate "SM8550 TCSR Clock Controller" 1199 depends on ARM64 || COMPILE_TEST 1200 select QCOM_GDSC 1201 help 1202 Support for the TCSR clock controller on SM8550 devices. 1203 Say Y if you want to use peripheral devices such as SD/UFS. 1204 1205config SM_TCSRCC_8650 1206 tristate "SM8650 TCSR Clock Controller" 1207 depends on ARM64 || COMPILE_TEST 1208 select QCOM_GDSC 1209 help 1210 Support for the TCSR clock controller on SM8650 devices. 1211 Say Y if you want to use peripheral devices such as SD/UFS. 1212 1213config SA_VIDEOCC_8775P 1214 tristate "SA8775P Video Clock Controller" 1215 depends on ARM64 || COMPILE_TEST 1216 select SA_GCC_8775P 1217 select QCOM_GDSC 1218 help 1219 Support for the video clock controller on Qualcomm Technologies, Inc. 1220 SA8775P devices. 1221 Say Y if you want to support video devices and functionality such as 1222 video encode/decode. 1223 1224config SM_VIDEOCC_7150 1225 tristate "SM7150 Video Clock Controller" 1226 depends on ARM64 || COMPILE_TEST 1227 select SM_GCC_7150 1228 select QCOM_GDSC 1229 help 1230 Support for the video clock controller on SM7150 devices. 1231 Say Y if you want to support video devices and functionality such as 1232 video encode and decode. 1233 1234config SM_VIDEOCC_8150 1235 tristate "SM8150 Video Clock Controller" 1236 depends on ARM64 || COMPILE_TEST 1237 select SM_GCC_8150 1238 select QCOM_GDSC 1239 help 1240 Support for the video clock controller on SM8150 devices. 1241 Say Y if you want to support video devices and functionality such as 1242 video encode and decode. 1243 1244config SM_VIDEOCC_8250 1245 tristate "SM8250 Video Clock Controller" 1246 depends on ARM64 || COMPILE_TEST 1247 select SM_GCC_8250 1248 select QCOM_GDSC 1249 help 1250 Support for the video clock controller on SM8250 devices. 1251 Say Y if you want to support video devices and functionality such as 1252 video encode and decode. 1253 1254config SM_VIDEOCC_8350 1255 tristate "SM8350 Video Clock Controller" 1256 depends on ARM64 || COMPILE_TEST 1257 select SM_GCC_8350 1258 select QCOM_GDSC 1259 help 1260 Support for the video clock controller on SM8350 devices. 1261 Say Y if you want to support video devices and functionality such as 1262 video encode and decode. 1263 1264config SM_VIDEOCC_8550 1265 tristate "SM8550 Video Clock Controller" 1266 depends on ARM64 || COMPILE_TEST 1267 depends on SM_GCC_8550 || SM_GCC_8650 1268 select QCOM_GDSC 1269 help 1270 Support for the video clock controller on Qualcomm Technologies, Inc. 1271 SM8550 or SM8650 devices. 1272 Say Y if you want to support video devices and functionality such as 1273 video encode/decode. 1274 1275config SPMI_PMIC_CLKDIV 1276 tristate "SPMI PMIC clkdiv Support" 1277 depends on SPMI || COMPILE_TEST 1278 help 1279 This driver supports the clkdiv functionality on the Qualcomm 1280 Technologies, Inc. SPMI PMIC. It configures the frequency of 1281 clkdiv outputs of the PMIC. These clocks are typically wired 1282 through alternate functions on GPIO pins. 1283 1284config QCOM_HFPLL 1285 tristate "High-Frequency PLL (HFPLL) Clock Controller" 1286 help 1287 Support for the high-frequency PLLs present on Qualcomm devices. 1288 Say Y if you want to support CPU frequency scaling on devices 1289 such as MSM8974, APQ8084, etc. 1290 1291config KPSS_XCC 1292 tristate "KPSS Clock Controller" 1293 help 1294 Support for the Krait ACC and GCC clock controllers. Say Y 1295 if you want to support CPU frequency scaling on devices such 1296 as MSM8960, APQ8064, etc. 1297 1298config KRAITCC 1299 tristate "Krait Clock Controller" 1300 depends on ARM 1301 select KRAIT_CLOCKS 1302 help 1303 Support for the Krait CPU clocks on Qualcomm devices. 1304 Say Y if you want to support CPU frequency scaling. 1305 1306config CLK_GFM_LPASS_SM8250 1307 tristate "SM8250 GFM LPASS Clocks" 1308 depends on ARM64 || COMPILE_TEST 1309 help 1310 Support for the Glitch Free Mux (GFM) Low power audio 1311 subsystem (LPASS) clocks found on SM8250 SoCs. 1312 1313config SM_VIDEOCC_8450 1314 tristate "SM8450 Video Clock Controller" 1315 depends on ARM64 || COMPILE_TEST 1316 select SM_GCC_8450 1317 select QCOM_GDSC 1318 help 1319 Support for the video clock controller on Qualcomm Technologies, Inc. 1320 SM8450 or SM8475 devices. 1321 Say Y if you want to support video devices and functionality such as 1322 video encode/decode. 1323endif 1324