Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignar...
[cascardo/linux.git] / drivers / clk / qcom / Kconfig
1 config COMMON_CLK_QCOM
2         tristate "Support for Qualcomm's clock controllers"
3         depends on OF
4         select REGMAP_MMIO
5         select RESET_CONTROLLER
6
7 config 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
15 config 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
24 config IPQ_GCC_806X
25         tristate "IPQ806x Global Clock Controller"
26         depends on COMMON_CLK_QCOM
27         help
28           Support for the global clock controller on ipq806x devices.
29           Say Y if you want to use peripheral devices such as UART, SPI,
30           i2c, USB, SD/eMMC, etc.
31
32 config MSM_GCC_8660
33         tristate "MSM8660 Global Clock Controller"
34         depends on COMMON_CLK_QCOM
35         help
36           Support for the global clock controller on msm8660 devices.
37           Say Y if you want to use peripheral devices such as UART, SPI,
38           i2c, USB, SD/eMMC, etc.
39
40 config MSM_GCC_8960
41         tristate "APQ8064/MSM8960 Global Clock Controller"
42         depends on COMMON_CLK_QCOM
43         help
44           Support for the global clock controller on apq8064/msm8960 devices.
45           Say Y if you want to use peripheral devices such as UART, SPI,
46           i2c, USB, SD/eMMC, SATA, PCIe, etc.
47
48 config MSM_MMCC_8960
49         tristate "MSM8960 Multimedia Clock Controller"
50         select MSM_GCC_8960
51         depends on COMMON_CLK_QCOM
52         help
53           Support for the multimedia clock controller on msm8960 devices.
54           Say Y if you want to support multimedia devices such as display,
55           graphics, video encode/decode, camera, etc.
56
57 config MSM_GCC_8974
58         tristate "MSM8974 Global Clock Controller"
59         depends on COMMON_CLK_QCOM
60         help
61           Support for the global clock controller on msm8974 devices.
62           Say Y if you want to use peripheral devices such as UART, SPI,
63           i2c, USB, SD/eMMC, SATA, PCIe, etc.
64
65 config MSM_MMCC_8974
66         tristate "MSM8974 Multimedia Clock Controller"
67         select MSM_GCC_8974
68         depends on COMMON_CLK_QCOM
69         help
70           Support for the multimedia clock controller on msm8974 devices.
71           Say Y if you want to support multimedia devices such as display,
72           graphics, video encode/decode, camera, etc.