aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-11 23:08:19 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-11 23:08:19 -0700
commitb931abdbe485f7471f7b6d23d4123610cb8b558c (patch)
tree614c0232d89a7fb343937e17ba971c49ecc3c139 /init
parentcc66b6fcb8c424bfec6c4fc230eaae7a378244ba (diff)
downloadhistory-b931abdbe485f7471f7b6d23d4123610cb8b558c.tar.gz
[PATCH] improve CONFIG_EMBEDDED help text
From: Matt Mackall <mpm@selenic.com> Make CONFIG_EMBEDDED description more accurate
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 9eff25e8f6ede6..ddd82dbad5ddd9 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -200,12 +200,12 @@ config IKCONFIG_PROC
menuconfig EMBEDDED
- bool "Remove kernel features (for embedded systems)"
+ bool "Configure standard kernel features (for small systems)"
help
- This option allows certain base kernel features to be removed from
- the build. This is for specialized environments which can tolerate
- a "non-standard" kernel. Only use this if you really know what you
- are doing.
+ This option allows certain base kernel options and settings
+ to be disabled or tweaked. This is for specialized
+ environments which can tolerate a "non-standard" kernel.
+ Only use this if you really know what you are doing.
config KALLSYMS
bool "Load all symbols for debugging/kksymoops" if EMBEDDED