aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2006-10-01 02:28:13 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-10-01 03:39:25 -0400
commit0847062ad57e6d2d77875104d66f413a89769809 (patch)
tree1a426022cff23084b47fb148d59319928b95dc27 /init
parent1713e903c680de4934837689abecc5df02f463ac (diff)
[PATCH] fix EMBEDDED + SYSCTL menu
SYSCTL should still depend on EMBEDDED. This unbreaks the EMBEDDED menu (from the recent SYSCTL_SYCALL menu option patch). Fix typos in new SYSCTL_SYSCALL menu. Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init')
-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