1<kernel minlts="5.4.61" /> 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_COMPAT</key> 48 <value type="bool">y</value> 49 </config> 50 <config> 51 <key>CONFIG_CFI_CLANG</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</group> 75 76<!-- x86 base requirements --> 77<group> 78 <conditions> 79 <config> 80 <key>CONFIG_X86</key> 81 <value type="bool">y</value> 82 </config> 83 </conditions> 84 <config> 85 <key>CONFIG_DEVKMEM</key> 86 <value type="bool">n</value> 87 </config> 88 <config> 89 <key>CONFIG_PAGE_TABLE_ISOLATION</key> 90 <value type="bool">y</value> 91 </config> 92 <config> 93 <key>CONFIG_RETPOLINE</key> 94 <value type="bool">y</value> 95 </config> 96 <config> 97 <key>CONFIG_BPF_JIT_ALWAYS_ON</key> 98 <value type="bool">y</value> 99 </config> 100</group> 101 102<!-- x86_64 base requirements --> 103<group> 104 <conditions> 105 <config> 106 <key>CONFIG_X86_64</key> 107 <value type="bool">y</value> 108 </config> 109 </conditions> 110 <config> 111 <key>CONFIG_CFI_CLANG</key> 112 <value type="bool">y</value> 113 </config> 114</group> 115 116<!-- CONFIG_ACPI || CONFIG_OF --> 117<group> 118 <conditions> 119 <config> 120 <key>CONFIG_ACPI</key> 121 <value type="bool">n</value> 122 </config> 123 </conditions> 124 <config> 125 <key>CONFIG_OF</key> 126 <value type="bool">y</value> 127 </config> 128</group> 129<group> 130 <conditions> 131 <config> 132 <key>CONFIG_OF</key> 133 <value type="bool">n</value> 134 </config> 135 </conditions> 136 <config> 137 <key>CONFIG_ACPI</key> 138 <value type="bool">y</value> 139 </config> 140</group> 141 142<!-- EXT4 requirements --> 143<group> 144 <conditions> 145 <config> 146 <key>CONFIG_EXT4_FS</key> 147 <value type="bool">y</value> 148 </config> 149 </conditions> 150 <config> 151 <key>CONFIG_EXT4_FS_POSIX_ACL</key> 152 <value type="bool">y</value> 153 </config> 154</group> 155 156<!-- F2FS requirements --> 157<group> 158 <conditions> 159 <config> 160 <key>CONFIG_F2FS_FS</key> 161 <value type="bool">y</value> 162 </config> 163 </conditions> 164 <config> 165 <key>CONFIG_F2FS_FS_POSIX_ACL</key> 166 <value type="bool">y</value> 167 </config> 168</group> 169