kconfig: introduce specialized printer
authorArnaud Lacombe <lacombar@gmail.com>
Mon, 16 May 2011 03:42:09 +0000 (23:42 -0400)
committerMichal Marek <mmarek@suse.cz>
Fri, 1 Jul 2011 14:23:27 +0000 (16:23 +0200)
commite54e692ba613c2170c66ce36a3791c009680af08
tree481c7b253cc97a38f2b267ff2f7cf068a50304d4
parentec6452a5ec68498221a0ced3443cefd65b08be36
kconfig: introduce specialized printer

Make conf_write_symbol() grammar agnostic to be able to use it from different
code path. These path pass a printer callback which will print a symbol's name
and its value in different format.

conf_write_symbol()'s job become mostly only to prepare a string for the
printer. This avoid to have to pass specialized flag to generic
functions

Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
[mmarek: rebased on top of de12518 (kconfig: autogenerated config_is_xxx
macro)]
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/confdata.c
scripts/kconfig/lkc.h
scripts/kconfig/lkc_proto.h
scripts/kconfig/symbol.c