summaryrefslogtreecommitdiff
path: root/target/ppc/systems/apple-macmini
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2018-06-09 12:25:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2018-06-10 07:18:36 +0200
commit4268d0812d7c3287d39bea1e588ee5d9c45e8972 (patch)
treeaa053667a1db01295eaead91055fa8eb12ec59d0 /target/ppc/systems/apple-macmini
parent8ae0ee8bec214f0c5b5922000ebc07588067588b (diff)
allow apple mac mini to netboot
Diffstat (limited to 'target/ppc/systems/apple-macmini')
-rw-r--r--target/ppc/systems/apple-macmini13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/ppc/systems/apple-macmini b/target/ppc/systems/apple-macmini
new file mode 100644
index 000000000..c1652ee52
--- /dev/null
+++ b/target/ppc/systems/apple-macmini
@@ -0,0 +1,13 @@
+config ADK_TARGET_SYSTEM_APPLE_MACMINI
+ bool "Apple Mac mini"
+ select ADK_TARGET_CPU_PPC_7400
+ select ADK_TARGET_WITH_PCI
+ select ADK_TARGET_WITH_NET
+ select ADK_TARGET_WITH_NETDEVICE
+ select ADK_TARGET_WITH_BLOCK
+ select ADK_TARGET_WITH_VGA
+ select ADK_TARGET_WITH_USB
+ select ADK_TARGET_KERNEL_WITH_COMPRESSION
+ help
+ Support for Apple Mac mini.
+