diff options
author | David S. Miller <davem@davemloft.net> | 2008-04-26 10:17:12 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-27 04:41:19 (GMT) |
commit | 09337f501ebdd224cd69df6d168a5c4fe75d86fa (patch) | |
tree | 65d174814752d6df5733023ebb089f4a901e4971 /arch/sparc64/Kconfig | |
parent | 05d515ef3d14eb95ffe9239ec1b8a03b24fa8469 (diff) | |
download | linux-09337f501ebdd224cd69df6d168a5c4fe75d86fa.tar.xz |
sparc64: Kill CONFIG_SPARC32_COMPAT
It's completely superfluous, CONFIG_COMPAT is sufficient.
What this used to be is an umbrella for enabling code shared
by all 32-bit compat binary support types. But with the
removal of SunOS and Solaris support, the only one left is
Linux 32-bit ELF.
Update defconfig.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index d3fa0f8..edbe71e 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig @@ -348,15 +348,8 @@ menu "Executable file formats" source "fs/Kconfig.binfmt" -config SPARC32_COMPAT - bool "Kernel support for 32-bit SPARC binary compatibility" - help - This allows you to run 32-bit binaries on your 64-bit SPARC system. - Everybody wants this; say Y. - config COMPAT bool - depends on SPARC32_COMPAT default y select COMPAT_BINFMT_ELF |