blob: e5f95161d747ab6edb3f364f91a247be69b9897a [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
4 select REGMAP_MMIO
Stephen Boydb36ba302014-01-15 10:47:27 -08005 select RESET_CONTROLLER
Stephen Boyd2ec94132014-01-15 10:47:28 -08006
Georgi Djakov02824652014-06-03 17:24:09 +03007config APQ_GCC_8084
8 tristate "APQ8084 Global Clock Controller"
9 depends on COMMON_CLK_QCOM
10 help
11 Support for the global clock controller on apq8084 devices.
12 Say Y if you want to use peripheral devices such as UART, SPI,
13 i2c, USB, SD/eMMC, SATA, PCIe, etc.
14
Georgi Djakov2b46cd22014-06-12 19:41:42 +030015config APQ_MMCC_8084
16 tristate "APQ8084 Multimedia Clock Controller"
17 select APQ_GCC_8084
18 depends on COMMON_CLK_QCOM
19 help
20 Support for the multimedia clock controller on apq8084 devices.
21 Say Y if you want to support multimedia devices such as display,
22 graphics, video encode/decode, camera, etc.
23
Stephen Boyd0eeff272014-01-15 10:47:32 -080024config MSM_GCC_8660
25 tristate "MSM8660 Global Clock Controller"
26 depends on COMMON_CLK_QCOM
27 help
28 Support for the global clock controller on msm8660 devices.
29 Say Y if you want to use peripheral devices such as UART, SPI,
30 i2c, USB, SD/eMMC, etc.
31
Stephen Boyd2ec94132014-01-15 10:47:28 -080032config MSM_GCC_8960
Kumar Gala2d85a712014-04-04 11:31:29 -050033 tristate "APQ8064/MSM8960 Global Clock Controller"
Stephen Boyd2ec94132014-01-15 10:47:28 -080034 depends on COMMON_CLK_QCOM
35 help
Kumar Gala2d85a712014-04-04 11:31:29 -050036 Support for the global clock controller on apq8064/msm8960 devices.
Stephen Boyd2ec94132014-01-15 10:47:28 -080037 Say Y if you want to use peripheral devices such as UART, SPI,
38 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boyd6d00b562014-01-15 10:47:29 -080039
40config MSM_MMCC_8960
41 tristate "MSM8960 Multimedia Clock Controller"
42 select MSM_GCC_8960
43 depends on COMMON_CLK_QCOM
44 help
45 Support for the multimedia clock controller on msm8960 devices.
46 Say Y if you want to support multimedia devices such as display,
47 graphics, video encode/decode, camera, etc.
Stephen Boydd33faa92014-01-15 10:47:30 -080048
49config MSM_GCC_8974
50 tristate "MSM8974 Global Clock Controller"
51 depends on COMMON_CLK_QCOM
52 help
53 Support for the global clock controller on msm8974 devices.
54 Say Y if you want to use peripheral devices such as UART, SPI,
55 i2c, USB, SD/eMMC, SATA, PCIe, etc.
Stephen Boydd8b21202014-01-15 10:47:31 -080056
57config MSM_MMCC_8974
58 tristate "MSM8974 Multimedia Clock Controller"
59 select MSM_GCC_8974
60 depends on COMMON_CLK_QCOM
61 help
62 Support for the multimedia clock controller on msm8974 devices.
63 Say Y if you want to support multimedia devices such as display,
64 graphics, video encode/decode, camera, etc.