From: Arnaud Lacombe Date: Sun, 5 Dec 2010 06:29:25 +0000 (-0500) Subject: kconfig: add more S_INT and S_HEX consistency checks X-Git-Tag: v2.6.38-rc1~439^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab60bd0b92ec57c98df08616b7d0664be5551eae;p=pandora-kernel.git kconfig: add more S_INT and S_HEX consistency checks This patch add more number consistency checkg, trying to catch the following situation: config FOO0 hex default 42 config FOO1 string config BAR0 int default FOO1 config BAR1 hex default FOO1 config FOO2 hex default 42h config FOO3 int default "1bar" Signed-off-by: Arnaud Lacombe Signed-off-by: Michal Marek --- Reading git-diff-tree failed