Re: [patch, v2] x86: CPU detection for RDC

From: Ingo Molnar
Date: Tue Aug 18 2009 - 06:15:45 EST



* Mark Kelly <mark@xxxxxxxxxxxx> wrote:

> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -382,6 +382,7 @@ config X86_RDC321X
> bool "RDC R-321x SoC"
> depends on X86_32
> depends on X86_EXTENDED_PLATFORM
> + select PCI
> select M486
> select X86_REBOOTFIXUPS

PCI is a complex interactive Kconfig switch and we dont select it
in x86 code. Please add a 'depends on PCI' line instead, as i
suggested in my mail.

Ingo
--
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/