Merge tag 'xfs-6.2-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux-block.git] / drivers / clk / hisilicon / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
c80dfd9b
PW
2config COMMON_CLK_HI3516CV300
3 tristate "HI3516CV300 Clock Driver"
4 depends on ARCH_HISI || COMPILE_TEST
5 select RESET_HISI
6 default ARCH_HISI
7 help
8 Build the clock driver for hi3516cv300.
9
6c9da387
JX
10config COMMON_CLK_HI3519
11 tristate "Hi3519 Clock Driver"
12 depends on ARCH_HISI || COMPILE_TEST
13 select RESET_HISI
14 default ARCH_HISI
15 help
16 Build the clock driver for hi3519.
17
6c819661
DG
18config COMMON_CLK_HI3559A
19 bool "Hi3559A Clock Driver"
20 depends on ARCH_HISI || COMPILE_TEST
953a92f0 21 select RESET_HISI
6c819661
DG
22 default ARCH_HISI
23 help
24 Build the clock driver for hi3559a.
25
d374e6fd
ZG
26config COMMON_CLK_HI3660
27 bool "Hi3660 Clock Driver"
28 depends on ARCH_HISI || COMPILE_TEST
29 default ARCH_HISI
30 help
31 Build the clock driver for hi3660.
32
c1a3308a
MS
33config COMMON_CLK_HI3670
34 bool "Hi3670 Clock Driver"
35 depends on ARCH_HISI || COMPILE_TEST
36 default ARCH_HISI
37 help
38 Build the clock driver for hi3670.
39
707d33cb
JX
40config COMMON_CLK_HI3798CV200
41 tristate "Hi3798CV200 Clock Driver"
42 depends on ARCH_HISI || COMPILE_TEST
43 select RESET_HISI
44 default ARCH_HISI
45 help
46 Build the clock driver for hi3798cv200.
47
72ea4861
BW
48config COMMON_CLK_HI6220
49 bool "Hi6220 Clock Driver"
9f42a89d 50 depends on ARCH_HISI || COMPILE_TEST
72ea4861
BW
51 default ARCH_HISI
52 help
53 Build the Hisilicon Hi6220 clock driver based on the common clock framework.
9f42a89d 54
25824d52
JX
55config RESET_HISI
56 bool "HiSilicon Reset Controller Driver"
57 depends on ARCH_HISI || COMPILE_TEST
58 select RESET_CONTROLLER
59 help
60 Build reset controller driver for HiSilicon device chipsets.
61
9f42a89d 62config STUB_CLK_HI6220
7b873e4b
DL
63 bool "Hi6220 Stub Clock Driver" if EXPERT
64 depends on (COMMON_CLK_HI6220 || COMPILE_TEST)
65 depends on MAILBOX
66 default COMMON_CLK_HI6220
9f42a89d
LY
67 help
68 Build the Hisilicon Hi6220 stub clock driver.
4f16f7ff
KZ
69
70config STUB_CLK_HI3660
7b873e4b
DL
71 bool "Hi3660 Stub Clock Driver" if EXPERT
72 depends on (COMMON_CLK_HI3660 || COMPILE_TEST)
73 depends on MAILBOX
74 default COMMON_CLK_HI3660
4f16f7ff
KZ
75 help
76 Build the Hisilicon Hi3660 stub clock driver.