• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<kernel minlts="5.4.86" />
2
3<!-- KEEP ALPHABETICALLY SORTED -->
4<!-- ARM base requirements -->
5<group>
6	<conditions>
7		<config>
8			<key>CONFIG_ARM</key>
9			<value type="bool">y</value>
10		</config>
11	</conditions>
12	<config>
13		<key>CONFIG_AEABI</key>
14		<value type="bool">y</value>
15	</config>
16	<config>
17		<key>CONFIG_DEVKMEM</key>
18		<value type="bool">n</value>
19	</config>
20	<config>
21		<key>CONFIG_OABI_COMPAT</key>
22		<value type="bool">n</value>
23	</config>
24</group>
25
26<!-- ARM64 base requirements -->
27<group>
28	<conditions>
29		<config>
30			<key>CONFIG_ARM64</key>
31			<value type="bool">y</value>
32		</config>
33	</conditions>
34	<config>
35		<key>CONFIG_ARM64_PAN</key>
36		<value type="bool">y</value>
37	</config>
38	<config>
39		<key>CONFIG_ARM64_SW_TTBR0_PAN</key>
40		<value type="bool">y</value>
41	</config>
42	<config>
43		<key>CONFIG_ARMV8_DEPRECATED</key>
44		<value type="bool">y</value>
45	</config>
46	<config>
47		<key>CONFIG_CFI_CLANG</key>
48		<value type="bool">y</value>
49	</config>
50	<config>
51		<key>CONFIG_COMPAT</key>
52		<value type="bool">y</value>
53	</config>
54	<config>
55		<key>CONFIG_CP15_BARRIER_EMULATION</key>
56		<value type="bool">y</value>
57	</config>
58	<config>
59		<key>CONFIG_SETEND_EMULATION</key>
60		<value type="bool">y</value>
61	</config>
62	<config>
63		<key>CONFIG_SHADOW_CALL_STACK</key>
64		<value type="bool">y</value>
65	</config>
66	<config>
67		<key>CONFIG_SWP_EMULATION</key>
68		<value type="bool">y</value>
69	</config>
70	<config>
71		<key>CONFIG_BPF_JIT_ALWAYS_ON</key>
72		<value type="bool">y</value>
73	</config>
74	<config>
75		<key>CONFIG_HAVE_MOVE_PMD</key>
76		<value type="bool">y</value>
77	</config>
78	<config>
79		<key>CONFIG_HAVE_MOVE_PUD</key>
80		<value type="bool">y</value>
81	</config>
82	<config>
83		<key>CONFIG_USERFAULTFD</key>
84		<value type="bool">y</value>
85	</config>
86</group>
87
88<!-- x86 base requirements -->
89<group>
90	<conditions>
91		<config>
92			<key>CONFIG_X86</key>
93			<value type="bool">y</value>
94		</config>
95	</conditions>
96	<config>
97		<key>CONFIG_DEVKMEM</key>
98		<value type="bool">n</value>
99	</config>
100	<config>
101		<key>CONFIG_PAGE_TABLE_ISOLATION</key>
102		<value type="bool">y</value>
103	</config>
104	<config>
105		<key>CONFIG_RETPOLINE</key>
106		<value type="bool">y</value>
107	</config>
108	<config>
109		<key>CONFIG_HAVE_MOVE_PMD</key>
110		<value type="bool">y</value>
111	</config>
112	<config>
113		<key>CONFIG_HAVE_MOVE_PUD</key>
114		<value type="bool">y</value>
115	</config>
116	<config>
117		<key>CONFIG_USERFAULTFD</key>
118		<value type="bool">y</value>
119	</config>
120</group>
121
122<!-- x86_64 base requirements -->
123<group>
124	<conditions>
125		<config>
126			<key>CONFIG_X86_64</key>
127			<value type="bool">y</value>
128		</config>
129	</conditions>
130	<config>
131		<key>CONFIG_CFI_CLANG</key>
132		<value type="bool">y</value>
133	</config>
134	<config>
135		<key>CONFIG_BPF_JIT_ALWAYS_ON</key>
136		<value type="bool">y</value>
137	</config>
138</group>
139
140<!-- CONFIG_ACPI || CONFIG_OF -->
141<group>
142	<conditions>
143		<config>
144			<key>CONFIG_ACPI</key>
145			<value type="bool">n</value>
146		</config>
147	</conditions>
148	<config>
149		<key>CONFIG_OF</key>
150		<value type="bool">y</value>
151	</config>
152</group>
153<group>
154	<conditions>
155		<config>
156			<key>CONFIG_OF</key>
157			<value type="bool">n</value>
158		</config>
159	</conditions>
160	<config>
161		<key>CONFIG_ACPI</key>
162		<value type="bool">y</value>
163	</config>
164</group>
165
166<!-- EXT4 requirements -->
167<group>
168	<conditions>
169		<config>
170			<key>CONFIG_EXT4_FS</key>
171			<value type="bool">y</value>
172		</config>
173	</conditions>
174	<config>
175		<key>CONFIG_EXT4_FS_POSIX_ACL</key>
176		<value type="bool">y</value>
177	</config>
178</group>
179
180<!-- F2FS requirements -->
181<group>
182	<conditions>
183		<config>
184			<key>CONFIG_F2FS_FS</key>
185			<value type="bool">y</value>
186		</config>
187	</conditions>
188	<config>
189		<key>CONFIG_F2FS_FS_POSIX_ACL</key>
190		<value type="bool">y</value>
191	</config>
192</group>
193