All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Make sysctl obligatory except under CONFIG_EMBEDDED
@ 2006-05-29 23:34 H. Peter Anvin
  2006-05-30  1:07 ` Bernd Eckenfels
  0 siblings, 1 reply; 3+ messages in thread
From: H. Peter Anvin @ 2006-05-29 23:34 UTC (permalink / raw)
  To: akpm, linux-kernel

From: H. Peter Anvin <hpa@zytor.com>

This patch makes sysctl non-optional unless EMBEDDED is set.  There
are a number of interfaces exposed via sysctl, enough that it has to
be considered core kernel functionality at this point.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>

diff --git a/init/Kconfig b/init/Kconfig
index 3b36a1d..9087910 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -151,7 +151,8 @@ config BSD_PROCESS_ACCT_V3
 	  at <http://www.physik3.uni-rostock.de/tim/kernel/utils/acct/>.
 
 config SYSCTL
-	bool "Sysctl support"
+	bool "Sysctl support" if EMBEDDED
+	default y
 	---help---
 	  The sysctl interface provides a means of dynamically changing
 	  certain kernel parameters and variables on the fly without requiring

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-30 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-29 23:34 [PATCH] Make sysctl obligatory except under CONFIG_EMBEDDED H. Peter Anvin
2006-05-30  1:07 ` Bernd Eckenfels
2006-05-30 10:49   ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.