On Sun, Dec 05, 2010 at 01:29:25AM -0500, Arnaud Lacombe wrote: > This patch add more number consistency checkg, trying to catch the following > situation: > > config FOO0 > hex > default 42 > > config FOO1 > string > > config BAR0 > int > default FOO1 > > config BAR1 > hex > default FOO1 > > config FOO2 > hex > default 42h > > config FOO3 > int > default "1bar" > > Signed-off-by: Arnaud Lacombe <lacombar@xxxxxxxxx> > --- > scripts/kconfig/menu.c | 15 ++++++++++++--- > 1 files changed, 12 insertions(+), 3 deletions(-) Thanks, applied to kbuild-2.6.git#kconfig. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html