From 96469d9a078d67af6e66f9bee068371e2e2d9918 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 14 May 2016 02:18:57 +0200 Subject: some basic qemu nios2 support --- target/nios2/systems/qemu-nios2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/nios2/systems/qemu-nios2 (limited to 'target/nios2/systems') diff --git a/target/nios2/systems/qemu-nios2 b/target/nios2/systems/qemu-nios2 new file mode 100644 index 000000000..97cfe6821 --- /dev/null +++ b/target/nios2/systems/qemu-nios2 @@ -0,0 +1,8 @@ +config ADK_TARGET_SYSTEM_QEMU_NIOS2 + bool "Qemu Emulator" + select ADK_TARGET_QEMU + select ADK_TARGET_CPU_NIOS2 + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Qemu support for NIOS2 architecture. + -- cgit v1.2.3