]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit38efcfb7762305257497344a70560eaff3d0b838
tree7e1cc7382f04ac3e724996a9ea13023bdb531f9a
parente7cb11d037e6ab0a94147d0dc671913395d31896
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