blob: 2dfc09ca67bb903332a1842988ad7911a7312e84 (
plain)
1
2
3
4
5
6
7
8
9
|
config ADK_TARGET_SYSTEM_QEMU_MIPS
bool "Qemu Emulator"
select ADK_mips
select ADK_qemu_mips
select ADK_TARGET_QEMU
select ADK_TARGET_KERNEL_VMLINUZ
help
Qemu support for MIPS architecture.
|