From: Yann E. MORIN Date: Fri, 19 Oct 2012 23:06:23 +0000 (+0200) Subject: kconfig: remove CONFIG_ from string constants X-Git-Tag: v3.9-rc1~49^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=337a275d03e0b900dc8ac3ab5583d18099fedae6;p=pandora-kernel.git kconfig: remove CONFIG_ from string constants Having the CONFIG_ prefix in string constants gets in the way of using a run-time-defined CONFIG_ prefix. Fix that by using temp growable strings (gstr) in which we printf the text. Signed-off-by: "Yann E. MORIN" Signed-off-by: Michal Marek --- Reading git-diff-tree failed