From: Jan Beulich Date: Tue, 2 Oct 2007 20:46:49 +0000 (-0700) Subject: kconfig: tristate choices with mixed tristate and boolean values X-Git-Tag: v2.6.24-rc1~830^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5bf3d891a6a0fb5aa122792d965e3774108b923;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. Signed-off-by: Jan Beulich Cc: Roman Zippel Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed