From: Dave Hansen <[email protected]> Let's not steal too much space in the 'General Setup' menu. Take a cue from the cgroups code and create a submenu.
This can go upstream now. Signed-off-by: Dave Hansen <[email protected]> Acked-by: Oren Laadan <[email protected]> --- init/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index 3f7e609..46ee2c8 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -664,7 +664,7 @@ config RELAY If unsure, say N. -config NAMESPACES +menuconfig NAMESPACES bool "Namespaces support" if EMBEDDED default !EMBEDDED help -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
