blob: a0ff6ada8a9d7345e8028bc595f820ab4d2388f2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
config ADK_TARGET_SYSTEM_QEMU_PPC64
bool "Qemu Emulator"
select ADK_ppc64
select ADK_qemu_ppc64
select ADK_CPU_PPC64
select ADK_LINUX_64
select ADK_TARGET_QEMU
help
Support for Qemu Emulator PPC64 architecture.
|