diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 7ce952052947..ebe04f56d834 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -356,7 +356,7 @@ menuconfig EMBEDDED | |||
356 | 356 | ||
357 | config UID16 | 357 | config UID16 |
358 | bool "Enable 16-bit UID system calls" if EMBEDDED | 358 | bool "Enable 16-bit UID system calls" if EMBEDDED |
359 | depends on ARM || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) | 359 | depends on ARM || BFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && SPARC32_COMPAT) || UML || (X86_64 && IA32_EMULATION) |
360 | default y | 360 | default y |
361 | help | 361 | help |
362 | This enables the legacy 16-bit UID syscall wrappers. | 362 | This enables the legacy 16-bit UID syscall wrappers. |