diff options
author | Martin Kepplinger <martink@posteo.de> | 2018-03-22 08:06:56 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-26 10:41:35 -0400 |
commit | 52c37d410d4864bda40ba2408863ed43d1548c9e (patch) | |
tree | 2821c823785f1fc91e8d0d38a65c4df8065a49cc | |
parent | b520e49befd02358f7cd6526ea01dcd9bf0f5e61 (diff) |
Documentation: admin-guide: add kvmconfig, xenconfig and tinyconfig commands
Add kvmconfig, xenconfig and tinyconfig to the list of alternative
configuration commands. Descriptions are directly taken from the Makefile.
Signed-off-by: Martin Kepplinger <martink@posteo.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/README.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst index af5a437198d0..168391d171e7 100644 --- a/Documentation/admin-guide/README.rst +++ b/Documentation/admin-guide/README.rst | |||
@@ -218,6 +218,13 @@ Configuring the kernel | |||
218 | "make localyesconfig" Similar to localmodconfig, except it will convert | 218 | "make localyesconfig" Similar to localmodconfig, except it will convert |
219 | all module options to built in (=y) options. | 219 | all module options to built in (=y) options. |
220 | 220 | ||
221 | "make kvmconfig" Enable additional options for kvm guest kernel support. | ||
222 | |||
223 | "make xenconfig" Enable additional options for xen dom0 guest kernel | ||
224 | support. | ||
225 | |||
226 | "make tinyconfig" Configure the tiniest possible kernel. | ||
227 | |||
221 | You can find more information on using the Linux kernel config tools | 228 | You can find more information on using the Linux kernel config tools |
222 | in Documentation/kbuild/kconfig.txt. | 229 | in Documentation/kbuild/kconfig.txt. |
223 | 230 | ||