]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] kconfig: preset config during all*config
authorRoman Zippel <zippel@linux-m68k.org>
Wed, 9 Nov 2005 05:34:49 +0000 (21:34 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 9 Nov 2005 15:55:53 +0000 (07:55 -0800)
commit90389160efc2864501ced6e662f9419eb7a3e6c8
tree3b2957a7540bf9e78ef106fe606945e435fab957
parent3f23ca2b37d13a89bb6cd0421821fc9c3b8ccd47
[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 <zippel@linux-m68k.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
scripts/kconfig/conf.c
scripts/kconfig/confdata.c
scripts/kconfig/lkc_proto.h