Re: [PATCH] x86: CPU detection for RDC System-on-Chip

From: Andi Kleen
Date: Mon May 17 2010 - 07:24:12 EST


> diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
> index 39e8e10..21b02f2 100644
> --- a/arch/x86/Kconfig
> +++ b/arch/x86/Kconfig
> @@ -419,6 +419,7 @@ config X86_RDC321X
> bool "RDC R-321x SoC"
> depends on X86_32
> depends on X86_EXTENDED_PLATFORM
> + select PCI

If you don't actually need PCI in your SOC then you could easily
remove that dependency with some minor work. Early PCI really is quite
independent from the other code and can be just used on its own.

The only thing that would need sorting out is the command line
interface for early_pci_enabled()

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