aboutsummaryrefslogtreecommitdiffstats
path: root/r/android-5.4/android-base-conditional.xml
blob: d78698545f4b832dcf514bf596c7f87824177e2a (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
<kernel minlts="5.4.42" />

<!-- 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_SHADOW_CALL_STACK</key>
		<value type="bool">y</value>
	</config>
	<config>
		<key>CONFIG_SWP_EMULATION</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>
</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>

<!-- CONFIG_IKHEADERS=y || CONFIG_IKHEADERS=m -->
<group>
	<conditions>
		<config>
			<key>CONFIG_IKHEADERS</key>
			<value type="tristate">n</value>
		</config>
	</conditions>
	<config>
		<key>DISALLOW_CONFIG_IKHEADERS_IS_N</key>
		<value type="bool">y</value>
	</config>
</group>