commit | 3f23ca2b37d13a89bb6cd0421821fc9c3b8ccd47 | [log] [tgz] |
---|---|---|
author | Roman Zippel <zippel@linux-m68k.org> | Tue Nov 08 21:34:48 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 09 07:55:53 2005 -0800 |
tree | 134efbc253baa6aef5c2a39ffc4c5ab66dba7902 | |
parent | 3f04e7ddf47a1c821dfaa886161d94774af583fa [diff] |
[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>