From: Arnaud Lacombe Date: Tue, 24 Aug 2010 04:14:47 +0000 (-0400) Subject: kconfig: replace a `switch()' statement by a more flexible `if()' statement X-Git-Tag: v2.6.37-rc1~51^2~9^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8baefd30b5b0101aa07aa75da44a9eee881eed28;p=pandora-kernel.git kconfig: replace a `switch()' statement by a more flexible `if()' statement With the upcoming dynamical configuration prefix, we can no longer assume that the prefix will start by a 'C'. As such, we can no longer hardcode this value in the `case ...:', so replace the `switch() { ... }' statement by a more flexible 'if () { ... }' statement. Signed-off-by: Arnaud Lacombe Reviewed-by: Sam Ravnborg Reviewed-by: Michal Marek --- Reading git-diff-tree failed