@@ -89,10 +89,11 @@ reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
89
89
parameters may be changed at runtime by the command
90
90
``echo -n ${value} > /sys/module/${modulename}/parameters/${parm} ``.
91
91
92
- The parameters listed below are only valid if certain kernel build options were
93
- enabled and if respective hardware is present. The text in square brackets at
94
- the beginning of each description states the restrictions within which a
95
- parameter is applicable::
92
+ The parameters listed below are only valid if certain kernel build options
93
+ were enabled and if respective hardware is present. This list should be kept
94
+ in alphabetical order. The text in square brackets at the beginning
95
+ of each description states the restrictions within which a parameter
96
+ is applicable::
96
97
97
98
ACPI ACPI support is enabled.
98
99
AGP AGP (Accelerated Graphics Port) is enabled.
@@ -127,9 +128,9 @@ parameter is applicable::
127
128
KGDB Kernel debugger support is enabled.
128
129
KVM Kernel Virtual Machine support is enabled.
129
130
LIBATA Libata driver is enabled
130
- LP Printer support is enabled.
131
131
LOONGARCH LoongArch architecture is enabled.
132
132
LOOP Loopback device support is enabled.
133
+ LP Printer support is enabled.
133
134
M68k M68k architecture is enabled.
134
135
These options have more detailed description inside of
135
136
Documentation/arch/m68k/kernel-options.rst.
@@ -139,10 +140,9 @@ parameter is applicable::
139
140
MSI Message Signaled Interrupts (PCI).
140
141
MTD MTD (Memory Technology Device) support is enabled.
141
142
NET Appropriate network support is enabled.
142
- NUMA NUMA support is enabled.
143
143
NFS Appropriate NFS support is enabled.
144
+ NUMA NUMA support is enabled.
144
145
OF Devicetree is enabled.
145
- PV_OPS A paravirtualized kernel is enabled.
146
146
PARISC The PA-RISC architecture is enabled.
147
147
PCI PCI bus support is enabled.
148
148
PCIE PCI Express support is enabled.
@@ -151,9 +151,10 @@ parameter is applicable::
151
151
PPC PowerPC architecture is enabled.
152
152
PPT Parallel port support is enabled.
153
153
PS2 Appropriate PS/2 support is enabled.
154
+ PV_OPS A paravirtualized kernel is enabled.
154
155
RAM RAM disk support is enabled.
155
- RISCV RISCV architecture is enabled.
156
156
RDT Intel Resource Director Technology.
157
+ RISCV RISCV architecture is enabled.
157
158
S390 S390 architecture is enabled.
158
159
SCSI Appropriate SCSI support is enabled.
159
160
A lot of drivers have their options described inside
@@ -164,15 +165,15 @@ parameter is applicable::
164
165
SH SuperH architecture is enabled.
165
166
SMP The kernel is an SMP kernel.
166
167
SPARC Sparc architecture is enabled.
167
- SWSUSP Software suspend (hibernation) is enabled.
168
168
SUSPEND System suspend states are enabled.
169
+ SWSUSP Software suspend (hibernation) is enabled.
169
170
TPM TPM drivers are enabled.
170
171
UMS USB Mass Storage support is enabled.
171
172
USB USB support is enabled.
172
173
USBHID USB Human Interface Device support is enabled.
173
174
V4L Video For Linux support is enabled.
174
- VMMIO Driver for memory mapped virtio devices is enabled.
175
175
VGA The VGA console has been enabled.
176
+ VMMIO Driver for memory mapped virtio devices is enabled.
176
177
VT Virtual terminal support is enabled.
177
178
WDT Watchdog support is enabled.
178
179
X86-32 X86-32, aka i386 architecture is enabled.
@@ -186,9 +187,9 @@ parameter is applicable::
186
187
187
188
In addition, the following text indicates that the option::
188
189
190
+ BOOT Is a boot loader parameter.
189
191
BUGS= Relates to possible processor bugs on the said processor.
190
192
KNL Is a kernel start-up parameter.
191
- BOOT Is a boot loader parameter.
192
193
193
194
Parameters denoted with BOOT are actually interpreted by the boot
194
195
loader, and have no meaning to the kernel directly.
0 commit comments