diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-23 20:40:48 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-12-24 19:47:35 +0100 |
| commit | 3a3559fd094567bac218e9478f1b7e48656d6f85 (patch) | |
| tree | 690dcdc763bff1a84f4d2ef1fd6477c0d2cf25f5 /README.rst | |
| parent | e629c33d31e223ca1284aa77efce4628bbf50e21 (diff) | |
menuconfig: Prompt for save if a different .config would be saved
Previously, menuconfig.py only prompted for saving the configuration if
.config didn't exist or the user changed symbol values within the
interface.
Also make it prompt for save if Kconfig symbols have been added,
removed, or have had their defaults changed, provided it would make the
saved .config differ from the loaded one.
This usually won't matter for correctness, because loading an outdated
configuration performs an implicit olddefconfig, but it's less
confusing.
Also add a Kconfig.missing_syms attribute that records all assignments
to undefined symbols in the most recently loaded .config file. This is
needed to implement the check for whether the saved .config would be
different.
As an unrelated change, always prompt for saving if a .config has been
loaded from within the menuconfig interface. The intention is probably
often to save the configuration somewhere else, even if it isn't
modified.
Diffstat (limited to 'README.rst')
0 files changed, 0 insertions, 0 deletions
