summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3d25a0a..571b159 100644
--- a/README.rst
+++ b/README.rst
@@ -376,6 +376,10 @@ too.
Notes
-----
+* I sometimes see people add custom output formats, which is pretty straightforward to do (see the implementations of
+ ``write_autoconf()`` and ``write_config()`` for a template). If you come up with something you think might
+ be useful to other people, I'm happy to take it in upstream. Batteries included and all that.
+
* Kconfiglib assumes the modules symbol is ``MODULES``, which is backwards-compatible.
A warning is printed by default if ``option modules`` is set on some other symbol.