kconfig: fix choice dependency check
authorRoman Zippel <zippel@linux-m68k.org>
Fri, 29 Feb 2008 04:10:24 +0000 (05:10 +0100)
committerSam Ravnborg <sam@uranus.ravnborg.org>
Mon, 28 Apr 2008 21:04:57 +0000 (23:04 +0200)
commit48981178869bf7d9770f11fc361996ad11217a75
tree7e1cc7382f04ac3e724996a9ea13023bdb531f9a
parentdfecbec8b54038ef02835d2f8181e1f44bd080d2
kconfig: fix choice dependency check

Properly check the dependency of choices as a group.
Also fix that sym_check_deps() correctly terminates the dependency loop
error check (otherwise it would continue printing the dependency chain).

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