aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-07-22 10:16:58 +0000
committerEric Andersen <andersen@codepoet.org>2003-07-22 10:16:58 +0000
commitb24da33a06072f9b70a6701eb76f6bce79daea2b (patch)
treeb16fc8f4725596f824a1b7111f0eb163a44e4654 /modutils
parent3857a184c76c4a837fcb58d9b1ed5db8fd979488 (diff)
downloadbusybox-b24da33a06072f9b70a6701eb76f6bce79daea2b.tar.gz
Document CONFIG_FEATURE_INSMOD_LOADINKMEM
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index 2006be00f..71298bbff 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -57,7 +57,10 @@ config CONFIG_FEATURE_INSMOD_LOADINKMEM
default n
depends on CONFIG_INSMOD
help
- Please submit a patch to add help text for this item.
+ This is a special uClinux only memory optimization that lets insmod
+ load the specified kernel module directly into kernel space, reducing
+ memory usage by preventing the need for two copies of the module
+ being loaded into memory.
config CONFIG_FEATURE_INSMOD_LOAD_MAP
bool " Enable load map (-m) option"