Commit b931abdb authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] improve CONFIG_EMBEDDED help text

From: Matt Mackall <mpm@selenic.com>

Make CONFIG_EMBEDDED description more accurate
parent cc66b6fc
...@@ -200,12 +200,12 @@ config IKCONFIG_PROC ...@@ -200,12 +200,12 @@ config IKCONFIG_PROC
menuconfig EMBEDDED menuconfig EMBEDDED
bool "Remove kernel features (for embedded systems)" bool "Configure standard kernel features (for small systems)"
help help
This option allows certain base kernel features to be removed from This option allows certain base kernel options and settings
the build. This is for specialized environments which can tolerate to be disabled or tweaked. This is for specialized
a "non-standard" kernel. Only use this if you really know what you environments which can tolerate a "non-standard" kernel.
are doing. Only use this if you really know what you are doing.
config KALLSYMS config KALLSYMS
bool "Load all symbols for debugging/kksymoops" if EMBEDDED bool "Load all symbols for debugging/kksymoops" if EMBEDDED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment