From: Jan Beulich Date: Thu, 24 Jan 2008 11:54:23 +0000 (+0000) Subject: kconfig: tristate choices with mixed tristate and boolean values X-Git-Tag: v2.6.25-rc1~1164^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5eaa323eb6819d2f737ead42464efccaf2b98b9;p=pandora-kernel.git kconfig: tristate choices with mixed tristate and boolean values Change kconfig behavior so that mixing bool and tristate config settings in a choice is possible and has the desired effect of offering just the tristate options individually if the choice gets set to M, and a normal boolean selection if the choice gets set to Y. Also fix scripts/kconfig/conf's handling of children of choice values - there may be more than one immediate child, and all of them need to be processed. Signed-off-by: Jan Beulich Cc: "Roman Zippel" Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed