Lines Matching full:abi
300 prompt "Kernel ABI"
303 Select ABI for the kernel code. This ABI is independent of the
304 supported userspace ABI and any combination of the
305 kernel/userspace ABI is possible and should work.
307 In case both kernel and userspace support only call0 ABI
311 If unsure, choose the default ABI.
314 bool "Default ABI"
316 Select this option to compile kernel code with the default ABI
318 Normally cores with windowed registers option use windowed ABI and
319 cores without it use call0 ABI.
322 bool "Call0 ABI" if CC_HAVE_CALL0_ABI
324 Select this option to compile kernel code with call0 ABI even with
325 toolchain that defaults to windowed ABI.
326 When this option is not selected the default toolchain ABI will
335 prompt "Userspace ABI"
338 Select supported userspace ABI.
340 If unsure, choose the default ABI.
343 bool "Default ABI only"
345 Assume default userspace ABI. For XEA2 cores it is windowed ABI.
346 call0 ABI binaries may be run on such kernel, but signal delivery
350 bool "Call0 ABI only"
353 Select this option to support only call0 ABI in userspace.
354 Windowed ABI binaries will crash with a segfault caused by
358 built with call0 ABI.
361 bool "Support both windowed and call0 ABI by probing"