summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-16 07:15:33 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-16 07:15:33 +0000
commitd22723861bcaa57dfba5d7242e6eb8b6d47be444 (patch)
tree0b3f5974e14c65b6757bf1b4293088d68830fae4 /toolchain/elf2flt
parent37b778b71cb684e4013aaf7c823dc36999367cd6 (diff)
elf2flt: only allow it to be selected on supported archs
Diffstat (limited to 'toolchain/elf2flt')
-rw-r--r--toolchain/elf2flt/Config.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/toolchain/elf2flt/Config.in b/toolchain/elf2flt/Config.in
index e3a716e86..0bc7cb37b 100644
--- a/toolchain/elf2flt/Config.in
+++ b/toolchain/elf2flt/Config.in
@@ -1,8 +1,6 @@
-comment "elf2flt"
-
config BR2_ELF2FLT
bool "Enable elf2flt support?"
- depends !BR2_alpha && !BR2_x86_64
+ depends on BR2_arm || BR2_sh || BR2_sparc
default n
help
uCLinux uses a Binary Flat format commonly known as BFLT. It