hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/clk/sunxi-ng/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SUNXI_CCU
23 bool "Clock support for Allwinner SoCs"
34 depends on ARCH_SUNXI || COMPILE_TEST
....@@ -6,8 +7,23 @@
67
78 if SUNXI_CCU
89
10
+config SUNIV_F1C100S_CCU
11
+ bool "Support for the Allwinner newer F1C100s CCU"
12
+ default MACH_SUNIV
13
+ depends on MACH_SUNIV || COMPILE_TEST
14
+
915 config SUN50I_A64_CCU
1016 bool "Support for the Allwinner A64 CCU"
17
+ default ARM64 && ARCH_SUNXI
18
+ depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
19
+
20
+config SUN50I_A100_CCU
21
+ bool "Support for the Allwinner A100 CCU"
22
+ default ARM64 && ARCH_SUNXI
23
+ depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
24
+
25
+config SUN50I_A100_R_CCU
26
+ bool "Support for the Allwinner A100 PRCM CCU"
1127 default ARM64 && ARCH_SUNXI
1228 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
1329
....@@ -63,6 +79,7 @@
6379
6480 config SUN8I_DE2_CCU
6581 bool "Support for the Allwinner SoCs DE2 CCU"
82
+ default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
6683
6784 config SUN8I_R40_CCU
6885 bool "Support for the Allwinner R40 CCU"