From: Marc-André Lureau Date: Tue, 23 Jul 2019 12:08:04 +0000 (+0400) Subject: docs: correct kconfig option X-Git-Tag: v4.1.0-rc3~17^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6baabe5cf8d42ce6bc542fb3ec0bfc10c0ee6c5e;p=thirdparty%2Fqemu.git docs: correct kconfig option Signed-off-by: Marc-André Lureau Message-Id: <20190723120804.29565-1-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/docs/devel/kconfig.rst b/docs/devel/kconfig.rst index d6f8eb09775..b7bca447046 100644 --- a/docs/devel/kconfig.rst +++ b/docs/devel/kconfig.rst @@ -267,7 +267,7 @@ the default configuration by uncommenting lines in the first group, or commenting out lines in the second group. It is also possible to run QEMU's configure script with the -``--with-default-devices`` option. When this is done, everything defaults +``--without-default-devices`` option. When this is done, everything defaults to ``n`` unless it is ``select``ed or explicitly switched on in the ``.mak`` files. In other words, ``default`` and ``imply`` directives are disabled. When QEMU is built with this option, the user will probably