diff options
author | Martin Kepplinger <martink@posteo.de> | 2018-03-22 15:06:56 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-26 17:41:35 +0300 |
commit | 52c37d410d4864bda40ba2408863ed43d1548c9e (patch) | |
tree | 2821c823785f1fc91e8d0d38a65c4df8065a49cc /Documentation/admin-guide | |
parent | b520e49befd02358f7cd6526ea01dcd9bf0f5e61 (diff) | |
download | linux-52c37d410d4864bda40ba2408863ed43d1548c9e.tar.xz |
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>
Diffstat (limited to 'Documentation/admin-guide')
-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 "make localyesconfig" Similar to localmodconfig, except it will convert all module options to built in (=y) options. + "make kvmconfig" Enable additional options for kvm guest kernel support. + + "make xenconfig" Enable additional options for xen dom0 guest kernel + support. + + "make tinyconfig" Configure the tiniest possible kernel. + You can find more information on using the Linux kernel config tools in Documentation/kbuild/kconfig.txt. |