diff options
| author | André Almeida <andrealmeid@collabora.com> | 2021-01-30 04:45:47 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2021-02-05 00:47:40 +0300 |
| commit | 61ffd285bddc8666f23d36f78bf8e5c2e2c92c04 (patch) | |
| tree | dbb3ebaa030b989b972f97289c21b2b04f568982 /Documentation/admin-guide | |
| parent | dd58e649742a5eabd327d47096f12d3302d908f1 (diff) | |
| download | linux-61ffd285bddc8666f23d36f78bf8e5c2e2c92c04.tar.xz | |
Documentation: admin-guide: Update kvm/xen config option
Since commit 9bba03d4473d ("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 <andrealmeid@collabora.com>
Link: https://lore.kernel.org/r/20210130014547.123006-2-andrealmeid@collabora.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
| -rw-r--r-- | Documentation/admin-guide/README.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index 261b7b4cca1f..35314b63008c 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst @@ -226,10 +226,11 @@ Configuring the kernel all module options to built in (=y) options. You can also preserve modules by LMC_KEEP. - "make kvmconfig" Enable additional options for kvm guest kernel support. + "make kvm_guest.config" Enable additional options for kvm guest kernel + support. - "make xenconfig" Enable additional options for xen dom0 guest kernel - support. + "make xen.config" Enable additional options for xen dom0 guest kernel + support. "make tinyconfig" Configure the tiniest possible kernel. |
