1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "Clock support for Allwinner SoCs"
4 depends on ARCH_SUNXI || COMPILE_TEST
5 select RESET_CONTROLLER
10 config SUNIV_F1C100S_CCU
11 bool "Support for the Allwinner newer F1C100s CCU"
13 depends on MACH_SUNIV || COMPILE_TEST
16 bool "Support for the Allwinner A64 CCU"
17 default ARM64 && ARCH_SUNXI
18 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
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
25 config SUN50I_A100_R_CCU
26 bool "Support for the Allwinner A100 PRCM CCU"
27 default ARM64 && ARCH_SUNXI
28 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
31 bool "Support for the Allwinner H6 CCU"
32 default ARM64 && ARCH_SUNXI
33 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
35 config SUN50I_H6_R_CCU
36 bool "Support for the Allwinner H6 PRCM CCU"
37 default ARM64 && ARCH_SUNXI
38 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
41 bool "Support for the Allwinner A10/A20 CCU"
44 depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
47 bool "Support for the Allwinner sun5i family CCM"
49 depends on MACH_SUN5I || COMPILE_TEST
52 bool "Support for the Allwinner A31/A31s CCU"
54 depends on MACH_SUN6I || COMPILE_TEST
57 bool "Support for the Allwinner A23 CCU"
59 depends on MACH_SUN8I || COMPILE_TEST
62 bool "Support for the Allwinner A33 CCU"
64 depends on MACH_SUN8I || COMPILE_TEST
67 bool "Support for the Allwinner A83T CCU"
71 bool "Support for the Allwinner H3 CCU"
72 default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
73 depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
76 bool "Support for the Allwinner V3s CCU"
78 depends on MACH_SUN8I || COMPILE_TEST
81 bool "Support for the Allwinner SoCs DE2 CCU"
82 default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
85 bool "Support for the Allwinner R40 CCU"
87 depends on MACH_SUN8I || COMPILE_TEST
90 bool "Support for the Allwinner A80 CCU"
92 depends on MACH_SUN9I || COMPILE_TEST
95 bool "Support for Allwinner SoCs' PRCM CCUs"
96 default MACH_SUN8I || (ARCH_SUNXI && ARM64)