mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Kconfig:  Remove top level menu "Code maturity level options"
@ 2007-07-21  3:58 Al Boldi
  2007-07-23 23:58 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Al Boldi @ 2007-07-21  3:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton


This patch removes the top level menu "Code maturity level options", and 
moves its options into menu "General setup".

This makes Kconfig less cluttered and easier to setup.


Cc: Andrew Morton <akpm@osdl.org>
Signed-off-by: Al Boldi <a1426z@gawab.com>

---
--- a/init/Kconfig	2007-07-09 06:38:47.000000000 +0300
+++ b/init/Kconfig	2007-07-21 06:42:06.000000000 +0300
@@ -7,7 +7,7 @@ config DEFCONFIG_LIST
 	default "/boot/config-$UNAME_RELEASE"
 	default "arch/$ARCH/defconfig"
 
-menu "Code maturity level options"
+menu "General setup"
 
 config EXPERIMENTAL
 	bool "Prompt for development and/or incomplete code/drivers"
@@ -61,9 +61,6 @@ config INIT_ENV_ARG_LIMIT
 	  Maximum of each of the number of arguments and environment
 	  variables passed to init from the kernel command line.
 
-endmenu
-
-menu "General setup"
 
 config LOCALVERSION
 	string "Local version - append to kernel release"


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

end of thread, other threads:[~2007-07-24  5:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-21  3:58 [PATCH] Kconfig: Remove top level menu "Code maturity level options" Al Boldi
2007-07-23 23:58 ` Andrew Morton
2007-07-24  5:49   ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome