diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-22 09:03:21 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-05-22 09:04:52 +0200 |
| commit | 841ab04973a1f42cfafea41835bb8d09df15dbd6 (patch) | |
| tree | fbfa417edd0db2da2c4a2e1e2e2131d799a98ee1 /README.rst | |
| parent | f8978b04779aeae790b205a22f68cee0af2e4e5b (diff) | |
Mention that .config can be brought up-to-date via menuconfig/guiconfig
Good to know.
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -158,7 +158,10 @@ Getting started 5. To update an old ``.config`` file after the Kconfig files have changed (e.g. to add new options), run ``oldconfig`` (prompts for values for new options) - or ``olddefconfig`` (gives new options their default value). + or ``olddefconfig`` (gives new options their default value). Entering the + ``menuconfig`` or ``guiconfig`` interface and saving the configuration will + also update it (the configuration interfaces always prompt for saving + on exit if it would modify the contents of the ``.config`` file). Due to Kconfig semantics, simply loading an old ``.config`` file performs an implicit ``olddefconfig``, so building will normally not be affected by |
