diff options
author | David S. Miller <davem@davemloft.net> | 2008-04-26 03:17:12 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-26 21:41:19 -0700 |
commit | 09337f501ebdd224cd69df6d168a5c4fe75d86fa (patch) | |
tree | 65d174814752d6df5733023ebb089f4a901e4971 /init | |
parent | 05d515ef3d14eb95ffe9239ec1b8a03b24fa8469 (diff) | |
download | linux-09337f501ebdd224cd69df6d168a5c4fe75d86fa.tar.bz2 |
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 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index ba3a389fab94..f1f22db74d5a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -521,7 +521,7 @@ menuconfig EMBEDDED config UID16 bool "Enable 16-bit UID system calls" if EMBEDDED - depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) + depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) default y help This enables the legacy 16-bit UID syscall wrappers. |