2 bool "Clock support for Allwinner SoCs"
3 depends on ARCH_SUNXI || COMPILE_TEST
4 select RESET_CONTROLLER
10 bool "Support for the Allwinner A64 CCU"
11 default ARM64 && ARCH_SUNXI
12 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
15 bool "Support for the Allwinner H6 CCU"
16 default ARM64 && ARCH_SUNXI
17 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
19 config SUN50I_H6_R_CCU
20 bool "Support for the Allwinner H6 PRCM CCU"
21 default ARM64 && ARCH_SUNXI
22 depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
25 bool "Support for the Allwinner A10/A20 CCU"
28 depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
31 bool "Support for the Allwinner sun5i family CCM"
33 depends on MACH_SUN5I || COMPILE_TEST
36 bool "Support for the Allwinner A31/A31s CCU"
38 depends on MACH_SUN6I || COMPILE_TEST
41 bool "Support for the Allwinner A23 CCU"
43 depends on MACH_SUN8I || COMPILE_TEST
46 bool "Support for the Allwinner A33 CCU"
48 depends on MACH_SUN8I || COMPILE_TEST
51 bool "Support for the Allwinner A83T CCU"
55 bool "Support for the Allwinner H3 CCU"
56 default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
57 depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
60 bool "Support for the Allwinner V3s CCU"
62 depends on MACH_SUN8I || COMPILE_TEST
65 bool "Support for the Allwinner SoCs DE2 CCU"
68 bool "Support for the Allwinner R40 CCU"
70 depends on MACH_SUN8I || COMPILE_TEST
73 bool "Support for the Allwinner A80 CCU"
75 depends on MACH_SUN9I || COMPILE_TEST
78 bool "Support for Allwinner SoCs' PRCM CCUs"
79 default MACH_SUN8I || (ARCH_SUNXI && ARM64)