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
21 bool "Support for the Allwinner H6 CCU"
22 default ARM64 && ARCH_SUNXI
23 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
25 config SUN50I_H6_R_CCU
26 bool "Support for the Allwinner H6 PRCM CCU"
27 default ARM64 && ARCH_SUNXI
28 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
31 bool "Support for the Allwinner A10/A20 CCU"
34 depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
37 bool "Support for the Allwinner sun5i family CCM"
39 depends on MACH_SUN5I || COMPILE_TEST
42 bool "Support for the Allwinner A31/A31s CCU"
44 depends on MACH_SUN6I || COMPILE_TEST
47 bool "Support for the Allwinner A23 CCU"
49 depends on MACH_SUN8I || COMPILE_TEST
52 bool "Support for the Allwinner A33 CCU"
54 depends on MACH_SUN8I || COMPILE_TEST
57 bool "Support for the Allwinner A83T CCU"
61 bool "Support for the Allwinner H3 CCU"
62 default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
63 depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
66 bool "Support for the Allwinner V3s CCU"
68 depends on MACH_SUN8I || COMPILE_TEST
71 bool "Support for the Allwinner SoCs DE2 CCU"
72 default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
75 bool "Support for the Allwinner R40 CCU"
77 depends on MACH_SUN8I || COMPILE_TEST
80 bool "Support for the Allwinner A80 CCU"
82 depends on MACH_SUN9I || COMPILE_TEST
85 bool "Support for Allwinner SoCs' PRCM CCUs"
86 default MACH_SUN8I || (ARCH_SUNXI && ARM64)