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 SC_DISPCC_7180 511 tristate "SC7180 Display Clock Controller" 512 depends on ARM64 || COMPILE_TEST 513 select SC_GCC_7180 514 help 515 Support for the display clock controller on Qualcomm Technologies, Inc 516 SC7180 devices. 517 Say Y if you want to support display devices and functionality such as 518 splash screen. 519 520config SC_DISPCC_7280 521 tristate "SC7280 Display Clock Controller" 522 depends on ARM64 || COMPILE_TEST 523 select SC_GCC_7280 524 help 525 Support for the display clock controller on Qualcomm Technologies, Inc. 526 SC7280 devices. 527 Say Y if you want to support display devices and functionality such as 528 splash screen. 529 530config SC_DISPCC_8280XP 531 tristate "SC8280XP Display Clock Controller" 532 depends on ARM64 || COMPILE_TEST 533 select SC_GCC_8280XP 534 help 535 Support for the two display clock controllers on Qualcomm 536 Technologies, Inc. SC8280XP devices. 537 Say Y if you want to support display devices and functionality such as 538 splash screen. 539 540config SA_GCC_8775P 541 tristate "SA8775 Global Clock Controller" 542 select QCOM_GDSC 543 depends on COMMON_CLK_QCOM 544 help 545 Support for the global clock controller on SA8775 devices. 546 Say Y if you want to use peripheral devices such as UART, SPI, 547 I2C, USB, UFS, SDCC, etc. 548 549config SA_GPUCC_8775P 550 tristate "SA8775P Graphics clock controller" 551 select QCOM_GDSC 552 select SA_GCC_8775P 553 help 554 Support for the graphics clock controller on SA8775P devices. 555 Say Y if you want to support graphics controller devices and 556 functionality such as 3D graphics. 557 558config SC_GCC_7180 559 tristate "SC7180 Global Clock Controller" 560 select QCOM_GDSC 561 depends on COMMON_CLK_QCOM 562 depends on ARM64 || COMPILE_TEST 563 help 564 Support for the global clock controller on SC7180 devices. 565 Say Y if you want to use peripheral devices such as UART, SPI, 566 I2C, USB, UFS, SDCC, etc. 567 568config SC_GCC_7280 569 tristate "SC7280 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 SC7280 devices. 575 Say Y if you want to use peripheral devices such as UART, SPI, 576 I2C, USB, UFS, SDCC, PCIe etc. 577 578config SC_GCC_8180X 579 tristate "SC8180X 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 SC8180X devices. 585 Say Y if you want to use peripheral devices such as UART, SPI, 586 I2C, USB, UFS, SDCC, etc. 587 588config SC_GCC_8280XP 589 tristate "SC8280XP 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 SC8280XP devices. 595 Say Y if you want to use peripheral devices such as UART, SPI, 596 I2C, USB, UFS, SDCC, etc. 597 598config SC_GPUCC_7180 599 tristate "SC7180 Graphics Clock Controller" 600 depends on ARM64 || COMPILE_TEST 601 select SC_GCC_7180 602 help 603 Support for the graphics clock controller on SC7180 devices. 604 Say Y if you want to support graphics controller devices and 605 functionality such as 3D graphics. 606 607config SC_GPUCC_7280 608 tristate "SC7280 Graphics Clock Controller" 609 depends on ARM64 || COMPILE_TEST 610 select SC_GCC_7280 611 help 612 Support for the graphics clock controller on SC7280 devices. 613 Say Y if you want to support graphics controller devices and 614 functionality such as 3D graphics. 615 616config SC_GPUCC_8280XP 617 tristate "SC8280XP Graphics Clock Controller" 618 depends on ARM64 || COMPILE_TEST 619 select SC_GCC_8280XP 620 help 621 Support for the graphics clock controller on SC8280XP devices. 622 Say Y if you want to support graphics controller devices and 623 functionality such as 3D graphics. 624 625config SC_LPASSCC_7280 626 tristate "SC7280 Low Power Audio Subsystem (LPASS) Clock Controller" 627 depends on ARM64 || COMPILE_TEST 628 select SC_GCC_7280 629 help 630 Support for the LPASS clock controller on SC7280 devices. 631 Say Y if you want to use the LPASS branch clocks of the LPASS clock 632 controller to reset the LPASS subsystem. 633 634config SC_LPASSCC_8280XP 635 tristate "SC8280 Low Power Audio Subsystem (LPASS) Clock Controller" 636 depends on ARM64 || COMPILE_TEST 637 select SC_GCC_8280XP 638 help 639 Support for the LPASS clock controller on SC8280XP devices. 640 Say Y if you want to use the LPASS branch clocks of the LPASS clock 641 controller to reset the LPASS subsystem. 642 643config SC_LPASS_CORECC_7180 644 tristate "SC7180 LPASS Core Clock Controller" 645 depends on ARM64 || COMPILE_TEST 646 select SC_GCC_7180 647 help 648 Support for the LPASS(Low Power Audio Subsystem) core clock controller 649 on SC7180 devices. 650 Say Y if you want to use LPASS clocks and power domains of the LPASS 651 core clock controller. 652 653config SC_LPASS_CORECC_7280 654 tristate "SC7280 LPASS Core & Audio Clock Controller" 655 depends on ARM64 || COMPILE_TEST 656 select SC_GCC_7280 657 select QCOM_GDSC 658 help 659 Support for the LPASS(Low Power Audio Subsystem) core and audio clock 660 controller on SC7280 devices. 661 Say Y if you want to use LPASS clocks and power domains of the LPASS 662 core clock controller. 663 664config SC_VIDEOCC_7180 665 tristate "SC7180 Video Clock Controller" 666 depends on ARM64 || COMPILE_TEST 667 select SC_GCC_7180 668 help 669 Support for the video clock controller on SC7180 devices. 670 Say Y if you want to support video devices and functionality such as 671 video encode and decode. 672 673config SC_VIDEOCC_7280 674 tristate "SC7280 Video Clock Controller" 675 depends on ARM64 || COMPILE_TEST 676 select SC_GCC_7280 677 help 678 Support for the video clock controller on SC7280 devices. 679 Say Y if you want to support video devices and functionality such as 680 video encode and decode. 681 682config SDM_CAMCC_845 683 tristate "SDM845 Camera Clock Controller" 684 depends on ARM64 || COMPILE_TEST 685 select SDM_GCC_845 686 help 687 Support for the camera clock controller on SDM845 devices. 688 Say Y if you want to support camera devices and camera functionality. 689 690config SDM_GCC_660 691 tristate "SDM660 Global Clock Controller" 692 depends on ARM64 || COMPILE_TEST 693 select QCOM_GDSC 694 help 695 Support for the global clock controller on SDM660 devices. 696 Say Y if you want to use peripheral devices such as UART, SPI, 697 i2C, USB, UFS, SDDC, PCIe, etc. 698 699config SDM_MMCC_660 700 tristate "SDM660 Multimedia Clock Controller" 701 depends on ARM64 || COMPILE_TEST 702 select SDM_GCC_660 703 select QCOM_GDSC 704 help 705 Support for the multimedia clock controller on SDM660 devices. 706 Say Y if you want to support multimedia devices such as display, 707 graphics, video encode/decode, camera, etc. 708 709config SDM_GPUCC_660 710 tristate "SDM660 Graphics Clock Controller" 711 depends on ARM64 || COMPILE_TEST 712 select SDM_GCC_660 713 select QCOM_GDSC 714 help 715 Support for the graphics clock controller on SDM630/636/660 devices. 716 Say Y if you want to support graphics controller devices and 717 functionality such as 3D graphics 718 719config QCS_TURING_404 720 tristate "QCS404 Turing Clock Controller" 721 help 722 Support for the Turing Clock Controller on QCS404, provides clocks 723 and resets for the Turing subsystem. 724 725config QCS_Q6SSTOP_404 726 tristate "QCS404 Q6SSTOP Clock Controller" 727 select QCS_GCC_404 728 help 729 Support for the Q6SSTOP clock controller on QCS404 devices. 730 Say Y if you want to use the Q6SSTOP branch clocks of the WCSS clock 731 controller to reset the Q6SSTOP subsystem. 732 733config QDU_GCC_1000 734 tristate "QDU1000/QRU1000 Global Clock Controller" 735 select QCOM_GDSC 736 help 737 Support for the global clock controller on QDU1000 and 738 QRU1000 devices. Say Y if you want to use peripheral 739 devices such as UART, SPI, I2C, USB, SD, PCIe, etc. 740 741config QDU_ECPRICC_1000 742 tristate "QDU1000/QRU1000 ECPRI Clock Controller" 743 depends on ARM64 || COMPILE_TEST 744 select QDU_GCC_1000 745 help 746 Support for the ECPRI clock controller on QDU1000 and 747 QRU1000 devices. Say Y if you want to support the ECPRI 748 clock controller functionality such as Ethernet. 749 750config SDM_GCC_845 751 tristate "SDM845/SDM670 Global Clock Controller" 752 depends on ARM64 || COMPILE_TEST 753 select QCOM_GDSC 754 help 755 Support for the global clock controller on SDM845 and SDM670 devices. 756 Say Y if you want to use peripheral devices such as UART, SPI, 757 i2C, USB, UFS, SDDC, PCIe, etc. 758 759config SDM_GPUCC_845 760 tristate "SDM845 Graphics Clock Controller" 761 depends on ARM64 || COMPILE_TEST 762 select SDM_GCC_845 763 help 764 Support for the graphics clock controller on SDM845 devices. 765 Say Y if you want to support graphics controller devices and 766 functionality such as 3D graphics. 767 768config SDM_VIDEOCC_845 769 tristate "SDM845 Video Clock Controller" 770 depends on ARM64 || COMPILE_TEST 771 select SDM_GCC_845 772 select QCOM_GDSC 773 help 774 Support for the video clock controller on SDM845 devices. 775 Say Y if you want to support video devices and functionality such as 776 video encode and decode. 777 778config SDM_DISPCC_845 779 tristate "SDM845 Display Clock Controller" 780 depends on ARM64 || COMPILE_TEST 781 select SDM_GCC_845 782 help 783 Support for the display clock controller on Qualcomm Technologies, Inc 784 SDM845 devices. 785 Say Y if you want to support display devices and functionality such as 786 splash screen. 787 788config SDM_LPASSCC_845 789 tristate "SDM845 Low Power Audio Subsystem (LPAAS) Clock Controller" 790 depends on ARM64 || COMPILE_TEST 791 select SDM_GCC_845 792 help 793 Support for the LPASS clock controller on SDM845 devices. 794 Say Y if you want to use the LPASS branch clocks of the LPASS clock 795 controller to reset the LPASS subsystem. 796 797config SDX_GCC_55 798 tristate "SDX55 Global Clock Controller" 799 depends on ARM || COMPILE_TEST 800 select QCOM_GDSC 801 help 802 Support for the global clock controller on SDX55 devices. 803 Say Y if you want to use peripheral devices such as UART, 804 SPI, I2C, USB, SD/UFS, PCIe etc. 805 806config SDX_GCC_65 807 tristate "SDX65 Global Clock Controller" 808 depends on ARM || COMPILE_TEST 809 select QCOM_GDSC 810 help 811 Support for the global clock controller on SDX65 devices. 812 Say Y if you want to use peripheral devices such as UART, 813 SPI, I2C, USB, SD/UFS, PCIe etc. 814 815config SDX_GCC_75 816 tristate "SDX75 Global Clock Controller" 817 select QCOM_GDSC 818 help 819 Support for the global clock controller on SDX75 devices. 820 Say Y if you want to use peripheral devices such as UART, 821 SPI, I2C, USB, SD/eMMC, PCIe etc. 822 823config SM_CAMCC_4450 824 tristate "SM4450 Camera Clock Controller" 825 depends on ARM64 || COMPILE_TEST 826 select SM_GCC_4450 827 help 828 Support for the camera clock controller on SM4450 devices. 829 Say Y if you want to support camera devices and camera functionality. 830 831config SM_CAMCC_6350 832 tristate "SM6350 Camera Clock Controller" 833 depends on ARM64 || COMPILE_TEST 834 select SM_GCC_6350 835 help 836 Support for the camera clock controller on SM6350 devices. 837 Say Y if you want to support camera devices and camera functionality. 838 839config SM_CAMCC_7150 840 tristate "SM7150 Camera Clock Controller" 841 depends on ARM64 || COMPILE_TEST 842 select SM_GCC_7150 843 help 844 Support for the camera clock controller on SM7150 devices. 845 Say Y if you want to support camera devices and camera functionality. 846 847config SM_CAMCC_8150 848 tristate "SM8150 Camera Clock Controller" 849 depends on ARM64 || COMPILE_TEST 850 select SM_GCC_8150 851 help 852 Support for the camera clock controller on Qualcomm Technologies, Inc 853 SM8150 devices. 854 Say Y if you want to support camera devices and functionality such as 855 capturing pictures. 856 857config SM_CAMCC_8250 858 tristate "SM8250 Camera Clock Controller" 859 depends on ARM64 || COMPILE_TEST 860 select SM_GCC_8250 861 help 862 Support for the camera clock controller on SM8250 devices. 863 Say Y if you want to support camera devices and camera functionality. 864 865config SM_CAMCC_8450 866 tristate "SM8450 Camera Clock Controller" 867 depends on ARM64 || COMPILE_TEST 868 select SM_GCC_8450 869 help 870 Support for the camera clock controller on SM8450 or SM8475 devices. 871 Say Y if you want to support camera devices and camera functionality. 872 873config SM_CAMCC_8550 874 tristate "SM8550 Camera Clock Controller" 875 depends on ARM64 || COMPILE_TEST 876 select SM_GCC_8550 877 help 878 Support for the camera clock controller on SM8550 devices. 879 Say Y if you want to support camera devices and camera functionality. 880 881config SM_CAMCC_8650 882 tristate "SM8650 Camera Clock Controller" 883 depends on ARM64 || COMPILE_TEST 884 select SM_GCC_8650 885 help 886 Support for the camera clock controller on SM8650 devices. 887 Say Y if you want to support camera devices and camera functionality. 888 889config SM_DISPCC_4450 890 tristate "SM4450 Display Clock Controller" 891 depends on ARM64 || COMPILE_TEST 892 depends on SM_GCC_4450 893 help 894 Support for the display clock controller on Qualcomm Technologies, Inc 895 SM4450 devices. 896 Say Y if you want to support display devices and functionality such as 897 splash screen 898 899config SM_DISPCC_6115 900 tristate "SM6115 Display Clock Controller" 901 depends on ARM64 || COMPILE_TEST 902 depends on SM_GCC_6115 903 help 904 Support for the display clock controller on Qualcomm Technologies, Inc 905 SM6115/SM4250 devices. 906 Say Y if you want to support display devices and functionality such as 907 splash screen 908 909config SM_DISPCC_6125 910 tristate "SM6125 Display Clock Controller" 911 depends on ARM64 || COMPILE_TEST 912 depends on SM_GCC_6125 913 help 914 Support for the display clock controller on Qualcomm Technologies, Inc 915 SM6125 devices. 916 Say Y if you want to support display devices and functionality such as 917 splash screen 918 919config SM_DISPCC_7150 920 tristate "SM7150 Display Clock Controller" 921 depends on ARM64 || COMPILE_TEST 922 depends on SM_GCC_7150 923 help 924 Support for the display clock controller on Qualcomm Technologies, Inc 925 SM7150 devices. 926 Say Y if you want to support display devices and functionality such as 927 splash screen. 928 929config SM_DISPCC_8250 930 tristate "SM8150/SM8250/SM8350 Display Clock Controller" 931 depends on ARM64 || COMPILE_TEST 932 depends on SM_GCC_8150 || SM_GCC_8250 || SM_GCC_8350 933 help 934 Support for the display clock controller on Qualcomm Technologies, Inc 935 SM8150/SM8250/SM8350 devices. 936 Say Y if you want to support display devices and functionality such as 937 splash screen. 938 939config SM_DISPCC_6350 940 tristate "SM6350 Display Clock Controller" 941 depends on ARM64 || COMPILE_TEST 942 depends on SM_GCC_6350 943 help 944 Support for the display clock controller on Qualcomm Technologies, Inc 945 SM6350 devices. 946 Say Y if you want to support display devices and functionality such as 947 splash screen. 948 949config SM_DISPCC_6375 950 tristate "SM6375 Display Clock Controller" 951 depends on ARM64 || COMPILE_TEST 952 depends on SM_GCC_6375 953 help 954 Support for the display clock controller on Qualcomm Technologies, Inc 955 SM6375 devices. 956 Say Y if you want to support display devices and functionality such as 957 splash screen. 958 959config SM_DISPCC_8450 960 tristate "SM8450 Display Clock Controller" 961 depends on ARM64 || COMPILE_TEST 962 depends on SM_GCC_8450 963 help 964 Support for the display clock controller on Qualcomm Technologies, Inc 965 SM8450 or SM8475 devices. 966 Say Y if you want to support display devices and functionality such as 967 splash screen. 968 969config SM_DISPCC_8550 970 tristate "SM8550 Display Clock Controller" 971 depends on ARM64 || COMPILE_TEST 972 depends on SM_GCC_8550 || SM_GCC_8650 973 help 974 Support for the display clock controller on Qualcomm Technologies, Inc 975 SM8550 or SM8650 devices. 976 Say Y if you want to support display devices and functionality such as 977 splash screen. 978 979config SM_GCC_4450 980 tristate "SM4450 Global Clock Controller" 981 depends on ARM64 || COMPILE_TEST 982 select QCOM_GDSC 983 help 984 Support for the global clock controller on SM4450 devices. 985 Say Y if you want to use peripheral devices such as UART, SPI, 986 I2C, USB, SD/UFS, PCIe, etc. 987 988config SM_GCC_6115 989 tristate "SM6115 and SM4250 Global Clock Controller" 990 depends on ARM64 || COMPILE_TEST 991 select QCOM_GDSC 992 help 993 Support for the global clock controller on SM6115 and SM4250 devices. 994 Say Y if you want to use peripheral devices such as UART, SPI, 995 i2C, USB, UFS, SDDC, PCIe, etc. 996 997config SM_GCC_6125 998 tristate "SM6125 Global Clock Controller" 999 depends on ARM64 || COMPILE_TEST 1000 help 1001 Support for the global clock controller on SM6125 devices. 1002 Say Y if you want to use peripheral devices such as UART, 1003 SPI, I2C, USB, SD/UFS, PCIe etc. 1004 1005config SM_GCC_6350 1006 tristate "SM6350 Global Clock Controller" 1007 depends on ARM64 || COMPILE_TEST 1008 select QCOM_GDSC 1009 help 1010 Support for the global clock controller on SM6350 devices. 1011 Say Y if you want to use peripheral devices such as UART, 1012 SPI, I2C, USB, SD/UFS, PCIe etc. 1013 1014config SM_GCC_6375 1015 tristate "SM6375 Global Clock Controller" 1016 depends on ARM64 || COMPILE_TEST 1017 select QCOM_GDSC 1018 help 1019 Support for the global clock controller on SM6375 devices. 1020 Say Y if you want to use peripheral devices such as UART, 1021 SPI, I2C, USB, SD/UFS etc. 1022 1023config SM_GCC_7150 1024 tristate "SM7150 Global Clock Controller" 1025 depends on ARM64 || COMPILE_TEST 1026 select QCOM_GDSC 1027 help 1028 Support for the global clock controller on SM7150 devices. 1029 Say Y if you want to use peripheral devices such as UART, 1030 SPI, I2C, USB, SD/UFS, PCIe etc. 1031 1032config SM_GCC_8150 1033 tristate "SM8150 Global Clock Controller" 1034 depends on ARM64 || COMPILE_TEST 1035 help 1036 Support for the global clock controller on SM8150 devices. 1037 Say Y if you want to use peripheral devices such as UART, 1038 SPI, I2C, USB, SD/UFS, PCIe etc. 1039 1040config SM_GCC_8250 1041 tristate "SM8250 Global Clock Controller" 1042 depends on ARM64 || COMPILE_TEST 1043 select QCOM_GDSC 1044 help 1045 Support for the global clock controller on SM8250 devices. 1046 Say Y if you want to use peripheral devices such as UART, 1047 SPI, I2C, USB, SD/UFS, PCIe etc. 1048 1049config SM_GCC_8350 1050 tristate "SM8350 Global Clock Controller" 1051 depends on ARM64 || COMPILE_TEST 1052 select QCOM_GDSC 1053 help 1054 Support for the global clock controller on SM8350 devices. 1055 Say Y if you want to use peripheral devices such as UART, 1056 SPI, I2C, USB, SD/UFS, PCIe etc. 1057 1058config SM_GCC_8450 1059 tristate "SM8450 Global Clock Controller" 1060 depends on ARM64 || COMPILE_TEST 1061 select QCOM_GDSC 1062 help 1063 Support for the global clock controller on SM8450 or SM8475 1064 devices. 1065 Say Y if you want to use peripheral devices such as UART, 1066 SPI, I2C, USB, SD/UFS, PCIe etc. 1067 1068config SM_GCC_8550 1069 tristate "SM8550 Global Clock Controller" 1070 depends on ARM64 || COMPILE_TEST 1071 select QCOM_GDSC 1072 help 1073 Support for the global clock controller on SM8550 devices. 1074 Say Y if you want to use peripheral devices such as UART, 1075 SPI, I2C, USB, SD/UFS, PCIe etc. 1076 1077config SM_GCC_8650 1078 tristate "SM8650 Global Clock Controller" 1079 depends on ARM64 || COMPILE_TEST 1080 select QCOM_GDSC 1081 help 1082 Support for the global clock controller on SM8650 devices. 1083 Say Y if you want to use peripheral devices such as UART, 1084 SPI, I2C, USB, SD/UFS, PCIe etc. 1085 1086config SM_GPUCC_4450 1087 tristate "SM4450 Graphics Clock Controller" 1088 depends on ARM64 || COMPILE_TEST 1089 select SM_GCC_4450 1090 help 1091 Support for the graphics clock controller on SM4450 devices. 1092 Say Y if you want to support graphics controller devices and 1093 functionality such as 3D graphics. 1094 1095config SM_GPUCC_6115 1096 tristate "SM6115 Graphics Clock Controller" 1097 select SM_GCC_6115 1098 depends on ARM64 || COMPILE_TEST 1099 help 1100 Support for the graphics clock controller on SM6115 devices. 1101 Say Y if you want to support graphics controller devices and 1102 functionality such as 3D graphics. 1103 1104config SM_GPUCC_6125 1105 tristate "SM6125 Graphics Clock Controller" 1106 select SM_GCC_6125 1107 depends on ARM64 || COMPILE_TEST 1108 help 1109 Support for the graphics clock controller on SM6125 devices. 1110 Say Y if you want to support graphics controller devices and 1111 functionality such as 3D graphics. 1112 1113config SM_GPUCC_6375 1114 tristate "SM6375 Graphics Clock Controller" 1115 select SM_GCC_6375 1116 depends on ARM64 || COMPILE_TEST 1117 help 1118 Support for the graphics clock controller on SM6375 devices. 1119 Say Y if you want to support graphics controller devices and 1120 functionality such as 3D graphics. 1121 1122config SM_GPUCC_6350 1123 tristate "SM6350 Graphics Clock Controller" 1124 depends on ARM64 || COMPILE_TEST 1125 select SM_GCC_6350 1126 help 1127 Support for the graphics clock controller on SM6350 devices. 1128 Say Y if you want to support graphics controller devices and 1129 functionality such as 3D graphics. 1130 1131config SM_GPUCC_8150 1132 tristate "SM8150 Graphics Clock Controller" 1133 depends on ARM64 || COMPILE_TEST 1134 select SM_GCC_8150 1135 help 1136 Support for the graphics clock controller on SM8150 devices. 1137 Say Y if you want to support graphics controller devices and 1138 functionality such as 3D graphics. 1139 1140config SM_GPUCC_8250 1141 tristate "SM8250 Graphics Clock Controller" 1142 depends on ARM64 || COMPILE_TEST 1143 select SM_GCC_8250 1144 help 1145 Support for the graphics clock controller on SM8250 devices. 1146 Say Y if you want to support graphics controller devices and 1147 functionality such as 3D graphics. 1148 1149config SM_GPUCC_8350 1150 tristate "SM8350 Graphics Clock Controller" 1151 depends on ARM64 || COMPILE_TEST 1152 select SM_GCC_8350 1153 help 1154 Support for the graphics clock controller on SM8350 devices. 1155 Say Y if you want to support graphics controller devices and 1156 functionality such as 3D graphics. 1157 1158config SM_GPUCC_8450 1159 tristate "SM8450 Graphics Clock Controller" 1160 depends on ARM64 || COMPILE_TEST 1161 select SM_GCC_8450 1162 help 1163 Support for the graphics clock controller on SM8450 or SM8475 1164 devices. 1165 Say Y if you want to support graphics controller devices and 1166 functionality such as 3D graphics. 1167 1168config SM_GPUCC_8550 1169 tristate "SM8550 Graphics Clock Controller" 1170 depends on ARM64 || COMPILE_TEST 1171 select SM_GCC_8550 1172 help 1173 Support for the graphics clock controller on SM8550 devices. 1174 Say Y if you want to support graphics controller devices and 1175 functionality such as 3D graphics. 1176 1177config SM_GPUCC_8650 1178 tristate "SM8650 Graphics Clock Controller" 1179 depends on ARM64 || COMPILE_TEST 1180 select SM_GCC_8650 1181 help 1182 Support for the graphics clock controller on SM8650 devices. 1183 Say Y if you want to support graphics controller devices and 1184 functionality such as 3D graphics. 1185 1186config SM_TCSRCC_8550 1187 tristate "SM8550 TCSR Clock Controller" 1188 depends on ARM64 || COMPILE_TEST 1189 select QCOM_GDSC 1190 help 1191 Support for the TCSR clock controller on SM8550 devices. 1192 Say Y if you want to use peripheral devices such as SD/UFS. 1193 1194config SM_TCSRCC_8650 1195 tristate "SM8650 TCSR Clock Controller" 1196 depends on ARM64 || COMPILE_TEST 1197 select QCOM_GDSC 1198 help 1199 Support for the TCSR clock controller on SM8650 devices. 1200 Say Y if you want to use peripheral devices such as SD/UFS. 1201 1202config SA_VIDEOCC_8775P 1203 tristate "SA8775P Video Clock Controller" 1204 depends on ARM64 || COMPILE_TEST 1205 select SA_GCC_8775P 1206 select QCOM_GDSC 1207 help 1208 Support for the video clock controller on Qualcomm Technologies, Inc. 1209 SA8775P devices. 1210 Say Y if you want to support video devices and functionality such as 1211 video encode/decode. 1212 1213config SM_VIDEOCC_7150 1214 tristate "SM7150 Video Clock Controller" 1215 depends on ARM64 || COMPILE_TEST 1216 select SM_GCC_7150 1217 select QCOM_GDSC 1218 help 1219 Support for the video clock controller on SM7150 devices. 1220 Say Y if you want to support video devices and functionality such as 1221 video encode and decode. 1222 1223config SM_VIDEOCC_8150 1224 tristate "SM8150 Video Clock Controller" 1225 depends on ARM64 || COMPILE_TEST 1226 select SM_GCC_8150 1227 select QCOM_GDSC 1228 help 1229 Support for the video clock controller on SM8150 devices. 1230 Say Y if you want to support video devices and functionality such as 1231 video encode and decode. 1232 1233config SM_VIDEOCC_8250 1234 tristate "SM8250 Video Clock Controller" 1235 depends on ARM64 || COMPILE_TEST 1236 select SM_GCC_8250 1237 select QCOM_GDSC 1238 help 1239 Support for the video clock controller on SM8250 devices. 1240 Say Y if you want to support video devices and functionality such as 1241 video encode and decode. 1242 1243config SM_VIDEOCC_8350 1244 tristate "SM8350 Video Clock Controller" 1245 depends on ARM64 || COMPILE_TEST 1246 select SM_GCC_8350 1247 select QCOM_GDSC 1248 help 1249 Support for the video clock controller on SM8350 devices. 1250 Say Y if you want to support video devices and functionality such as 1251 video encode and decode. 1252 1253config SM_VIDEOCC_8550 1254 tristate "SM8550 Video Clock Controller" 1255 depends on ARM64 || COMPILE_TEST 1256 depends on SM_GCC_8550 || SM_GCC_8650 1257 select QCOM_GDSC 1258 help 1259 Support for the video clock controller on Qualcomm Technologies, Inc. 1260 SM8550 or SM8650 devices. 1261 Say Y if you want to support video devices and functionality such as 1262 video encode/decode. 1263 1264config SPMI_PMIC_CLKDIV 1265 tristate "SPMI PMIC clkdiv Support" 1266 depends on SPMI || COMPILE_TEST 1267 help 1268 This driver supports the clkdiv functionality on the Qualcomm 1269 Technologies, Inc. SPMI PMIC. It configures the frequency of 1270 clkdiv outputs of the PMIC. These clocks are typically wired 1271 through alternate functions on GPIO pins. 1272 1273config QCOM_HFPLL 1274 tristate "High-Frequency PLL (HFPLL) Clock Controller" 1275 help 1276 Support for the high-frequency PLLs present on Qualcomm devices. 1277 Say Y if you want to support CPU frequency scaling on devices 1278 such as MSM8974, APQ8084, etc. 1279 1280config KPSS_XCC 1281 tristate "KPSS Clock Controller" 1282 help 1283 Support for the Krait ACC and GCC clock controllers. Say Y 1284 if you want to support CPU frequency scaling on devices such 1285 as MSM8960, APQ8064, etc. 1286 1287config KRAITCC 1288 tristate "Krait Clock Controller" 1289 depends on ARM 1290 select KRAIT_CLOCKS 1291 help 1292 Support for the Krait CPU clocks on Qualcomm devices. 1293 Say Y if you want to support CPU frequency scaling. 1294 1295config CLK_GFM_LPASS_SM8250 1296 tristate "SM8250 GFM LPASS Clocks" 1297 depends on ARM64 || COMPILE_TEST 1298 help 1299 Support for the Glitch Free Mux (GFM) Low power audio 1300 subsystem (LPASS) clocks found on SM8250 SoCs. 1301 1302config SM_VIDEOCC_8450 1303 tristate "SM8450 Video Clock Controller" 1304 depends on ARM64 || COMPILE_TEST 1305 select SM_GCC_8450 1306 select QCOM_GDSC 1307 help 1308 Support for the video clock controller on Qualcomm Technologies, Inc. 1309 SM8450 or SM8475 devices. 1310 Say Y if you want to support video devices and functionality such as 1311 video encode/decode. 1312endif 1313