diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 20:47:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-07 20:47:37 +0100 |
commit | f04afc39aa98f84229d4fe0820ddc5349bb18b08 (patch) | |
tree | 17ddcfb50485fe02e69fb31b26e6cfe7216a5a30 /target/config | |
parent | 5f3c1c3b4c75409070f8a0f32b27650ef4d39864 (diff) | |
parent | b8a5f39cf7e72bc8e25bfbce24c0820ad43f0721 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 78e086a29..d0183fdbb 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -160,6 +160,8 @@ config ADK_TARGET_KERNEL_MINICONFIG default "qemu-mips64el" if ADK_TARGET_SYSTEM_QEMU_MIPS64EL default "qemu-ppc" if ADK_TARGET_SYSTEM_QEMU_PPC default "qemu-ppc64" if ADK_TARGET_SYSTEM_QEMU_PPC64 + default "qemu-sparc" if ADK_TARGET_SYSTEM_QEMU_SPARC + default "qemu-i686" if ADK_TARGET_SYSTEM_QEMU_I686 choice prompt "Qemu MICROBLAZE Emulation" |