summaryrefslogtreecommitdiff
path: root/target/m68k/systems/qemu-m68k-q800
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-09-02 15:52:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-09-02 15:55:11 +0200
commit1f94ff184c4fc6d74b8147370600e29a71415729 (patch)
treec2afec72181046f62cdef0521c1e1815db357f8e /target/m68k/systems/qemu-m68k-q800
parent05374459533dd3d3a8e2bdfa5c68a791a893e290 (diff)
refactor kernel mini.config.
We do not need to manually set mini.config file anymore. Every target system, even Qemu emulating different models get it its own. Cleaner and simpler to add new targets.
Diffstat (limited to 'target/m68k/systems/qemu-m68k-q800')
-rw-r--r--target/m68k/systems/qemu-m68k-q8008
1 files changed, 8 insertions, 0 deletions
diff --git a/target/m68k/systems/qemu-m68k-q800 b/target/m68k/systems/qemu-m68k-q800
new file mode 100644
index 000000000..26e5e0b2a
--- /dev/null
+++ b/target/m68k/systems/qemu-m68k-q800
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_QEMU_M68K_Q800
+ bool "Qemu M68K (Q800)"
+ select ADK_TARGET_QEMU
+ select ADK_CPU_68040
+ select ADK_TARGET_KERNEL_ZIMAGE
+ help
+ Support for Qemu Emulator with M68K architecture (Q800).
+