summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-12-14 19:55:45 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-12-14 19:56:01 +0100
commit9424c591cd1a4299fa4ee6be900d309288ec6944 (patch)
tree93be545d203e4a684de8d2d553e070d59b90f9c4
parentbd0a800b88c09d8b762994a19b1ff2a046d417bb (diff)
Make link to Kconfig tips page easier to spot
Move it into the step-by-step getting started instructions.
-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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~