From: Grant Likely <grant.likely@secretlab.ca>
To: John Rigby <jrigby@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 1/2] powerpc: pci config cleanup [rev2]
Date: Sat, 28 Jun 2008 23:58:25 -0600 [thread overview]
Message-ID: <20080629055825.GI13876@secretlab.ca> (raw)
In-Reply-To: <1214500077-9254-2-git-send-email-jrigby@freescale.com>
On Thu, Jun 26, 2008 at 11:07:56AM -0600, John Rigby wrote:
> Choosing PCI or not at config time is allowed on some
> platforms via an if expression in arch/powerpc/Kconfig.
> To add a new platform with PCI support selectable at
> config time, you must change the if expression. This
> patch makes this easier by changing:
> bool "PCI support" if <long expression>
> to
> bool "PCI support" if PPC_PCI_CHOICE
> and adding select PPC_PCI_CHOICE to all the config nodes that
> were previously in the PCI if expression.
>
> Platforms with unconditional PCI support continue to
> just select PCI in their config nodes.
>
> Signed-off-by: John Rigby <jrigby@freescale.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
next prev parent reply other threads:[~2008-06-29 5:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-26 17:07 [PATCH 0/2] powerpc: pci cleanup [rev2] John Rigby
2008-06-26 17:07 ` [PATCH 1/2] powerpc: pci config " John Rigby
2008-06-26 17:07 ` [PATCH 2/2] powerpc: Move mpc83xx_add_bridge to fsl_pci.c [rev2] John Rigby
2008-06-29 6:01 ` Grant Likely
2008-07-15 13:22 ` Kumar Gala
2008-06-29 5:58 ` Grant Likely [this message]
2008-07-15 13:22 ` [PATCH 1/2] powerpc: pci config cleanup [rev2] Kumar Gala
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=20080629055825.GI13876@secretlab.ca \
--to=grant.likely@secretlab.ca \
--cc=jrigby@freescale.com \
--cc=linuxppc-dev@ozlabs.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).