@@ -9,123 +9,123 @@ if SUNXI_CCU
9
9
10
10
config SUNIV_F1C100S_CCU
11
11
tristate "Support for the Allwinner newer F1C100s CCU"
12
- default y
12
+ default ARCH_SUNXI
13
13
depends on MACH_SUNIV || COMPILE_TEST
14
14
15
15
config SUN20I_D1_CCU
16
16
tristate "Support for the Allwinner D1/R528/T113 CCU"
17
- default y
17
+ default ARCH_SUNXI
18
18
depends on MACH_SUN8I || RISCV || COMPILE_TEST
19
19
20
20
config SUN20I_D1_R_CCU
21
21
tristate "Support for the Allwinner D1/R528/T113 PRCM CCU"
22
- default y
22
+ default ARCH_SUNXI
23
23
depends on MACH_SUN8I || RISCV || COMPILE_TEST
24
24
25
25
config SUN50I_A64_CCU
26
26
tristate "Support for the Allwinner A64 CCU"
27
- default y
27
+ default ARCH_SUNXI
28
28
depends on ARM64 || COMPILE_TEST
29
29
30
30
config SUN50I_A100_CCU
31
31
tristate "Support for the Allwinner A100 CCU"
32
- default y
32
+ default ARCH_SUNXI
33
33
depends on ARM64 || COMPILE_TEST
34
34
35
35
config SUN50I_A100_R_CCU
36
36
tristate "Support for the Allwinner A100 PRCM CCU"
37
- default y
37
+ default ARCH_SUNXI
38
38
depends on ARM64 || COMPILE_TEST
39
39
40
40
config SUN50I_H6_CCU
41
41
tristate "Support for the Allwinner H6 CCU"
42
- default y
42
+ default ARCH_SUNXI
43
43
depends on ARM64 || COMPILE_TEST
44
44
45
45
config SUN50I_H616_CCU
46
46
tristate "Support for the Allwinner H616 CCU"
47
- default y
47
+ default ARCH_SUNXI
48
48
depends on ARM64 || COMPILE_TEST
49
49
50
50
config SUN50I_H6_R_CCU
51
51
tristate "Support for the Allwinner H6 and H616 PRCM CCU"
52
- default y
52
+ default ARCH_SUNXI
53
53
depends on ARM64 || COMPILE_TEST
54
54
55
55
config SUN55I_A523_CCU
56
56
tristate "Support for the Allwinner A523/T527 CCU"
57
- default y
57
+ default ARCH_SUNXI
58
58
depends on ARM64 || COMPILE_TEST
59
59
60
60
config SUN55I_A523_R_CCU
61
61
tristate "Support for the Allwinner A523/T527 PRCM CCU"
62
- default y
62
+ default ARCH_SUNXI
63
63
depends on ARM64 || COMPILE_TEST
64
64
65
65
config SUN4I_A10_CCU
66
66
tristate "Support for the Allwinner A10/A20 CCU"
67
- default y
67
+ default ARCH_SUNXI
68
68
depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
69
69
70
70
config SUN5I_CCU
71
71
bool "Support for the Allwinner sun5i family CCM"
72
- default y
72
+ default ARCH_SUNXI
73
73
depends on MACH_SUN5I || COMPILE_TEST
74
74
depends on SUNXI_CCU=y
75
75
76
76
config SUN6I_A31_CCU
77
77
tristate "Support for the Allwinner A31/A31s CCU"
78
- default y
78
+ default ARCH_SUNXI
79
79
depends on MACH_SUN6I || COMPILE_TEST
80
80
81
81
config SUN6I_RTC_CCU
82
82
tristate "Support for the Allwinner H616/R329 RTC CCU"
83
- default y
83
+ default ARCH_SUNXI
84
84
depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST
85
85
86
86
config SUN8I_A23_CCU
87
87
tristate "Support for the Allwinner A23 CCU"
88
- default y
88
+ default ARCH_SUNXI
89
89
depends on MACH_SUN8I || COMPILE_TEST
90
90
91
91
config SUN8I_A33_CCU
92
92
tristate "Support for the Allwinner A33 CCU"
93
- default y
93
+ default ARCH_SUNXI
94
94
depends on MACH_SUN8I || COMPILE_TEST
95
95
96
96
config SUN8I_A83T_CCU
97
97
tristate "Support for the Allwinner A83T CCU"
98
- default y
98
+ default ARCH_SUNXI
99
99
depends on MACH_SUN8I || COMPILE_TEST
100
100
101
101
config SUN8I_H3_CCU
102
102
tristate "Support for the Allwinner H3 CCU"
103
- default y
103
+ default ARCH_SUNXI
104
104
depends on MACH_SUN8I || ARM64 || COMPILE_TEST
105
105
106
106
config SUN8I_V3S_CCU
107
107
tristate "Support for the Allwinner V3s CCU"
108
- default y
108
+ default ARCH_SUNXI
109
109
depends on MACH_SUN8I || COMPILE_TEST
110
110
111
111
config SUN8I_DE2_CCU
112
112
tristate "Support for the Allwinner SoCs DE2 CCU"
113
- default y
113
+ default ARCH_SUNXI
114
114
depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST
115
115
116
116
config SUN8I_R40_CCU
117
117
tristate "Support for the Allwinner R40 CCU"
118
- default y
118
+ default ARCH_SUNXI
119
119
depends on MACH_SUN8I || COMPILE_TEST
120
120
121
121
config SUN9I_A80_CCU
122
122
tristate "Support for the Allwinner A80 CCU"
123
- default y
123
+ default ARCH_SUNXI
124
124
depends on MACH_SUN9I || COMPILE_TEST
125
125
126
126
config SUN8I_R_CCU
127
127
tristate "Support for Allwinner SoCs' PRCM CCUs"
128
- default y
128
+ default ARCH_SUNXI
129
129
depends on MACH_SUN8I || ARM64 || COMPILE_TEST
130
130
131
131
endif
0 commit comments