zephyr/scripts/kconfig
Ulf Magnusson f46ebc3c97 kconfig.py: Use messages returned by load_config() and write_config()
load_config() and write_config() now return a message to print. This
message also says whether the configuration was loaded (replace=True) or
merged (replace=False), and whether the new .config is different from
the old (for write_config()).

Print the returned messages and remove some old print()s.

Also switch to an improved warning control API (the old one is still
supported, but might as well).

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2019-06-07 18:20:22 +02:00
..
diffconfig license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
guiconfig.py kconfiglib: Unclutter symbol strings, avoid redundant writes, misc. 2019-06-07 18:20:22 +02:00
kconfig.py kconfig.py: Use messages returned by load_config() and write_config() 2019-06-07 18:20:22 +02:00
kconfigfunctions.py kconfig: Avoid potential issue parsing generated_dts_board.conf 2019-04-18 08:49:46 -04:00
kconfiglib.py kconfiglib: Unclutter symbol strings, avoid redundant writes, misc. 2019-06-07 18:20:22 +02:00
menuconfig.py kconfiglib: Unclutter symbol strings, avoid redundant writes, misc. 2019-06-07 18:20:22 +02:00