summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index dfe6cab..1a65817 100644
--- a/README.rst
+++ b/README.rst
@@ -179,7 +179,9 @@ Getting started
2. Write `Kconfig
<https://github.com/torvalds/linux/blob/master/Documentation/kbuild/kconfig-language.rst>`__
- files that describe the available configuration options.
+ files that describe the available configuration options. See `this page
+ <https://docs.zephyrproject.org/latest/guides/kconfig/tips.html>`__ for some
+ general Kconfig advice.
3. Generate an initial configuration with e.g. ``menuconfig``/``guiconfig`` or
``alldefconfig``. The configuration is saved as ``.config`` by default.
@@ -219,9 +221,6 @@ Getting started
Whenever ``.config`` is overwritten, the previous version of the file is saved
to ``.config.old`` (or, more generally, to ``$KCONFIG_CONFIG.old``).
-For some general Kconfig advice, see `this page
-<https://docs.zephyrproject.org/latest/guides/kconfig/tips.html>`__.
-
Using ``.config`` files as Make input
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~