diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 22640d280..270ae8de5 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 |