[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100517112358.GD20761@basil.fritz.box>
Date: Mon, 17 May 2010 13:23:58 +0200
From: Andi Kleen <andi@...stfloor.org>
To: Florian Fainelli <florian@...nwrt.org>
Cc: mingo@...e.hu, linux-kernel <linux-kernel@...r.kernel.org>,
andi@...stfloor.org
Subject: Re: [PATCH] x86: CPU detection for RDC System-on-Chip
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists