aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-04-26 09:04:34 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-04-26 09:04:34 -0700
commite354a56d5cdeeced8b3e18d23f68e436237c9dda (patch)
tree40c35e755c715da64a7b241e80841af5ea3ba938 /Documentation
parent96cc4727e704cad4c2db7f64e13f6697a9864770 (diff)
downloadhistory-e354a56d5cdeeced8b3e18d23f68e436237c9dda.tar.gz
[PATCH] doc: specifiying module parameters
From: "Randy.Dunlap" <rddunlap@osdl.org> kernel-parameters.txt: add info on how to specify loadable module parameters vs. built-in module parameters
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index ad50cadea84875..bc95536fcf2fbb 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -6,6 +6,17 @@ The following is a consolidated list of the kernel parameters as implemented
(defined as ignoring all punctuation and sorting digits before letters in a
case insensitive manner), and with descriptions where known.
+Module parameters for loadable modules are specified only as the
+parameter name with optional '=' and value as appropriate, such as:
+
+ modprobe usbcore blinkenlights=1
+
+Module parameters for modules that are built into the kernel image
+are specified on the kernel command line with the module name plus
+'.' plus parameter name, with '=' and value if appropriate, such as:
+
+ usbcore.blinkenlights=1
+
The text in square brackets at the beginning of the description state the
restrictions on the kernel for the said kernel parameter to be valid. The
restrictions referred to are that the relevant option is valid if: