diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 18:20:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 18:20:18 +0100 |
commit | 6713bcc9630b526608fdbda6658d07dd157d0e7b (patch) | |
tree | 63e6bfd9ec762781e8f13a24b7094d18f9653e0a /target/config | |
parent | a661401986a5e51920eb093ea5cc10743a491f9e (diff) | |
parent | 519d88693ecc99618a0e87b480e47980fe2150d1 (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" |