Re: K7/Athlon Optimization Causes Build Fail on Kernel 3.3 i686

From: Borislav Petkov
Date: Wed Mar 28 2012 - 13:28:15 EST


On Wed, Mar 28, 2012 at 10:13:31AM -0700, Randy Dunlap wrote:
> > in your config. K7 and EFI are from different epochs anyway and cannot
> > obviously be enabled both on the same system with the current Kconfig
> > for EFI.

> but the Kconfig files shouldn't allow such a failing .config to be
> created, or the Makefiles are inadequate, or <mumble something>....

Yeah, something like the following:

config MK7
bool "Athlon/Duron/K7"
depends on X86_32 && !EFI_STUB

or the other way around:

config EFI_STUB
bool "EFI stub support"
depends on EFI && !MK7

Hmm...

--
Regards/Gruss,
Boris.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/