blob: a884f077d9b9a43029fe8c9413ed3e319bb4bb43 [file] [log] [blame]
Caleb Connolly878b26a2023-11-07 12:40:59 +00001if ARCH_SNAPDRAGON || ARCH_IPQ40XX
2
3config CLK_QCOM
4 bool
5 depends on CLK && DM_RESET
6 def_bool n
7
8menu "Qualcomm clock drivers"
9
10config CLK_QCOM_APQ8016
11 bool "Qualcomm APQ8016 GCC"
12 select CLK_QCOM
13 help
14 Say Y here to enable support for the Global Clock Controller
15 on the Snapdragon APQ8016 SoC. This driver supports the clocks
16 and resets exposed by the GCC hardware block.
17
18config CLK_QCOM_APQ8096
19 bool "Qualcomm APQ8096 GCC"
20 select CLK_QCOM
21 help
22 Say Y here to enable support for the Global Clock Controller
23 on the Snapdragon APQ8096 SoC. This driver supports the clocks
24 and resets exposed by the GCC hardware block.
25
26config CLK_QCOM_QCS404
27 bool "Qualcomm QCS404 GCC"
28 select CLK_QCOM
29 help
30 Say Y here to enable support for the Global Clock Controller
31 on the Snapdragon QCS404 SoC. This driver supports the clocks
32 and resets exposed by the GCC hardware block.
33
34config CLK_QCOM_SDM845
35 bool "Qualcomm SDM845 GCC"
36 select CLK_QCOM
37 help
38 Say Y here to enable support for the Global Clock Controller
39 on the Snapdragon 845 SoC. This driver supports the clocks
40 and resets exposed by the GCC hardware block.
41
42endmenu
43
44endif