summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-17 23:18:48 +0100
committerGitHub <noreply@github.com>2018-11-17 23:18:48 +0100
commite7c7d3d26eec02078aca9619047f241e3f50cfa2 (patch)
tree154ffd9d2f1781017a2f7182e091e42b362ac5e9
parent5c01ca5d8e9bbc1fd121d2f11bf3edadcee3e03a (diff)
Link Kconfig tips page in README
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2c8f53a..0045b00 100644
--- a/README.rst
+++ b/README.rst
@@ -34,6 +34,10 @@ with an undefined environment variable keeps the string as is.
Note: See `this issue <https://github.com/ulfalizer/Kconfiglib/issues/47>`_ if you run into
a "macro expanded to blank string" error with kernel 4.18+.
+See `this page
+<https://docs.zephyrproject.org/latest/application/kconfig-tips.html>`_ for
+some Kconfig tips and best practices.
+
Installation
------------