From: Roman Zippel Date: Fri, 9 Jun 2006 05:12:42 +0000 (-0700) Subject: kconfig: integrate split config into silentoldconfig X-Git-Tag: v2.6.18-rc1~602^2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3646e51b2d6415549b310655df63e7e0d7a080;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed