diff options
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. + |