summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-15 23:54:56 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-15 23:54:56 -0600
commit42e9e0a0406473a9b017342eaffc03c85f9bb51b (patch)
tree6be5142b3c75cbdb598ff777e8d52ad4bff895da /extra
parent6007a0d8e829c5f6ff79034c3101c214766dc3d2 (diff)
parent673c426bfbe58ee626d346b13365b73712f961ba (diff)
merge uClibc upstream changes
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.mips15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips
index 4d30d31d2..76b10c662 100644
--- a/extra/Configs/Config.mips
+++ b/extra/Configs/Config.mips
@@ -33,6 +33,21 @@ config CONFIG_MIPS_N64_ABI
endchoice
choice
+ prompt "Target NAN Encoding"
+ default CONFIG_MIPS_NAN_LEGACY
+ help
+ This is the NAN Encoding you want to use. Chose either Legacy
+ or 2008.
+
+config CONFIG_MIPS_NAN_LEGACY
+ bool "LEGACY"
+
+config CONFIG_MIPS_NAN_2008
+ bool "2008"
+
+endchoice
+
+choice
prompt "Target Processor Architecture"
default CONFIG_MIPS_ISA_1 if CONFIG_MIPS_O32_ABI
default CONFIG_MIPS_ISA_3 if CONFIG_MIPS_N32_ABI