aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-04-26 06:17:12 -0400
committerDavid S. Miller <davem@davemloft.net>2008-04-27 00:41:19 -0400
commit09337f501ebdd224cd69df6d168a5c4fe75d86fa (patch)
tree65d174814752d6df5733023ebb089f4a901e4971 /arch/sparc64/Kconfig
parent05d515ef3d14eb95ffe9239ec1b8a03b24fa8469 (diff)
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/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index d3fa0f8fc613..edbe71e3fab9 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -348,15 +348,8 @@ menu "Executable file formats"
348 348
349source "fs/Kconfig.binfmt" 349source "fs/Kconfig.binfmt"
350 350
351config SPARC32_COMPAT
352 bool "Kernel support for 32-bit SPARC binary compatibility"
353 help
354 This allows you to run 32-bit binaries on your 64-bit SPARC system.
355 Everybody wants this; say Y.
356
357config COMPAT 351config COMPAT
358 bool 352 bool
359 depends on SPARC32_COMPAT
360 default y 353 default y
361 select COMPAT_BINFMT_ELF 354 select COMPAT_BINFMT_ELF
362 355