summaryrefslogtreecommitdiff
path: root/target/kvx/systems/qemu-kvx
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-02-09 14:56:02 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-02-09 15:17:54 +0100
commitd99ad35f684fd52f716e903a9111a25d512bc82d (patch)
treea78666d40ab7b1449df7340044fe8685f5d29828 /target/kvx/systems/qemu-kvx
parent3fe39f9a1a9ddd433d1225ea14e9953a6470bbad (diff)
kvx: add qemu support
Diffstat (limited to 'target/kvx/systems/qemu-kvx')
-rw-r--r--target/kvx/systems/qemu-kvx7
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.
+