From: Roman Zippel Date: Fri, 29 Feb 2008 04:11:50 +0000 (+0100) Subject: kconfig: add named choice group X-Git-Tag: v2.6.26-rc1~689^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a1aa8a1aff6191ecc55f21d8b5f0e47108ed91b;p=pandora-kernel.git kconfig: add named choice group As choice dependency are now fully checked, it's quite easy to add support for named choices. This lifts the restriction that a choice value can only appear once, although it still has to be within the same group, but multiple choices can be joined by giving them a name. While at it I cleaned up a little the choice type logic to simplify it a bit. Signed-off-by: Roman Zippel Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed