From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] PCI: iproc: Fix BCMA dependency in Kconfig
Date: Wed, 29 Jul 2015 16:30:21 +0200 [thread overview]
Message-ID: <33449873.RA3z6vhrMA@wuerfel> (raw)
In-Reply-To: <1438109533-28694-1-git-send-email-rjui@broadcom.com>
On Tuesday 28 July 2015 11:52:13 Ray Jui wrote:
> config PCIE_IPROC_BCMA
> bool "Broadcom iProc PCIe BCMA bus driver"
> - depends on ARCH_BCM_IPROC || (ARM && COMPILE_TEST)
> + depends on ARCH_BCM_IPROC && ARM
> select PCIE_IPROC
> select BCMA
> select PCI_DOMAINS
>
How about this:
depends on ARM && (ARCH_BCM_IPROC || COMPILE_TEST)
That would leave the compile test present for non-iproc
ARM platforms while preventing ARM64 and MIPS builds with
ARCH_BCM_IPROC set.
Arnd
next prev parent reply other threads:[~2015-07-29 14:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 18:52 [PATCH] PCI: iproc: Fix BCMA dependency in Kconfig Ray Jui
2015-07-29 14:30 ` Arnd Bergmann [this message]
2015-07-29 16:17 ` Ray Jui
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=33449873.RA3z6vhrMA@wuerfel \
--to=arnd@arndb.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox