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
19 default CONFIG_MIPS_O32_ABI
21 This is the ABI you wish to build use. Choose either O32, N32
24 config CONFIG_MIPS_O32_ABI
27 config CONFIG_MIPS_N32_ABI
30 config CONFIG_MIPS_N64_ABI
36 prompt "Target NAN Encoding"
37 default CONFIG_MIPS_NAN_LEGACY
39 This is the NAN Encoding you want to use. Chose either Legacy
42 config CONFIG_MIPS_NAN_LEGACY
45 config CONFIG_MIPS_NAN_2008
50 config UCLIBC_USE_MIPS_PREFETCH
51 bool "Use MIPS prefetch optimization for memcpy/memset"
54 You get better performance when you use Prefetch.
55 https://gcc.gnu.org/projects/prefetch.html#mips