Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST
authorSam Ravnborg <sam@ravnborg.org>
Sun, 25 May 2008 21:03:18 +0000 (23:03 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 25 May 2008 21:03:18 +0000 (23:03 +0200)
commit73531905ed53576d9e8707659a761e7046a60497
treeac64658106d8e260a0958c0df296c38ea57b0243
parent9723c046bd5989aa9064038ce142f498bb1870d6
Kconfig: introduce ARCH_DEFCONFIG to DEFCONFIG_LIST

init/Kconfig contains a list of configs that are searched
for if 'make *config' are used with no .config present.
Extend this list to look at the config identified by
ARCH_DEFCONFIG.

With this change we now try the defconfig targets last.

This fixes a regression reported
by: Linus Torvalds <torvalds@linux-foundation.org>

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
arch/x86/Kconfig
init/Kconfig