blob: 7098bfd32b1b23ad6cc8dfd18786a874cd67bf9b [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001config COMMON_CLK_HI3516CV300
2 tristate "HI3516CV300 Clock Driver"
3 depends on ARCH_HISI || COMPILE_TEST
4 select RESET_HISI
5 default ARCH_HISI
6 help
7 Build the clock driver for hi3516cv300.
8
9config COMMON_CLK_HI3519
10 tristate "Hi3519 Clock Driver"
11 depends on ARCH_HISI || COMPILE_TEST
12 select RESET_HISI
13 default ARCH_HISI
14 help
15 Build the clock driver for hi3519.
16
17config COMMON_CLK_HI3660
18 bool "Hi3660 Clock Driver"
19 depends on ARCH_HISI || COMPILE_TEST
20 default ARCH_HISI
21 help
22 Build the clock driver for hi3660.
23
24config COMMON_CLK_HI3798CV200
25 tristate "Hi3798CV200 Clock Driver"
26 depends on ARCH_HISI || COMPILE_TEST
27 select RESET_HISI
28 default ARCH_HISI
29 help
30 Build the clock driver for hi3798cv200.
31
32config COMMON_CLK_HI6220
33 bool "Hi6220 Clock Driver"
34 depends on ARCH_HISI || COMPILE_TEST
35 default ARCH_HISI
36 help
37 Build the Hisilicon Hi6220 clock driver based on the common clock framework.
38
39config RESET_HISI
40 bool "HiSilicon Reset Controller Driver"
41 depends on ARCH_HISI || COMPILE_TEST
42 select RESET_CONTROLLER
43 help
44 Build reset controller driver for HiSilicon device chipsets.
45
46config STUB_CLK_HI6220
47 bool "Hi6220 Stub Clock Driver"
48 depends on COMMON_CLK_HI6220 && MAILBOX
49 default ARCH_HISI
50 help
51 Build the Hisilicon Hi6220 stub clock driver.