[PATCH] improve CONFIG_EMBEDDED help text

From: Matt Mackall
Date: Fri Apr 02 2004 - 23:18:27 EST



Make CONFIG_EMBEDDED description more accurate

Index: tiny/init/Kconfig
===================================================================
--- tiny.orig/init/Kconfig 2004-03-25 14:09:38.000000000 -0600
+++ tiny/init/Kconfig 2004-03-25 15:49:17.000000000 -0600
@@ -183,12 +183,12 @@


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

--
Matt Mackall : http://www.selenic.com : Linux development and consulting
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/