diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 10:16:58 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-07-22 10:16:58 +0000 |
commit | a9497735384931ee43cb0f19f517e737e8125e64 (patch) | |
tree | b16fc8f4725596f824a1b7111f0eb163a44e4654 /modutils | |
parent | 305a9e1155cdeaabd5167c87990609839f8e4d39 (diff) | |
download | busybox-w32-a9497735384931ee43cb0f19f517e737e8125e64.tar.gz busybox-w32-a9497735384931ee43cb0f19f517e737e8125e64.tar.bz2 busybox-w32-a9497735384931ee43cb0f19f517e737e8125e64.zip |
Document CONFIG_FEATURE_INSMOD_LOADINKMEM
git-svn-id: svn://busybox.net/trunk/busybox@7097 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'modutils')
-rw-r--r-- | modutils/Config.in | 5 |
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 | |||
57 | default n | 57 | default n |
58 | depends on CONFIG_INSMOD | 58 | depends on CONFIG_INSMOD |
59 | help | 59 | help |
60 | Please submit a patch to add help text for this item. | 60 | This is a special uClinux only memory optimization that lets insmod |
61 | load the specified kernel module directly into kernel space, reducing | ||
62 | memory usage by preventing the need for two copies of the module | ||
63 | being loaded into memory. | ||
61 | 64 | ||
62 | config CONFIG_FEATURE_INSMOD_LOAD_MAP | 65 | config CONFIG_FEATURE_INSMOD_LOAD_MAP |
63 | bool " Enable load map (-m) option" | 66 | bool " Enable load map (-m) option" |