projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3857a18
)
Document CONFIG_FEATURE_INSMOD_LOADINKMEM
author
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 10:16:58 +0000
(10:16 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Tue, 22 Jul 2003 10:16:58 +0000
(10:16 -0000)
modutils/Config.in
patch
|
blob
|
history
diff --git
a/modutils/Config.in
b/modutils/Config.in
index 2006be00fc00e2a165b462d1816818e4fe9d9d07..71298bbff758546968d999072dc990198727f7f2 100644
(file)
--- 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"