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