commit | 337a275d03e0b900dc8ac3ab5583d18099fedae6 | [log] [tgz] |
---|---|---|
author | Yann E. MORIN <yann.morin.1998@free.fr> | Sat Oct 20 01:06:23 2012 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Tue Nov 20 11:20:08 2012 +0100 |
tree | 0301b425b541ee91dcffdb5253536a448efd15e9 | |
parent | 7d5bb966290d71d9dfe69a3ed0c31b26bf9afc63 [diff] |
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" <yann.morin.1998@free.fr> Signed-off-by: Michal Marek <mmarek@suse.cz>