2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
10 config FORCE_OPTIONS_FOR_ARCH
13 select ARCH_ANY_ENDIAN
14 select ARCH_HAS_UCONTEXT
15 select ARCH_HAS_DEPRECATED_SYSCALLS
16 select ARCH_VDSO_SUPPORT
20 default CONFIG_MIPS_O32_ABI
22 This is the ABI you wish to build use. Choose either O32, N32
25 config CONFIG_MIPS_O32_ABI
28 config CONFIG_MIPS_N32_ABI
31 config CONFIG_MIPS_N64_ABI
37 prompt "Target NAN Encoding"
38 default CONFIG_MIPS_NAN_LEGACY
40 This is the NAN Encoding you want to use. Chose either Legacy
43 config CONFIG_MIPS_NAN_LEGACY
46 config CONFIG_MIPS_NAN_2008
51 config UCLIBC_USE_MIPS_PREFETCH
52 bool "Use MIPS prefetch optimization for memcpy/memset"
55 You get better performance when you use Prefetch.
56 https://gcc.gnu.org/projects/prefetch.html#mips