diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 18:10:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-18 18:10:19 +0100 |
commit | 46b2bb3001ce838ba2483a08418587d8a027f3a9 (patch) | |
tree | b2b618839b5afcc859fcb90556e6f199d9a9a10c /target/mips64el/sys-available/qemu-mips64el | |
parent | 88d3e6d6c572143bd95a589a44e30bfefd616b88 (diff) | |
parent | 902ee7e7b23751ca7a8264d36a837aa4aae12032 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/mips64el/sys-available/qemu-mips64el')
-rw-r--r-- | target/mips64el/sys-available/qemu-mips64el | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/mips64el/sys-available/qemu-mips64el b/target/mips64el/sys-available/qemu-mips64el new file mode 100644 index 000000000..47818f392 --- /dev/null +++ b/target/mips64el/sys-available/qemu-mips64el @@ -0,0 +1,14 @@ +config ADK_TARGET_SYSTEM_QEMU_MIPS64EL + bool "Qemu Emulator" + select ADK_mips64el + select ADK_qemu_mips64el + select ADK_LINUX_64 + select ADK_KERNEL_MIPS_MALTA + select ADK_HARDWARE_QEMU + select ADK_TARGET_WITH_VGA + select ADK_TARGET_WITH_INPUT + select ADK_TARGET_WITH_PCI + select ADK_TARGET_WITH_HDD + help + Qemu support for mips64 little endian architecture. + |