summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.binfmt')
-rw-r--r--target/config/Config.in.binfmt18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
new file mode 100644
index 000000000..6cd2c4b6b
--- /dev/null
+++ b/target/config/Config.in.binfmt
@@ -0,0 +1,18 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+choice
+prompt "Binary Format"
+depends on ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN
+
+config ADK_TARGET_BINFMT_ELF
+ bool "ELF"
+
+config ADK_TARGET_BINFMT_FDPIC
+ bool "FDPIC"
+ depends on ADK_TARGET_ARCH_BFIN
+
+config ADK_TARGET_BINFMT_FLAT
+ bool "FLAT"
+
+endchoice