[PATCH 1/3] kconfig: remove CONFIG_ from string constants

2012-10-19 Thread Yann E. MORIN
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" --- scripts/kconfig/mconf.c | 10 -- scripts/kconfig/nconf.c | 11

[PATCH 1/3] kconfig: remove CONFIG_ from string constants

2012-10-19 Thread Yann E. MORIN
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.1...@free.fr --- scripts/kconfig/mconf.c | 10 --

[PATCH 1/3] kconfig: remove CONFIG_ from string constants

2012-10-18 Thread Yann E. MORIN
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" --- scripts/kconfig/mconf.c | 10 -- scripts/kconfig/nconf.c | 11

[PATCH 1/3] kconfig: remove CONFIG_ from string constants

2012-10-18 Thread Yann E. MORIN
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.1...@free.fr --- scripts/kconfig/mconf.c | 10 --