aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kernel-parameters.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index d057e9e74d3..b3a6187e530 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -24,9 +24,10 @@ reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
24parameters may be changed at runtime by the command 24parameters may be changed at runtime by the command
25"echo -n ${value} > /sys/module/${modulename}/parameters/${parm}". 25"echo -n ${value} > /sys/module/${modulename}/parameters/${parm}".
26 26
27The text in square brackets at the beginning of the description states the 27The parameters listed below are only valid if certain kernel build options were
28restrictions on the kernel for the said kernel parameter to be valid. The 28enabled and if respective hardware is present. The text in square brackets at
29restrictions referred to are that the relevant option is valid if: 29the beginning of each description states the restrictions within which a
30parameter is applicable:
30 31
31 ACPI ACPI support is enabled. 32 ACPI ACPI support is enabled.
32 ALSA ALSA sound support is enabled. 33 ALSA ALSA sound support is enabled.