kconfig: speed up all*config + randconfig
authorSam Ravnborg <sam@ravnborg.org>
Mon, 30 Jun 2008 20:45:38 +0000 (22:45 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 25 Jul 2008 20:12:49 +0000 (22:12 +0200)
commitf443d2eccf077afd8a839cc7ed66cc4d520c5f05
treec4ccf7a29683dfc3c3f4e234549cb0a000f80e4d
parentdc7862e5a65b9b9e0aad448398b4f652c49c9350
kconfig: speed up all*config + randconfig

Drop the chatty mode when we generate the all*config, randconfig
configurations.
Ths speeds up the process considerably and noone looked
at the output anyway.
This patch uses the conf_set_all_new_symbols() function
just added to kconfig.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Roman Zippel <zippel@linux-m68k.org>
scripts/kconfig/conf.c