From: Roman Zippel Date: Wed, 9 Nov 2005 05:34:49 +0000 (-0800) Subject: [PATCH] kconfig: preset config during all*config X-Git-Tag: v2.6.15-rc1~376 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90389160efc2864501ced6e662f9419eb7a3e6c8;p=pandora-kernel.git [PATCH] kconfig: preset config during all*config Allow to force setting of config variables during all{no,mod,yes,random}config to a specific value. For that conf first checks the KCONFIG_ALLCONFIG environment variable for a file name, otherwise it checks for all{no,mod,yes,random}.config and all.config. The file is a normal config file, which presets the config variables, but they are still subject to normal dependency checks. Signed-off-by: Roman Zippel Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed