kconfig: integrate split config into silentoldconfig
authorRoman Zippel <zippel@linux-m68k.org>
Fri, 9 Jun 2006 05:12:42 +0000 (22:12 -0700)
committerSam Ravnborg <sam@mars.ravnborg.org>
Fri, 9 Jun 2006 05:31:30 +0000 (07:31 +0200)
commit2e3646e51b2d6415549b310655df63e7e0d7a080
treef717c0ede91122ab776a6b0fce9b8c941797f170
parent669bfad906522e74ee8d962801552a8c224c0d63
kconfig: integrate split config into silentoldconfig

Now that kconfig can load multiple configurations, it becomes simple to
integrate the split config step, by simply comparing the new .config file with
the old auto.conf (and then saving the new auto.conf).  A nice side effect is
that this saves a bit of disk space and cache, as no data needs to be read
from or saved into the splitted config files anymore (e.g.  include/config is
now 648KB instead of 5.2MB).

Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Makefile
arch/arm/Makefile
arch/sh/Makefile
arch/xtensa/Makefile
scripts/basic/Makefile
scripts/basic/split-include.c [deleted file]
scripts/kconfig/confdata.c
scripts/kconfig/expr.h