summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Config.in b/arch/Config.in
index 3bac18771..c05e5d7e8 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -254,7 +254,7 @@ config BR2_ARCH_HAS_ATOMICS
# Set up target binary format
choice
prompt "Target Binary Format"
- depends on BR2_bfin || BR2_m68k
+ default BR2_BINFMT_ELF if !(BR2_bfin || BR2_m68k)
default BR2_BINFMT_FDPIC if BR2_bfin
default BR2_BINFMT_FLAT if BR2_m68k