File tree Expand file tree Collapse file tree 5 files changed +856
-2
lines changed Expand file tree Collapse file tree 5 files changed +856
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ config COMMON_CLK_HI3519
15
15
help
16
16
Build the clock driver for hi3519.
17
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
+
18
25
config COMMON_CLK_HI3660
19
26
bool "Hi3660 Clock Driver"
20
27
depends on ARCH_HISI || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ obj-$(CONFIG_ARCH_HIP04) += clk-hip04.o
10
10
obj-$(CONFIG_ARCH_HIX5HD2) += clk-hix5hd2.o
11
11
obj-$(CONFIG_COMMON_CLK_HI3516CV300) += crg-hi3516cv300.o
12
12
obj-$(CONFIG_COMMON_CLK_HI3519) += clk-hi3519.o
13
+ obj-$(CONFIG_COMMON_CLK_HI3559A) += clk-hi3559a.o
13
14
obj-$(CONFIG_COMMON_CLK_HI3660) += clk-hi3660.o
14
15
obj-$(CONFIG_COMMON_CLK_HI3670) += clk-hi3670.o
15
16
obj-$(CONFIG_COMMON_CLK_HI3798CV200) += crg-hi3798cv200.o
You can’t perform that action at this time.
0 commit comments