kconfig: correct oldconfig for unset choice options
authorRoman Zippel <zippel@linux-m68k.org>
Thu, 13 Jul 2006 11:22:38 +0000 (13:22 +0200)
committerSam Ravnborg <sam@mars.ravnborg.org>
Tue, 1 Aug 2006 09:32:47 +0000 (11:32 +0200)
commit002d27b1b70f6d574c816ef265147704c4e951f1
treeddb07ea199de0cdee8df8f59a1248a73fa2c9b7a
parenteb2cafa1d9026ced051601053885e260f8b8c099
kconfig: correct oldconfig for unset choice options

oldconfig currently ignores unset choice options and doesn't ask for them.
Correct the SYMBOL_DEF_USER flag of the choice symbol to be only set if
it's set for all values.

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/confdata.c