blob: 835741934a9412a40b7a6a9d5eb6b17bd362c86d (
plain)
1
2
3
4
5
6
7
8
9
|
config ADK_TARGET_SYSTEM_QEMU_PPC
bool "Qemu Emulator"
select ADK_ppc
select ADK_qemu_ppc
select ADK_CPU_PPC
select ADK_TARGET_QEMU
help
Support for Qemu Emulator PPC architecture.
|