@@ -9,112 +9,113 @@ if SUNXI_CCU
99
1010config SUNIV_F1C100S_CCU
1111 tristate "Support for the Allwinner newer F1C100s CCU"
12- default MACH_SUNIV
12+ default y
1313 depends on MACH_SUNIV || COMPILE_TEST
1414
1515config SUN20I_D1_CCU
16- tristate "Support for the Allwinner D1 CCU"
17- default RISCV && ARCH_SUNXI
18- depends on (RISCV && ARCH_SUNXI) || COMPILE_TEST
16+ tristate "Support for the Allwinner D1/R528/T113 CCU"
17+ default y
18+ depends on MACH_SUN8I || RISCV || COMPILE_TEST
1919
2020config SUN20I_D1_R_CCU
21- tristate "Support for the Allwinner D1 PRCM CCU"
22- default RISCV && ARCH_SUNXI
23- depends on (RISCV && ARCH_SUNXI) || COMPILE_TEST
21+ tristate "Support for the Allwinner D1/R528/T113 PRCM CCU"
22+ default y
23+ depends on MACH_SUN8I || RISCV || COMPILE_TEST
2424
2525config SUN50I_A64_CCU
2626 tristate "Support for the Allwinner A64 CCU"
27- default ARM64 && ARCH_SUNXI
28- depends on ( ARM64 && ARCH_SUNXI) || COMPILE_TEST
27+ default y
28+ depends on ARM64 || COMPILE_TEST
2929
3030config SUN50I_A100_CCU
3131 tristate "Support for the Allwinner A100 CCU"
32- default ARM64 && ARCH_SUNXI
33- depends on ( ARM64 && ARCH_SUNXI) || COMPILE_TEST
32+ default y
33+ depends on ARM64 || COMPILE_TEST
3434
3535config SUN50I_A100_R_CCU
3636 tristate "Support for the Allwinner A100 PRCM CCU"
37- default ARM64 && ARCH_SUNXI
38- depends on ( ARM64 && ARCH_SUNXI) || COMPILE_TEST
37+ default y
38+ depends on ARM64 || COMPILE_TEST
3939
4040config SUN50I_H6_CCU
4141 tristate "Support for the Allwinner H6 CCU"
42- default ARM64 && ARCH_SUNXI
43- depends on ( ARM64 && ARCH_SUNXI) || COMPILE_TEST
42+ default y
43+ depends on ARM64 || COMPILE_TEST
4444
4545config SUN50I_H616_CCU
4646 tristate "Support for the Allwinner H616 CCU"
47- default ARM64 && ARCH_SUNXI
48- depends on ( ARM64 && ARCH_SUNXI) || COMPILE_TEST
47+ default y
48+ depends on ARM64 || COMPILE_TEST
4949
5050config SUN50I_H6_R_CCU
5151 tristate "Support for the Allwinner H6 and H616 PRCM CCU"
52- default ARM64 && ARCH_SUNXI
53- depends on ( ARM64 && ARCH_SUNXI) || COMPILE_TEST
52+ default y
53+ depends on ARM64 || COMPILE_TEST
5454
5555config SUN4I_A10_CCU
5656 tristate "Support for the Allwinner A10/A20 CCU"
57- default MACH_SUN4I
58- default MACH_SUN7I
57+ default y
5958 depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
6059
6160config SUN5I_CCU
6261 bool "Support for the Allwinner sun5i family CCM"
63- default MACH_SUN5I
62+ default y
6463 depends on MACH_SUN5I || COMPILE_TEST
6564 depends on SUNXI_CCU=y
6665
6766config SUN6I_A31_CCU
6867 tristate "Support for the Allwinner A31/A31s CCU"
69- default MACH_SUN6I
68+ default y
7069 depends on MACH_SUN6I || COMPILE_TEST
7170
7271config SUN6I_RTC_CCU
7372 tristate "Support for the Allwinner H616/R329 RTC CCU"
74- default ARCH_SUNXI
75- depends on ARCH_SUNXI || COMPILE_TEST
73+ default y
74+ depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST
7675
7776config SUN8I_A23_CCU
7877 tristate "Support for the Allwinner A23 CCU"
79- default MACH_SUN8I
78+ default y
8079 depends on MACH_SUN8I || COMPILE_TEST
8180
8281config SUN8I_A33_CCU
8382 tristate "Support for the Allwinner A33 CCU"
84- default MACH_SUN8I
83+ default y
8584 depends on MACH_SUN8I || COMPILE_TEST
8685
8786config SUN8I_A83T_CCU
8887 tristate "Support for the Allwinner A83T CCU"
89- default MACH_SUN8I
88+ default y
9089 depends on MACH_SUN8I || COMPILE_TEST
9190
9291config SUN8I_H3_CCU
9392 tristate "Support for the Allwinner H3 CCU"
94- default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
95- depends on MACH_SUN8I || ( ARM64 && ARCH_SUNXI) || COMPILE_TEST
93+ default y
94+ depends on MACH_SUN8I || ARM64 || COMPILE_TEST
9695
9796config SUN8I_V3S_CCU
9897 tristate "Support for the Allwinner V3s CCU"
99- default MACH_SUN8I
98+ default y
10099 depends on MACH_SUN8I || COMPILE_TEST
101100
102101config SUN8I_DE2_CCU
103102 tristate "Support for the Allwinner SoCs DE2 CCU"
104- default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
103+ default y
104+ depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST
105105
106106config SUN8I_R40_CCU
107107 tristate "Support for the Allwinner R40 CCU"
108- default MACH_SUN8I
108+ default y
109109 depends on MACH_SUN8I || COMPILE_TEST
110110
111111config SUN9I_A80_CCU
112112 tristate "Support for the Allwinner A80 CCU"
113- default MACH_SUN9I
113+ default y
114114 depends on MACH_SUN9I || COMPILE_TEST
115115
116116config SUN8I_R_CCU
117117 tristate "Support for Allwinner SoCs' PRCM CCUs"
118- default MACH_SUN8I || (ARCH_SUNXI && ARM64)
118+ default y
119+ depends on MACH_SUN8I || ARM64 || COMPILE_TEST
119120
120121endif
0 commit comments