summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binfmt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-04 17:35:51 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-04 17:36:36 -0600
commit17558e836e59c9f9835a5fc832b6b86f7035d676 (patch)
tree3e031fa6d0865c97c3a00e3eef330ca2606adc92 /target/config/Config.in.binfmt
parentcbd2032b723edbde536f013a55eaf8139236b1ac (diff)
cleanup binfmt support, fix m68k build
Diffstat (limited to 'target/config/Config.in.binfmt')
-rw-r--r--target/config/Config.in.binfmt12
1 files changed, 2 insertions, 10 deletions
diff --git a/target/config/Config.in.binfmt b/target/config/Config.in.binfmt
index 3183d7b5d..88c875d84 100644
--- a/target/config/Config.in.binfmt
+++ b/target/config/Config.in.binfmt
@@ -7,27 +7,19 @@ depends on ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K || ADK_TARGET_ARCH_BFIN |
config ADK_TARGET_BINFMT_ELF
bool "ELF"
- depends on !ADK_TARGET_ARCH_C6X
- depends on !ADK_TARGET_ARCH_BFIN
- depends on !ADK_TARGET_ARCH_ARM
+ depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && !ADK_TARGET_UCLINUX
config ADK_TARGET_BINFMT_DSBT
bool "DSBT"
depends on ADK_TARGET_ARCH_C6X
- depends on !ADK_TARGET_ARCH_BFIN
- depends on !ADK_TARGET_ARCH_M68K
- depends on !ADK_TARGET_ARCH_ARM
config ADK_TARGET_BINFMT_FDPIC
bool "FDPIC"
depends on ADK_TARGET_ARCH_BFIN
- depends on !ADK_TARGET_ARCH_C6X
- depends on !ADK_TARGET_ARCH_ARM
config ADK_TARGET_BINFMT_FLAT
bool "FLAT"
- depends on !ADK_TARGET_ARCH_C6X
- depends on ADK_TARGET_ARCH_ARM && ADK_TARGET_UCLINUX
+ depends on (ADK_TARGET_ARCH_ARM || ADK_TARGET_ARCH_M68K) && ADK_TARGET_UCLINUX
endchoice