1<kernel minlts="4.19.191" /> 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_CP15_BARRIER_EMULATION</key> 52 <value type="bool">y</value> 53 </config> 54 <config> 55 <key>CONFIG_SETEND_EMULATION</key> 56 <value type="bool">y</value> 57 </config> 58 <config> 59 <key>CONFIG_SWP_EMULATION</key> 60 <value type="bool">y</value> 61 </config> 62 <config> 63 <key>CONFIG_BPF_JIT_ALWAYS_ON</key> 64 <value type="bool">y</value> 65 </config> 66</group> 67 68<!-- x86 base requirements --> 69<group> 70 <conditions> 71 <config> 72 <key>CONFIG_X86</key> 73 <value type="bool">y</value> 74 </config> 75 </conditions> 76 <config> 77 <key>CONFIG_DEVKMEM</key> 78 <value type="bool">n</value> 79 </config> 80 <config> 81 <key>CONFIG_PAGE_TABLE_ISOLATION</key> 82 <value type="bool">y</value> 83 </config> 84 <config> 85 <key>CONFIG_RETPOLINE</key> 86 <value type="bool">y</value> 87 </config> 88 <config> 89 <key>CONFIG_BPF_JIT_ALWAYS_ON</key> 90 <value type="bool">y</value> 91 </config> 92</group> 93 94<!-- CONFIG_ACPI || CONFIG_OF --> 95<group> 96 <conditions> 97 <config> 98 <key>CONFIG_ACPI</key> 99 <value type="bool">n</value> 100 </config> 101 </conditions> 102 <config> 103 <key>CONFIG_OF</key> 104 <value type="bool">y</value> 105 </config> 106</group> 107<group> 108 <conditions> 109 <config> 110 <key>CONFIG_OF</key> 111 <value type="bool">n</value> 112 </config> 113 </conditions> 114 <config> 115 <key>CONFIG_ACPI</key> 116 <value type="bool">y</value> 117 </config> 118</group> 119 120<!-- EXT4 requirements --> 121<group> 122 <conditions> 123 <config> 124 <key>CONFIG_EXT4_FS</key> 125 <value type="bool">y</value> 126 </config> 127 </conditions> 128 <config> 129 <key>CONFIG_EXT4_FS_POSIX_ACL</key> 130 <value type="bool">y</value> 131 </config> 132</group> 133 134<!-- F2FS requirements --> 135<group> 136 <conditions> 137 <config> 138 <key>CONFIG_F2FS_FS</key> 139 <value type="bool">y</value> 140 </config> 141 </conditions> 142 <config> 143 <key>CONFIG_F2FS_FS_POSIX_ACL</key> 144 <value type="bool">y</value> 145 </config> 146</group> 147