summaryrefslogtreecommitdiff
path: root/target/ppc/systems/qemu-ppc-macppc
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/ppc/systems/qemu-ppc-macppc
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/ppc/systems/qemu-ppc-macppc')
-rw-r--r--target/ppc/systems/qemu-ppc-macppc8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/ppc/systems/qemu-ppc-macppc b/target/ppc/systems/qemu-ppc-macppc
new file mode 100644
index 000000000..2e9ba1a4f
--- /dev/null
+++ b/target/ppc/systems/qemu-ppc-macppc
@@ -0,0 +1,8 @@
+config ADK_TARGET_SYSTEM_QEMU_PPC_MACPPC
+ bool "Qemu Emulator (MAC-PPC)"
+ select ADK_TARGET_QEMU
+ select ADK_CPU_PPC
+ select ADK_TARGET_CPU_WITH_FPU
+ help
+ Support for Qemu Emulator PPC architecture (MAC-PPC).
+