aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index af6c7f8ba019..8bfda465df2d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1153,7 +1153,8 @@ menuconfig EXPERT
1153 1153
1154config UID16 1154config UID16
1155 bool "Enable 16-bit UID system calls" if EXPERT 1155 bool "Enable 16-bit UID system calls" if EXPERT
1156 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) 1156 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) \
1157 || AARCH32_EMULATION
1157 default y 1158 default y
1158 help 1159 help
1159 This enables the legacy 16-bit UID syscall wrappers. 1160 This enables the legacy 16-bit UID syscall wrappers.