Skip to content

Commit 61ffd28

Browse files
andrealmeidJonathan Corbet
authored andcommitted
Documentation: admin-guide: Update kvm/xen config option
Since commit 9bba03d ("kconfig: remove 'kvmconfig' and 'xenconfig' shorthands") kvm/xen config shortcuts are not available anymore. Update the file to reflect how they should be used, with the full filename. Signed-off-by: André Almeida <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent dd58e64 commit 61ffd28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/admin-guide/README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,11 @@ Configuring the kernel
226226
all module options to built in (=y) options. You can
227227
also preserve modules by LMC_KEEP.
228228

229-
"make kvmconfig" Enable additional options for kvm guest kernel support.
229+
"make kvm_guest.config" Enable additional options for kvm guest kernel
230+
support.
230231

231-
"make xenconfig" Enable additional options for xen dom0 guest kernel
232-
support.
232+
"make xen.config" Enable additional options for xen dom0 guest kernel
233+
support.
233234

234235
"make tinyconfig" Configure the tiniest possible kernel.
235236

0 commit comments

Comments
 (0)