]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] kconfig: fix restart for choice symbols
authorRoman Zippel <zippel@linux-m68k.org>
Wed, 9 Nov 2005 05:34:48 +0000 (21:34 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:55:53 +0000 (07:55 -0800)
commit3f23ca2b37d13a89bb6cd0421821fc9c3b8ccd47
tree134efbc253baa6aef5c2a39ffc4c5ab66dba7902
parent3f04e7ddf47a1c821dfaa886161d94774af583fa
[PATCH] kconfig: fix restart for choice symbols

The restart check whether new symbols became visible, didn't always work for
choice symbols.  Even if a choice symbol itself isn't changable, the childs
are.  This also requires to update the new status of all choice values, once
one of them is set.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/kconfig/conf.c
scripts/kconfig/symbol.c