diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-12-14 19:55:45 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-12-14 19:56:01 +0100 |
| commit | 9424c591cd1a4299fa4ee6be900d309288ec6944 (patch) | |
| tree | 93be545d203e4a684de8d2d553e070d59b90f9c4 /README.rst | |
| parent | bd0a800b88c09d8b762994a19b1ff2a046d417bb (diff) | |
Make link to Kconfig tips page easier to spot
Move it into the step-by-step getting started instructions.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
