git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d5bb96
)
kconfig: remove CONFIG_ from string constants
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Fri, 19 Oct 2012 23:06:23 +0000
(
01:06
+0200)
committer
Michal Marek
<mmarek@suse.cz>
Tue, 20 Nov 2012 10:20:08 +0000
(11:20 +0100)
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>
No differences found