power: supply: core: Fix parsing of battery chemistry/technology
[linux-2.6-microblaze.git] / drivers / clk / hisilicon / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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
10 config 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
18 config COMMON_CLK_HI3559A
19         bool "Hi3559A Clock Driver"
20         depends on ARCH_HISI || COMPILE_TEST
21         default ARCH_HISI
22         help
23           Build the clock driver for hi3559a.
24
25 config COMMON_CLK_HI3660
26         bool "Hi3660 Clock Driver"
27         depends on ARCH_HISI || COMPILE_TEST
28         default ARCH_HISI
29         help
30           Build the clock driver for hi3660.
31
32 config COMMON_CLK_HI3670
33         bool "Hi3670 Clock Driver"
34         depends on ARCH_HISI || COMPILE_TEST
35         default ARCH_HISI
36         help
37           Build the clock driver for hi3670.
38
39 config COMMON_CLK_HI3798CV200
40         tristate "Hi3798CV200 Clock Driver"
41         depends on ARCH_HISI || COMPILE_TEST
42         select RESET_HISI
43         default ARCH_HISI
44         help
45           Build the clock driver for hi3798cv200.
46
47 config COMMON_CLK_HI6220
48         bool "Hi6220 Clock Driver"
49         depends on ARCH_HISI || COMPILE_TEST
50         default ARCH_HISI
51         help
52           Build the Hisilicon Hi6220 clock driver based on the common clock framework.
53
54 config RESET_HISI
55         bool "HiSilicon Reset Controller Driver"
56         depends on ARCH_HISI || COMPILE_TEST
57         select RESET_CONTROLLER
58         help
59           Build reset controller driver for HiSilicon device chipsets.
60
61 config STUB_CLK_HI6220
62         bool "Hi6220 Stub Clock Driver" if EXPERT
63         depends on (COMMON_CLK_HI6220 || COMPILE_TEST)
64         depends on MAILBOX
65         default COMMON_CLK_HI6220
66         help
67           Build the Hisilicon Hi6220 stub clock driver.
68
69 config STUB_CLK_HI3660
70         bool "Hi3660 Stub Clock Driver" if EXPERT
71         depends on (COMMON_CLK_HI3660 || COMPILE_TEST)
72         depends on MAILBOX
73         default COMMON_CLK_HI3660
74         help
75           Build the Hisilicon Hi3660 stub clock driver.