diff options
Diffstat (limited to 'target/kvx/systems/qemu-kvx')
-rw-r--r-- | target/kvx/systems/qemu-kvx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/kvx/systems/qemu-kvx b/target/kvx/systems/qemu-kvx new file mode 100644 index 000000000..86342a086 --- /dev/null +++ b/target/kvx/systems/qemu-kvx @@ -0,0 +1,7 @@ +config ADK_TARGET_SYSTEM_QEMU_KVX + bool "Qemu Emulator" + select ADK_TARGET_QEMU + select ADK_TARGET_CPU_KVX + help + Support for Qemu Emulator KVX architecture. + |