summaryrefslogtreecommitdiff
path: root/target/Config.in.mips64
diff options
context:
space:
mode:
Diffstat (limited to 'target/Config.in.mips64')
-rw-r--r--target/Config.in.mips6417
1 files changed, 17 insertions, 0 deletions
diff --git a/target/Config.in.mips64 b/target/Config.in.mips64
new file mode 100644
index 000000000..1dc8061e5
--- /dev/null
+++ b/target/Config.in.mips64
@@ -0,0 +1,17 @@
+choice
+depends on ADK_LINUX_MIPS64
+prompt "Hardware model"
+
+config ADK_HARDWARE_GENERIC_MIPS64
+ bool "Generic mips64 system"
+ help
+ Generic mips64 system.
+
+config ADK_HARDWARE_GENERIC_MIPS64_TOOLCHAIN
+ bool "mips64 toolchain"
+ select ADK_TOOLCHAIN_ONLY
+ help
+ mips64 toolchain.
+
+endchoice
+