From d22723861bcaa57dfba5d7242e6eb8b6d47be444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 16 Jun 2008 07:15:33 +0000 Subject: elf2flt: only allow it to be selected on supported archs --- toolchain/elf2flt/Config.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'toolchain/elf2flt') 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 -- cgit v1.2.3