blob: edab1724537b93cfbcab52d733b1c97111794e26 [file] [log] [blame]
Stephen Boyd085d7a42014-01-15 10:47:23 -08001config COMMON_CLK_QCOM
2 tristate "Support for Qualcomm's clock controllers"
3 depends on OF
Bartlomiej Zolnierkiewicz39375672015-04-07 14:12:04 +02004 depends on ARCH_QCOM || COMPILE_TEST
Stephen Boyd085d7a42014-01-15 10:47:23 -08005 select REGMAP_MMIO
Stephen Boydb36ba302014-01-15 10:47:27 -08006 select RESET_CONTROLLER
Stephen Boyd2ec94132014-01-15 10:47:28 -08007
Georgi Djakov02824652014-06-03 17:24:09 +03008config APQ_GCC_8084
9 tristate "APQ8084 Global Clock Controller"
10 depends on COMMON_CLK_QCOM
11 help
12 Support for the global clock controller on apq8084 devices.
13 Say Y if you want to use peripheral devices such as UART, SPI,
14 i2c, USB, SD/eMMC, SATA, PCIe, etc.
15
Georgi Djakov2b46cd22014-06-12 19:41:42 +030016config APQ_MMCC_8084
17 tristate "APQ8084 Multimedia Clock Controller"
18 select APQ_GCC_8084
19 depends on COMMON_CLK_QCOM
20 help
21 Support for the multimedia clock controller on apq8084 devices.
22 Say Y if you want to support multimedia devices such as display,
23 graphics, video encode/decode, camera, etc.
24
Kumar Gala24d8fba2014-06-17 14:46:51 -050025config IPQ_GCC_806X
26 tristate "IPQ806x Global Clock Controller"
27 depends on COMMON_CLK_QCOM
28 help
29 Support for the global clock controller on ipq806x devices.
30 Say Y if you want to use peripheral devices such as UART, SPI,
31 i2c, USB, SD/eMMC, etc.
32
Rajendra Nayakc99e5152015-01-19 18:05:33 -080033config IPQ_LCC_806X
34 tristate "IPQ806x LPASS Clock Controller"
35 select IPQ_GCC_806X
36 depends on COMMON_CLK_QCOM
37 help
38 Support for the LPASS clock controller on ipq806x devices.
39 Say Y if you want to use audio devices such as i2s, pcm,
40 S/PDIF, etc.
41
Stephen Boyd45dd0e52015-08-06 16:07:42 +053042config QCOM_GDSC
43 bool
44 select PM_GENERIC_DOMAINS if PM
45
Stephen Boyd0eeff272014-01-15 10:47:32 -080046config MSM_GCC_8660
47 tristate "MSM8660 Global Clock Controller"
48 depends on COMMON_CLK_QCOM
49 help
50 Support for the global clock controller on msm8660 devices.
51 Say Y if you want to use peripheral devices such as UART, SPI,
52 i2c, USB, SD/eMMC, etc.
53
Georgi Djakov3966fab2015-03-18 16:08:22 +020054config MSM_GCC_8916
55 tristate "MSM8916 Global Clock Controller"
Rajendra Nayak073ae2b2015-08-06 16:07:46 +053056 select QCOM_GDSC
Georgi Djakov3966fab2015-03-18 16:08:22 +020057 depends on COMMON_CLK_QCOM
58 help
59 Support for the global clock controller on msm8916 devices.
60 Say Y if you want to use devices such as UART, SPI i2c, USB,
61 SD/eMMC, display, graphics, camera etc.
62
Stephen Boyd2ec94132014-01-15 10:47:28 -080063config MSM_GCC_8960
Kumar Gala2d85a712014-04-04 11:31:29 -050064 tristate "APQ8064/MSM8960 Global Clock Controller"
Stephen Boyd2ec94132014-01-15 10:47:28 -080065 depends on COMMON_CLK_QCOM
66 help
Kumar Gala2d85a712014-04-04 11:31:29 -050067 Support for the global clock controller on apq8064/msm8960 devices.
Stephen Boyd2ec94132014-01-15 10:47:28 -080068 Say Y if you want to use peripheral devices such as UART, SPI,
69 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boyd6d00b562014-01-15 10:47:29 -080070
Stephen Boydb82875e2015-01-19 18:05:34 -080071config MSM_LCC_8960
72 tristate "APQ8064/MSM8960 LPASS Clock Controller"
73 select MSM_GCC_8960
74 depends on COMMON_CLK_QCOM
75 help
76 Support for the LPASS clock controller on apq8064/msm8960 devices.
77 Say Y if you want to use audio devices such as i2s, pcm,
78 SLIMBus, etc.
79
Stephen Boyd6d00b562014-01-15 10:47:29 -080080config MSM_MMCC_8960
81 tristate "MSM8960 Multimedia Clock Controller"
82 select MSM_GCC_8960
83 depends on COMMON_CLK_QCOM
84 help
85 Support for the multimedia clock controller on msm8960 devices.
86 Say Y if you want to support multimedia devices such as display,
87 graphics, video encode/decode, camera, etc.
Stephen Boydd33faa92014-01-15 10:47:30 -080088
89config MSM_GCC_8974
90 tristate "MSM8974 Global Clock Controller"
Stephen Boyd340029e2015-08-06 16:07:47 +053091 select QCOM_GDSC
Stephen Boydd33faa92014-01-15 10:47:30 -080092 depends on COMMON_CLK_QCOM
93 help
94 Support for the global clock controller on msm8974 devices.
95 Say Y if you want to use peripheral devices such as UART, SPI,
96 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boydd8b21202014-01-15 10:47:31 -080097
98config MSM_MMCC_8974
99 tristate "MSM8974 Multimedia Clock Controller"
100 select MSM_GCC_8974
Stephen Boyd8108b232015-08-06 16:07:48 +0530101 select QCOM_GDSC
Stephen Boydd8b21202014-01-15 10:47:31 -0800102 depends on COMMON_CLK_QCOM
103 help
104 Support for the multimedia clock controller on msm8974 devices.
105 Say Y if you want to support multimedia devices such as display,
106 graphics, video encode/decode, camera, etc.