From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Kconfig: add new symbol MIGHT_HAVE_PCI
Date: Wed, 1 Dec 2010 19:04:29 +0000 [thread overview]
Message-ID: <20101201190429.GC29347@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20101201185103.GK32355@pengutronix.de>
On Wed, Dec 01, 2010 at 07:51:03PM +0100, Uwe Kleine-K?nig wrote:
> On Wed, Dec 01, 2010 at 04:30:12PM +0100, Hans Ulli Kroll wrote:
> > Today more boards with arm cpu have selectable pci bus.
> > This patch makes this more scalable and remove line continuations in
> > Kconfig
> >
> > Cc: Arnd Bergmann <arnd@arndb.de>
> > Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
> > ---
> > arch/arm/Kconfig | 7 ++++++-
> > arch/arm/mach-cns3xxx/Kconfig | 1 +
> > arch/arm/mach-integrator/Kconfig | 1 +
> > arch/arm/mach-ks8695/Kconfig | 1 +
> > arch/arm/mach-pxa/Kconfig | 1 +
> > arch/arm/mach-versatile/Kconfig | 1 +
> > 6 files changed, 11 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > index a19a526..614cf2f 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -34,6 +34,9 @@ config ARM
> > config HAVE_PWM
> > bool
> >
> > +config MIGHT_HAVE_PCI
> HAVE_PCI or HAS_PCI is a more usual name for this purpose.
This has been discussed in the thread "[PATCH] ARM: Gemini: Add support
for PCI Bus".
WARNING: multiple messages have this Message-ID (diff)
From: Russell King - ARM Linux <linux@arm.linux.org.uk>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>
Subject: Re: [PATCH] Kconfig: add new symbol MIGHT_HAVE_PCI
Date: Wed, 1 Dec 2010 19:04:29 +0000 [thread overview]
Message-ID: <20101201190429.GC29347@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20101201185103.GK32355@pengutronix.de>
On Wed, Dec 01, 2010 at 07:51:03PM +0100, Uwe Kleine-König wrote:
> On Wed, Dec 01, 2010 at 04:30:12PM +0100, Hans Ulli Kroll wrote:
> > Today more boards with arm cpu have selectable pci bus.
> > This patch makes this more scalable and remove line continuations in
> > Kconfig
> >
> > Cc: Arnd Bergmann <arnd@arndb.de>
> > Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
> > ---
> > arch/arm/Kconfig | 7 ++++++-
> > arch/arm/mach-cns3xxx/Kconfig | 1 +
> > arch/arm/mach-integrator/Kconfig | 1 +
> > arch/arm/mach-ks8695/Kconfig | 1 +
> > arch/arm/mach-pxa/Kconfig | 1 +
> > arch/arm/mach-versatile/Kconfig | 1 +
> > 6 files changed, 11 insertions(+), 1 deletions(-)
> >
> > diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> > index a19a526..614cf2f 100644
> > --- a/arch/arm/Kconfig
> > +++ b/arch/arm/Kconfig
> > @@ -34,6 +34,9 @@ config ARM
> > config HAVE_PWM
> > bool
> >
> > +config MIGHT_HAVE_PCI
> HAVE_PCI or HAS_PCI is a more usual name for this purpose.
This has been discussed in the thread "[PATCH] ARM: Gemini: Add support
for PCI Bus".
next prev parent reply other threads:[~2010-12-01 19:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-01 15:30 [PATCH] Kconfig: add new symbol MIGHT_HAVE_PCI Hans Ulli Kroll
2010-12-01 15:30 ` Hans Ulli Kroll
2010-12-01 15:41 ` Arnd Bergmann
2010-12-01 15:41 ` Arnd Bergmann
2010-12-01 18:51 ` Uwe Kleine-König
2010-12-01 18:51 ` Uwe Kleine-König
2010-12-01 19:04 ` Russell King - ARM Linux [this message]
2010-12-01 19:04 ` Russell King - ARM Linux
2010-12-01 19:55 ` Uwe Kleine-König
2010-12-01 19:55 ` Uwe Kleine-König
2010-12-01 21:01 ` avictor.za at gmail.com
2010-12-01 21:01 ` avictor.za
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=20101201190429.GC29347@n2100.arm.linux.org.uk \
--to=linux@arm.linux.org.uk \
--cc=linux-arm-kernel@lists.infradead.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 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.