diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 17:20:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-09-20 17:20:08 +0200 |
commit | 059e14579d5783a322d4e985e08eaaca408607bc (patch) | |
tree | 30465383a501ef8585b80609d8ea45947f92bddf /target/config | |
parent | 4d50bcbbb8223abaf2f10b0879e96e18160f5d83 (diff) | |
parent | e1e592c0b31a381ae5ea65606e2ae72d7582d0ca (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 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 |