Cc: Thomas Gleixner <tglx@...>, Ingo Molnar <mingo@...>, H. Peter Anvin <hpa@...>, linux-kbuild <linux-kbuild@...>, LKML <linux-kernel@...>, Andrew Morton <akpm@...>, Roman Zippel <zippel@...>, Jeremy Fitzhardinge <jeremy@...>
Hmm. Why does placement matter here?
Also:
Wouldn't this be cleaner as just *one* entry, and then just have
different default statements, ie something like
config DEFCONFIG_LIST
string
option defconfig_list
default "arch/x86/configs/i386_defconfig" if X86_32
default "arch/x86/configs/x86_64_defconfig" if X86_64
instead?
Linus
--