summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-03-13 05:26:02 +0100
committerGitHub <noreply@github.com>2018-03-13 05:26:02 +0100
commit3a94565c4bc80ba82012a164c00fa3a0b7e6d891 (patch)
tree727d504d0c1c6324a1a30bf208dad9dc08c9a795
parentdaac69dc05217d024fbe021447629fa2b3d95b70 (diff)
Mention rsource and gsource in README
-rw-r--r--README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d056de0..4abdc22 100644
--- a/README.rst
+++ b/README.rst
@@ -126,6 +126,13 @@ Here are some other features:
All warnings point out the location(s) in the ``Kconfig`` files where a
symbol is defined, where applicable.
+
+- **Kconfig extensions**
+
+ So far, these include a relative ``source`` statement (``rsource``) where Kconfig
+ file paths are specified relative to the directory of
+ the current Kconfig file, and a globbing ``source`` (``gsource``) that doubles
+ as an include-if-exists function.
- **Windows support**
@@ -134,6 +141,7 @@ Here are some other features:
The `Zephyr <https://www.zephyrproject.org/>`_ project uses Kconfiglib to
generate ``.config`` files and C headers on Linux as well as Windows.
+
- **Internals that (mostly) mirror the C implementation**