X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=fs%2FKconfig.binfmt;h=4a551af6f3fc956ffc4032e4c79d16c3b61294df;hb=7c44319dc6deb0028ef7811670bf1e4bc6644672;hp=175b2e8177c13690719ea26e61e6851183430e15;hpb=0d078f6f96809c95c69b99d6605a502b0ac63d3d;p=safe%2Fjmp%2Flinux-2.6 diff --git a/fs/Kconfig.binfmt b/fs/Kconfig.binfmt index 175b2e8..4a551af 100644 --- a/fs/Kconfig.binfmt +++ b/fs/Kconfig.binfmt @@ -1,6 +1,6 @@ config BINFMT_ELF bool "Kernel support for ELF binaries" - depends on MMU + depends on MMU && (BROKEN || !FRV) default y ---help--- ELF (Executable and Linkable Format) is a format for libraries and @@ -23,10 +23,14 @@ config BINFMT_ELF ld.so (check the file for location and latest version). +config COMPAT_BINFMT_ELF + bool + depends on COMPAT && MMU + config BINFMT_ELF_FDPIC bool "Kernel support for FDPIC ELF binaries" default y - depends on FRV + depends on (FRV || BLACKFIN || (SUPERH32 && !MMU)) help ELF FDPIC binaries are based on ELF, but allow the individual load segments of a binary to be located in memory independently of each @@ -37,8 +41,8 @@ config BINFMT_ELF_FDPIC It is also possible to run FDPIC ELF binaries on MMU linux also. config BINFMT_FLAT - tristate "Kernel support for flat binaries" - depends on !MMU || SUPERH + bool "Kernel support for flat binaries" + depends on !MMU && (!FRV || BROKEN) help Support uClinux FLAT format binaries. @@ -57,7 +61,8 @@ config BINFMT_SHARED_FLAT config BINFMT_AOUT tristate "Kernel support for a.out and ECOFF binaries" - depends on X86_32 || ALPHA || ARM || M68K || SPARC32 + depends on ARCH_SUPPORTS_AOUT && \ + (X86_32 || ALPHA || ARM || M68K) ---help--- A.out (Assembler.OUTput) is a set of formats for libraries and executables used in the earliest versions of UNIX. Linux used