summaryrefslogtreecommitdiff
path: root/target/Config.in.ppc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-19 16:16:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-19 16:16:43 +0100
commit8e057f22cef9225fb3bd627aebe762e8e5b15f0b (patch)
treedf21119484a282e3c85e5efcb15a924eb7e520fe /target/Config.in.ppc
parentb7a4fdd5b215632dc2fdf7c16711e9effd1d9a7a (diff)
parentde0e6feb779c1d4779a41761cf2f32d61f421260 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/Config.in.ppc')
-rw-r--r--target/Config.in.ppc16
1 files changed, 16 insertions, 0 deletions
diff --git a/target/Config.in.ppc b/target/Config.in.ppc
new file mode 100644
index 000000000..491891722
--- /dev/null
+++ b/target/Config.in.ppc
@@ -0,0 +1,16 @@
+choice
+depends on ADK_LINUX_PPC
+prompt "Hardware model"
+
+config ADK_HARDWARE_GENERIC_PPC
+ bool "Generic ppc system"
+ help
+ Generic ppc system.
+
+config ADK_HARDWARE_GENERIC_PPC_TOOLCHAIN
+ bool "ppc toolchain"
+ select ADK_TOOLCHAIN_ONLY
+ help
+ ppc toolchain.
+
+endchoice