diff options
author | David S. Miller <davem@davemloft.net> | 2008-02-08 03:08:10 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-08 03:08:10 -0500 |
commit | 48c946a482661d8466cd24bae5df749147ff1b1d (patch) | |
tree | 5a393ae83101fab3ef69b448effbfcc5406a48ea /arch/sparc64/Kconfig | |
parent | 2ba85f3a58441dda35c62f0bc24e0dc3de432a88 (diff) |
[SPARC64]: Make use of the new fs/compat_binfmt_elf.c
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index a8c6366f05a1..565404ddcdc4 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig | |||
@@ -380,13 +380,7 @@ config COMPAT | |||
380 | bool | 380 | bool |
381 | depends on SPARC32_COMPAT | 381 | depends on SPARC32_COMPAT |
382 | default y | 382 | default y |
383 | 383 | select COMPAT_BINFMT_ELF | |
384 | config BINFMT_ELF32 | ||
385 | bool "Kernel support for 32-bit ELF binaries" | ||
386 | depends on SPARC32_COMPAT | ||
387 | help | ||
388 | This allows you to run 32-bit Linux/ELF binaries on your Ultra. | ||
389 | Everybody wants this; say Y. | ||
390 | 384 | ||
391 | config BINFMT_AOUT32 | 385 | config BINFMT_AOUT32 |
392 | bool "Kernel support for 32-bit (ie. SunOS) a.out binaries" | 386 | bool "Kernel support for 32-bit (ie. SunOS) a.out binaries" |