blob: 47b988f567e81e30702251efa5cfcec9e706faf6 [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"
Rajendra Nayak639af942015-08-06 16:07:49 +053010 select QCOM_GDSC
Georgi Djakov02824652014-06-03 17:24:09 +030011 depends on COMMON_CLK_QCOM
12 help
13 Support for the global clock controller on apq8084 devices.
14 Say Y if you want to use peripheral devices such as UART, SPI,
15 i2c, USB, SD/eMMC, SATA, PCIe, etc.
16
Georgi Djakov2b46cd22014-06-12 19:41:42 +030017config APQ_MMCC_8084
18 tristate "APQ8084 Multimedia Clock Controller"
19 select APQ_GCC_8084
Stephane Viaucb2eb7d2015-08-06 16:07:50 +053020 select QCOM_GDSC
Georgi Djakov2b46cd22014-06-12 19:41:42 +030021 depends on COMMON_CLK_QCOM
22 help
23 Support for the multimedia clock controller on apq8084 devices.
24 Say Y if you want to support multimedia devices such as display,
25 graphics, video encode/decode, camera, etc.
26
Kumar Gala24d8fba2014-06-17 14:46:51 -050027config IPQ_GCC_806X
28 tristate "IPQ806x Global Clock Controller"
29 depends on COMMON_CLK_QCOM
30 help
31 Support for the global clock controller on ipq806x devices.
32 Say Y if you want to use peripheral devices such as UART, SPI,
33 i2c, USB, SD/eMMC, etc.
34
Rajendra Nayakc99e5152015-01-19 18:05:33 -080035config IPQ_LCC_806X
36 tristate "IPQ806x LPASS Clock Controller"
37 select IPQ_GCC_806X
38 depends on COMMON_CLK_QCOM
39 help
40 Support for the LPASS clock controller on ipq806x devices.
41 Say Y if you want to use audio devices such as i2s, pcm,
42 S/PDIF, etc.
43
Stephen Boyd45dd0e52015-08-06 16:07:42 +053044config QCOM_GDSC
45 bool
46 select PM_GENERIC_DOMAINS if PM
47
Stephen Boyd0eeff272014-01-15 10:47:32 -080048config MSM_GCC_8660
49 tristate "MSM8660 Global Clock Controller"
50 depends on COMMON_CLK_QCOM
51 help
52 Support for the global clock controller on msm8660 devices.
53 Say Y if you want to use peripheral devices such as UART, SPI,
54 i2c, USB, SD/eMMC, etc.
55
Georgi Djakov3966fab2015-03-18 16:08:22 +020056config MSM_GCC_8916
57 tristate "MSM8916 Global Clock Controller"
Rajendra Nayak073ae2b2015-08-06 16:07:46 +053058 select QCOM_GDSC
Georgi Djakov3966fab2015-03-18 16:08:22 +020059 depends on COMMON_CLK_QCOM
60 help
61 Support for the global clock controller on msm8916 devices.
62 Say Y if you want to use devices such as UART, SPI i2c, USB,
63 SD/eMMC, display, graphics, camera etc.
64
Stephen Boyd2ec94132014-01-15 10:47:28 -080065config MSM_GCC_8960
Kumar Gala2d85a712014-04-04 11:31:29 -050066 tristate "APQ8064/MSM8960 Global Clock Controller"
Stephen Boyd2ec94132014-01-15 10:47:28 -080067 depends on COMMON_CLK_QCOM
68 help
Kumar Gala2d85a712014-04-04 11:31:29 -050069 Support for the global clock controller on apq8064/msm8960 devices.
Stephen Boyd2ec94132014-01-15 10:47:28 -080070 Say Y if you want to use peripheral devices such as UART, SPI,
71 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boyd6d00b562014-01-15 10:47:29 -080072
Stephen Boydb82875e2015-01-19 18:05:34 -080073config MSM_LCC_8960
74 tristate "APQ8064/MSM8960 LPASS Clock Controller"
75 select MSM_GCC_8960
76 depends on COMMON_CLK_QCOM
77 help
78 Support for the LPASS clock controller on apq8064/msm8960 devices.
79 Say Y if you want to use audio devices such as i2s, pcm,
80 SLIMBus, etc.
81
Stephen Boyd6d00b562014-01-15 10:47:29 -080082config MSM_MMCC_8960
83 tristate "MSM8960 Multimedia Clock Controller"
84 select MSM_GCC_8960
85 depends on COMMON_CLK_QCOM
86 help
87 Support for the multimedia clock controller on msm8960 devices.
88 Say Y if you want to support multimedia devices such as display,
89 graphics, video encode/decode, camera, etc.
Stephen Boydd33faa92014-01-15 10:47:30 -080090
91config MSM_GCC_8974
92 tristate "MSM8974 Global Clock Controller"
Stephen Boyd340029e2015-08-06 16:07:47 +053093 select QCOM_GDSC
Stephen Boydd33faa92014-01-15 10:47:30 -080094 depends on COMMON_CLK_QCOM
95 help
96 Support for the global clock controller on msm8974 devices.
97 Say Y if you want to use peripheral devices such as UART, SPI,
98 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boydd8b21202014-01-15 10:47:31 -080099
100config MSM_MMCC_8974
101 tristate "MSM8974 Multimedia Clock Controller"
102 select MSM_GCC_8974
Stephen Boyd8108b232015-08-06 16:07:48 +0530103 select QCOM_GDSC
Stephen Boydd8b21202014-01-15 10:47:31 -0800104 depends on COMMON_CLK_QCOM
105 help
106 Support for the multimedia clock controller on msm8974 devices.
107 Say Y if you want to support multimedia devices such as display,
108 graphics, video encode/decode, camera, etc.