While tranislating all remaining defconfigs in
the kernel to the minimal format I encountered
an issue where the resulting .config was not
equal to the original.
This was tracked down to missing info in the saved defconfig file.
Arve reported another problem with tristate choice that was
reproduceable with a small config sample.
The followng patches fixes both issues.
There is no outstanding issue with respect to savedefconfig.
Sam
Sam Ravnborg (2):
kconfig: fix savedefconfig for tristate choices
kconfig: fix tristate choice with minimal config
scripts/kconfig/confdata.c | 109 ++++++++++++++++++++++++++++----------------
1 files changed, 70 insertions(+), 39 deletions(-)
--