doc: remove Kconfig reference documentation

With the new ACRN configuration architecture, we no longer use Kconfig
files.  Remove the Kconfig option documentation scripting (genrest.py)
Python dependencies, and Makefile commands, and change references in the
documentation from the Kconfig option (such as
:option:`CONFIG_MEM_LOGLEVEL`) to the new schema definition-based option
documentation (:option:`hv.DEBUG_OPTION.MEM_LOGLEVEL`).

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2021-02-02 10:44:03 -08:00
committed by David Kinder
parent 0ea991fbed
commit c741468b9c
12 changed files with 27 additions and 473 deletions

View File

@@ -162,7 +162,7 @@ system:
There are 6 different loglevels, as shown below. The specified
severity loglevel is stored in ``mem_loglevel``, initialized
by :option:`CONFIG_MEM_LOGLEVEL_DEFAULT`. The loglevel can
by :option:`hv.DEBUG_OPTIONS.MEM_LOGLEVEL`. The loglevel can
be set to a new value
at runtime via hypervisor shell command ``loglevel``.

View File

@@ -3,6 +3,12 @@
Compile-time Configuration
##########################
.. note:: With ACRN release 2.4, ACRN configuration has changed
significantly and no longer uses Kconfig. The following information is
obsolete and will be updated to reflect the new ACRN configuration
architecture and tools.
Refer to :ref:`scenario-config-options` for a complete list of configuration symbols.
The hypervisor provides a kconfig-like way for manipulating compile-time
configurations. Basically the hypervisor defines a set of configuration
symbols and declare their default value. A configuration file is
@@ -48,4 +54,3 @@ hypervisor:
3. The other two files for makefiles and C sources are regenerated after
.config changes.
Refer to :ref:`configuration` for a complete list of configuration symbols.