aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index ce034ad4a162..9d76b99af1b9 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1313,6 +1313,16 @@ config UID16
1313 help 1313 help
1314 This enables the legacy 16-bit UID syscall wrappers. 1314 This enables the legacy 16-bit UID syscall wrappers.
1315 1315
1316config SGETMASK_SYSCALL
1317 bool "sgetmask/ssetmask syscalls support" if EXPERT
1318 def_bool PARISC || MN10300 || BLACKFIN || M68K || PPC || MIPS || X86 || SPARC || CRIS || MICROBLAZE || SUPERH
1319 ---help---
1320 sys_sgetmask and sys_ssetmask are obsolete system calls
1321 no longer supported in libc but still enabled by default in some
1322 architectures.
1323
1324 If unsure, leave the default option here.
1325
1316config SYSFS_SYSCALL 1326config SYSFS_SYSCALL
1317 bool "Sysfs syscall support" if EXPERT 1327 bool "Sysfs syscall support" if EXPERT
1318 default y 1328 default y