acrn-hypervisor/scripts
Junjie Mao fd3279204e kconfig: update .config on missed or conflicting symbol values
The existing .config may have missed or conflicting values if the file is
manually edited or Kconfig is changed. Kconfiglib will assign default values to
missed symbols and resolve conflicts when loading .config, but the current
silentoldconfig.py fails to write the updated symbol values back to .config.

This patch checks if any missed or conflicting symbol value is fixed by
Kconfiglib and write the updated values back to .config if necessary.

Tracked-On: #2371
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
2019-01-23 13:02:39 +08:00
..
kconfig kconfig: update .config on missed or conflicting symbol values 2019-01-23 13:02:39 +08:00
deps.mk kconfig: a faster way to check the availability of python3 package 2018-10-30 10:49:12 +08:00