From: Sam Ravnborg on
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/