meson/docs/theme/extra/templates
Paolo Bonzini 7e15295018 rename unstable-kconfig to unstable-keyval
Discussions in #6524 have shown that there are various possible uses of the
kconfig module and even disagreements in the exact file format between
Python-based kconfiglib and the tools in Linux.  Instead of trying to
reconcile them, just rename the module to something less suggestive and
leave any policy to meson.build files.

In the future it may be possible to add some kind of parsing through
keyword arguments such as bool_true, quoted_strings, etc. and possibly
creation of key-value lists too.  For now, configuration_data objects
provide an easy way to access quoted strings.  Note that Kconfig stores
false as "absent" so it was already necessary to write "x.has_key('abc')"
rather than the more compact "x['abc']".  Therefore, having to use
configuration_data does not make things much more verbose.
2020-05-08 20:56:14 +03:00
..
brand-logo.html docs: Import the website and wiki and build with hotdoc 2017-04-26 17:56:33 +03:00
extra_head.html Removed duplicate title in doc theme. 2017-08-31 21:59:11 +03:00
license.html docs: website license is CC-BY and code samples are CC0 2017-04-26 17:56:33 +03:00
navbar_center.html docs: Import the website and wiki and build with hotdoc 2017-04-26 17:56:33 +03:00
navbar_links.html rename unstable-kconfig to unstable-keyval 2020-05-08 20:56:14 +03:00