summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 9d8261267..8d4a7957f 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -31,7 +31,7 @@ endchoice
choice
prompt "Target Kernel"
-depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG
+depends on ADK_TARGET_SYSTEM_LEMOTE_YEELONG || ADK_TARGET_SYSTEM_QEMU_MIPS64
config ADK_TARGET_KERNEL64
boolean "64 Bit Kernel"
@@ -337,6 +337,12 @@ config ADK_CPU_XSCALE
config ADK_CPU_M68K
boolean
+config ADK_CPU_MIPS32
+ boolean
+
+config ADK_CPU_MIPS64
+ boolean
+
config ADK_TARGET_CPU_ARCH
string
default "x86_64" if ADK_CPU_X86_64