[PATCH 0/2] kconfig: fixes for savedefconfig

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Thursday, August 12, 2010 - 12:10 am

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(-)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2] kconfig: fixes for savedefconfig, Sam Ravnborg, (Thu Aug 12, 12:10 am)
Re: [PATCH 0/2] kconfig: fixes for savedefconfig, Michal Marek, (Thu Aug 12, 2:12 am)
Re: [PATCH 0/2] kconfig: fixes for savedefconfig, Sam Ravnborg, (Thu Aug 12, 12:33 pm)