]> git.baikalelectronics.ru Git - kernel.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)
commitab23da47ab2373c883bbc1287f99aca1f1446cda
tree3b2957a7540bf9e78ef106fe606945e435fab957
parent3429e365f84151425e64da44bf986e8f081720ef
[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