summaryrefslogtreecommitdiff
path: root/target/Config.in.ppc
diff options
context:
space:
mode:
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