aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 899e46eec1b2..d2d72704f875 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -257,6 +257,9 @@ config CC_OPTIMIZE_FOR_SIZE
257 257
258 If unsure, say N. 258 If unsure, say N.
259 259
260config SYSCTL
261 bool
262
260menuconfig EMBEDDED 263menuconfig EMBEDDED
261 bool "Configure standard kernel features (for small systems)" 264 bool "Configure standard kernel features (for small systems)"
262 help 265 help
@@ -272,11 +275,8 @@ config UID16
272 help 275 help
273 This enables the legacy 16-bit UID syscall wrappers. 276 This enables the legacy 16-bit UID syscall wrappers.
274 277
275config SYSCTL
276 bool
277
278config SYSCTL_SYSCALL 278config SYSCTL_SYSCALL
279 bool "Sysctl syscall support" 279 bool "Sysctl syscall support" if EMBEDDED
280 default n 280 default n
281 select SYSCTL 281 select SYSCTL
282 ---help--- 282 ---help---
@@ -285,11 +285,11 @@ config SYSCTL_SYSCALL
285 and use. The interface in /proc/sys is now the primary and what 285 and use. The interface in /proc/sys is now the primary and what
286 everyone uses. 286 everyone uses.
287 287
288 Nothing has been using the binary sysctl interface for some time 288 Nothing has been using the binary sysctl interface for some
289 time now so nothing should break if you disable sysctl syscall 289 time now so nothing should break if you disable sysctl syscall
290 support, and you kernel will get marginally smaller. 290 support, and your kernel will get marginally smaller.
291 291
292 Unless you have an application that uses the sys_syscall interface 292 Unless you have an application that uses the sys_sysctl interface
293 you should probably say N here. 293 you should probably say N here.
294 294
295config KALLSYMS 295config KALLSYMS