]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/Kconfig.binfmt
[SCSI] 3w-xxxx: remove unnecessary local_irq_save/restore for scsi sg copy API
[linux-2.6-omap-h63xx.git] / fs / Kconfig.binfmt
index 4a551af6f3fc956ffc4032e4c79d16c3b61294df..801db1341811d6eace2732c7238bfd9190ffff1f 100644 (file)
@@ -25,7 +25,7 @@ config BINFMT_ELF
 
 config COMPAT_BINFMT_ELF
        bool
-       depends on COMPAT && MMU
+       depends on COMPAT && BINFMT_ELF
 
 config BINFMT_ELF_FDPIC
        bool "Kernel support for FDPIC ELF binaries"
@@ -59,10 +59,12 @@ config BINFMT_SHARED_FLAT
        help
          Support FLAT shared libraries
 
+config HAVE_AOUT
+       def_bool n
+
 config BINFMT_AOUT
        tristate "Kernel support for a.out and ECOFF binaries"
-       depends on ARCH_SUPPORTS_AOUT && \
-               (X86_32 || ALPHA || ARM || M68K)
+       depends on HAVE_AOUT
        ---help---
          A.out (Assembler.OUTput) is a set of formats for libraries and
          executables used in the earliest versions of UNIX.  Linux used