From: Andi Kleen <andi@firstfloor.org>
To: Florian Fainelli <florian@openwrt.org>
Cc: mingo@elte.hu, linux-kernel <linux-kernel@vger.kernel.org>,
andi@firstfloor.org
Subject: Re: [PATCH] x86: CPU detection for RDC System-on-Chip
Date: Mon, 17 May 2010 13:23:58 +0200 [thread overview]
Message-ID: <20100517112358.GD20761@basil.fritz.box> (raw)
In-Reply-To: <201005161455.34100.florian@openwrt.org>
> 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
next prev parent reply other threads:[~2010-05-17 11:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-16 12:55 [PATCH] x86: CPU detection for RDC System-on-Chip Florian Fainelli
2010-05-16 13:19 ` Alan Cox
2010-05-16 13:21 ` Florian Fainelli
2010-05-16 22:07 ` H. Peter Anvin
2010-05-17 6:12 ` Florian Fainelli
2010-05-17 11:40 ` Florian Fainelli
2010-05-19 7:27 ` [PATCH v3] " Florian Fainelli
2010-05-20 14:58 ` Florian Fainelli
2010-06-03 8:32 ` Florian Fainelli
2010-05-17 11:23 ` Andi Kleen [this message]
2010-05-17 11:39 ` [PATCH] " Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100517112358.GD20761@basil.fritz.box \
--to=andi@firstfloor.org \
--cc=florian@openwrt.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.