diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 16:07:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 16:07:38 +0200 |
commit | c813b0fb68fb1e0eb10cb9d9dc559b4d9960192b (patch) | |
tree | ac4aaff0123feada879379905f0a08013006dcfe /target/config | |
parent | 8920707b021150482ceea48f5af7cde46aa739f1 (diff) |
add basic support for qemu-mips64
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 |