]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb648481afef3ade62c46a4b42c0ac34e31c6c8ee
treef717c0ede91122ab776a6b0fce9b8c941797f170
parentb5369bc08029519fbf383fd851ef4109eec6acc2
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