1085d7a45SStephen Boydconfig COMMON_CLK_QCOM 2085d7a45SStephen Boyd tristate "Support for Qualcomm's clock controllers" 3085d7a45SStephen Boyd depends on OF 4085d7a45SStephen Boyd select REGMAP_MMIO 5b36ba30cSStephen Boyd select RESET_CONTROLLER 62ec94130SStephen Boyd 702824653SGeorgi Djakovconfig APQ_GCC_8084 802824653SGeorgi Djakov tristate "APQ8084 Global Clock Controller" 902824653SGeorgi Djakov depends on COMMON_CLK_QCOM 1002824653SGeorgi Djakov help 1102824653SGeorgi Djakov Support for the global clock controller on apq8084 devices. 1202824653SGeorgi Djakov Say Y if you want to use peripheral devices such as UART, SPI, 1302824653SGeorgi Djakov i2c, USB, SD/eMMC, SATA, PCIe, etc. 1402824653SGeorgi Djakov 152b46cd23SGeorgi Djakovconfig APQ_MMCC_8084 162b46cd23SGeorgi Djakov tristate "APQ8084 Multimedia Clock Controller" 172b46cd23SGeorgi Djakov select APQ_GCC_8084 182b46cd23SGeorgi Djakov depends on COMMON_CLK_QCOM 192b46cd23SGeorgi Djakov help 202b46cd23SGeorgi Djakov Support for the multimedia clock controller on apq8084 devices. 212b46cd23SGeorgi Djakov Say Y if you want to support multimedia devices such as display, 222b46cd23SGeorgi Djakov graphics, video encode/decode, camera, etc. 232b46cd23SGeorgi Djakov 24*24d8fba4SKumar Galaconfig IPQ_GCC_806X 25*24d8fba4SKumar Gala tristate "IPQ806x Global Clock Controller" 26*24d8fba4SKumar Gala depends on COMMON_CLK_QCOM 27*24d8fba4SKumar Gala help 28*24d8fba4SKumar Gala Support for the global clock controller on ipq806x devices. 29*24d8fba4SKumar Gala Say Y if you want to use peripheral devices such as UART, SPI, 30*24d8fba4SKumar Gala i2c, USB, SD/eMMC, etc. 31*24d8fba4SKumar Gala 320eeff27bSStephen Boydconfig MSM_GCC_8660 330eeff27bSStephen Boyd tristate "MSM8660 Global Clock Controller" 340eeff27bSStephen Boyd depends on COMMON_CLK_QCOM 350eeff27bSStephen Boyd help 360eeff27bSStephen Boyd Support for the global clock controller on msm8660 devices. 370eeff27bSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 380eeff27bSStephen Boyd i2c, USB, SD/eMMC, etc. 390eeff27bSStephen Boyd 402ec94130SStephen Boydconfig MSM_GCC_8960 412d85a713SKumar Gala tristate "APQ8064/MSM8960 Global Clock Controller" 422ec94130SStephen Boyd depends on COMMON_CLK_QCOM 432ec94130SStephen Boyd help 442d85a713SKumar Gala Support for the global clock controller on apq8064/msm8960 devices. 452ec94130SStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 462ec94130SStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 476d00b56fSStephen Boyd 486d00b56fSStephen Boydconfig MSM_MMCC_8960 496d00b56fSStephen Boyd tristate "MSM8960 Multimedia Clock Controller" 506d00b56fSStephen Boyd select MSM_GCC_8960 516d00b56fSStephen Boyd depends on COMMON_CLK_QCOM 526d00b56fSStephen Boyd help 536d00b56fSStephen Boyd Support for the multimedia clock controller on msm8960 devices. 546d00b56fSStephen Boyd Say Y if you want to support multimedia devices such as display, 556d00b56fSStephen Boyd graphics, video encode/decode, camera, etc. 56d33faa9eSStephen Boyd 57d33faa9eSStephen Boydconfig MSM_GCC_8974 58d33faa9eSStephen Boyd tristate "MSM8974 Global Clock Controller" 59d33faa9eSStephen Boyd depends on COMMON_CLK_QCOM 60d33faa9eSStephen Boyd help 61d33faa9eSStephen Boyd Support for the global clock controller on msm8974 devices. 62d33faa9eSStephen Boyd Say Y if you want to use peripheral devices such as UART, SPI, 63d33faa9eSStephen Boyd i2c, USB, SD/eMMC, SATA, PCIe, etc. 64d8b21201SStephen Boyd 65d8b21201SStephen Boydconfig MSM_MMCC_8974 66d8b21201SStephen Boyd tristate "MSM8974 Multimedia Clock Controller" 67d8b21201SStephen Boyd select MSM_GCC_8974 68d8b21201SStephen Boyd depends on COMMON_CLK_QCOM 69d8b21201SStephen Boyd help 70d8b21201SStephen Boyd Support for the multimedia clock controller on msm8974 devices. 71d8b21201SStephen Boyd Say Y if you want to support multimedia devices such as display, 72d8b21201SStephen Boyd graphics, video encode/decode, camera, etc. 73