aboutsummaryrefslogtreecommitdiff
path: root/r/android-4.14/android-base-conditional.xml
blob: 5b5645286ee3b87804fdaab485debec0d2f5da06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<kernel minlts="4.14.180" />

<!-- KEEP ALPHABETICALLY SORTED -->
<!-- ARM base requirements -->
<group>
	<conditions>
		<config>
			<key>CONFIG_ARM</key>
			<value type="bool">y</value>
		</config>
	</conditions>
	<config>
		<key>CONFIG_AEABI</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_CPU_SW_DOMAIN_PAN</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_DEVKMEM</key>
		<value type="bool">n</value>
	</config>
	<config>
		<key>CONFIG_OABI_COMPAT</key>
		<value type="bool">n</value>
	</config>
</group>

<!-- ARM64 base requirements -->
<group>
	<conditions>
		<config>
			<key>CONFIG_ARM64</key>
			<value type="bool">y</value>
		</config>
	</conditions>
	<config>
		<key>CONFIG_ARM64_PAN</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_ARM64_SW_TTBR0_PAN</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_ARMV8_DEPRECATED</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_COMPAT</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_CP15_BARRIER_EMULATION</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_SETEND_EMULATION</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_SWP_EMULATION</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_BPF_JIT_ALWAYS_ON</key>
		<value type="bool">y</value>
	</config>
</group>

<!-- x86 base requirements -->
<group>
	<conditions>
		<config>
			<key>CONFIG_X86</key>
			<value type="bool">y</value>
		</config>
	</conditions>
	<config>
		<key>CONFIG_DEVKMEM</key>
		<value type="bool">n</value>
	</config>
	<config>
		<key>CONFIG_PAGE_TABLE_ISOLATION</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_RETPOLINE</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_BPF_JIT_ALWAYS_ON</key>
		<value type="bool">y</value>
	</config>
</group>

<!-- CONFIG_ACPI || CONFIG_OF -->
<group>
	<conditions>
		<config>
			<key>CONFIG_ACPI</key>
			<value type="bool">n</value>
		</config>
	</conditions>
	<config>
		<key>CONFIG_OF</key>
		<value type="bool">y</value>
	</config>
</group>
<group>
	<conditions>
		<config>
			<key>CONFIG_OF</key>
			<value type="bool">n</value>
		</config>
	</conditions>
	<config>
		<key>CONFIG_ACPI</key>
		<value type="bool">y</value>
	</config>
</group>

<!-- EXT4 requirements -->
<group>
	<conditions>
		<config>
			<key>CONFIG_EXT4_FS</key>
			<value type="bool">y</value>
		</config>
	</conditions>
	<config>
		<key>CONFIG_EXT4_FS_POSIX_ACL</key>
		<value type="bool">y</value>
	</config>
</group>

<!-- F2FS requirements -->
<group>
	<conditions>
		<config>
			<key>CONFIG_F2FS_FS</key>
			<value type="bool">y</value>
		</config>
	</conditions>
	<config>
		<key>CONFIG_F2FS_FS_POSIX_ACL</key>
		<value type="bool">y</value>
	</config>
</group>