acrn-hypervisor/scripts/kconfig
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
..
LICENSE.kconfiglib scripts: introduce .config/config.h generators 2018-06-08 17:21:13 +08:00
defconfig.py kconfig: support board-specific defconfig 2018-10-30 10:49:12 +08:00
generate_header.py hv: config.h fix "Nested comment found." 2018-12-20 14:09:50 +08:00
savedefconfig.py HV: make: rename minimalconfig to savedefconfig 2018-06-15 15:50:09 +08:00
silentoldconfig.py kconfig: update .config on missed or conflicting symbol values 2019-01-23 13:02:39 +08:00