From: Florian Fainelli <florian@openwrt.org>
To: Andi Kleen <andi@firstfloor.org>
Cc: mingo@elte.hu, "linux-kernel" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] x86: CPU detection for RDC System-on-Chip
Date: Mon, 17 May 2010 13:39:48 +0200 [thread overview]
Message-ID: <201005171339.48936.florian@openwrt.org> (raw)
In-Reply-To: <20100517112358.GD20761@basil.fritz.box>
On Monday 17 May 2010 13:23:58 Andi Kleen wrote:
> > 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.
We actually do need PCI for the Ethernet MAC to work as well as the
southbridge driver.
>
> 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@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
prev parent reply other threads:[~2010-05-17 11:37 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 ` [PATCH] " Andi Kleen
2010-05-17 11:39 ` Florian Fainelli [this message]
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=201005171339.48936.florian@openwrt.org \
--to=florian@openwrt.org \
--cc=andi@firstfloor.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.