linux-bl808/scripts/kconfig
Sam Ravnborg 184832c981 kconfig: fix randconfig for choice blocks
Ingo Molnar reported that 'make randconfig' was not covering
choice blocks properly, resulting in certain config options
being left out of randconfig testing altogether.

With the following patch we:
- properly randomize choice value for normal choice blocks
- properly randomize for multi choice blocks
- added several comments to explain what is going on

The root cause of the bug was that SYMBOL_VALID was set on the
symbol representing the choice block so clearing this did
the trick initially.
But testign revealed a few more issues that is now fixed.

Reported-by: Ingo Molnar <mingo@elte.hu>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2009-03-15 22:54:57 +01:00
..
lxdialog kconfig: fix options to check-lxdialog.sh 2008-12-03 22:11:14 +01:00
.gitignore
check.sh
conf.c kconfig: fix silentoldconfig 2008-09-29 08:03:01 -07:00
confdata.c kconfig: fix randconfig for choice blocks 2009-03-15 22:54:57 +01:00
expr.c
expr.h kconfig: struct property commented 2009-01-02 20:43:21 +01:00
gconf.c
gconf.glade
images.c
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped kconfig: improve error messages for bad source statements 2009-01-02 20:43:22 +01:00
lkc.h
lkc_proto.h
Makefile x86, um: get rid of arch/um/Kconfig.arch 2008-10-22 22:55:23 -07:00
mconf.c
menu.c
POTFILES.in
qconf.cc
qconf.h
symbol.c
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l kconfig: improve error messages for bad source statements 2009-01-02 20:43:22 +01:00
zconf.tab.c_shipped
zconf.y