Documentation: admin-guide: add kvmconfig, xenconfig and tinyconfig commands
authorMartin Kepplinger <martink@posteo.de>
Thu, 22 Mar 2018 12:06:56 +0000 (13:06 +0100)
committerJonathan Corbet <corbet@lwn.net>
Mon, 26 Mar 2018 14:41:35 +0000 (08:41 -0600)
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>
Documentation/admin-guide/README.rst

index af5a437..168391d 100644 (file)
@@ -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.