aarch64: add hwcap header file
[uclibc-ng.git] / extra / Configs / Config.mips
blob8137d8be47967b7a1dd85efd8b155871213f9644
2 # For a description of the syntax of this configuration file,
3 # see extra/config/Kconfig-language.txt
6 config TARGET_ARCH
7         string
8         default "mips"
10 config FORCE_OPTIONS_FOR_ARCH
11         bool
12         default y
13         select ARCH_ANY_ENDIAN
14         select ARCH_HAS_UCONTEXT
15         select ARCH_HAS_DEPRECATED_SYSCALLS
17 choice
18         prompt "Target ABI"
19         default CONFIG_MIPS_O32_ABI
20         help
21           This is the ABI you wish to build use.  Choose either O32, N32
22           or N64.
24 config CONFIG_MIPS_O32_ABI
25         bool "O32 ABI"
27 config CONFIG_MIPS_N32_ABI
28         bool "N32 ABI"
30 config CONFIG_MIPS_N64_ABI
31         bool "N64 ABI"
33 endchoice
35 choice
36         prompt "Target NAN Encoding"
37         default CONFIG_MIPS_NAN_LEGACY
38         help
39           This is the NAN Encoding you want to use.  Chose either Legacy
40           or 2008.
42 config CONFIG_MIPS_NAN_LEGACY
43         bool "LEGACY"
45 config CONFIG_MIPS_NAN_2008
46         bool "2008"
48 endchoice
50 config UCLIBC_USE_MIPS_PREFETCH
51         bool "Use MIPS prefetch optimization for memcpy/memset"
52         default y
53         help
54           You get better performance when you use Prefetch.
55           https://gcc.gnu.org/projects/prefetch.html#mips