Skip to content

Commit

Permalink
[PATCH] fix EMBEDDED + SYSCTL menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 1, 2006
1 parent 1713e90 commit 0847062
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ config CC_OPTIMIZE_FOR_SIZE

If unsure, say N.

config SYSCTL
bool

menuconfig EMBEDDED
bool "Configure standard kernel features (for small systems)"
help
Expand All @@ -272,11 +275,8 @@ config UID16
help
This enables the legacy 16-bit UID syscall wrappers.

config SYSCTL
bool

config SYSCTL_SYSCALL
bool "Sysctl syscall support"
bool "Sysctl syscall support" if EMBEDDED
default n
select SYSCTL
---help---
Expand All @@ -285,11 +285,11 @@ config SYSCTL_SYSCALL
and use. The interface in /proc/sys is now the primary and what
everyone uses.

Nothing has been using the binary sysctl interface for some time
Nothing has been using the binary sysctl interface for some
time now so nothing should break if you disable sysctl syscall
support, and you kernel will get marginally smaller.
support, and your kernel will get marginally smaller.

Unless you have an application that uses the sys_syscall interface
Unless you have an application that uses the sys_sysctl interface
you should probably say N here.

config KALLSYMS
Expand Down

0 comments on commit 0847062

Please sign in to comment.