diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-10-29 13:06:09 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-11-03 09:42:52 -0500 |
commit | 2eba427eb1e9057ee6bd2b4e6c4c78cda3534bfe (patch) | |
tree | 99c50394d562796e47fd5bcd19dcf0d823f6e61f /docs/devel/kconfig.rst | |
parent | 090afdc5e61e80de4ac158fa4cb2a578ee69be54 (diff) |
docs: expand sourceset documentation
Expand on the usage of sourcesets and describe the CONFIG_ALL
symbol.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel/kconfig.rst')
-rw-r--r-- | docs/devel/kconfig.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/devel/kconfig.rst b/docs/devel/kconfig.rst index e5df72b342..336ba0e8e5 100644 --- a/docs/devel/kconfig.rst +++ b/docs/devel/kconfig.rst @@ -1,3 +1,5 @@ +.. _kconfig: + ================ QEMU and Kconfig ================ |