diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/init/Kconfig b/init/Kconfig index f8f6929d8f25..9bdd5492a95b 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -230,9 +230,7 @@ source "usr/Kconfig" | |||
230 | 230 | ||
231 | config UID16 | 231 | config UID16 |
232 | bool "Enable 16-bit UID system calls" if EMBEDDED | 232 | bool "Enable 16-bit UID system calls" if EMBEDDED |
233 | depends !ALPHA && !PPC && !PPC64 && !PARISC && !V850 && !ARCH_S390X | 233 | depends on ARM || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) |
234 | depends !X86_64 || IA32_EMULATION | ||
235 | depends !SPARC64 || SPARC32_COMPAT | ||
236 | default y | 234 | default y |
237 | help | 235 | help |
238 | This enables the legacy 16-bit UID syscall wrappers. | 236 | This enables the legacy 16-bit UID syscall wrappers. |