From: Russell King - ARM Linux <linux@armlinux.org.uk>
To: Palmer Dabbelt <palmer@dabbelt.com>
Cc: linux-mips@linux-mips.org, dalias@libc.org,
linux-sh@vger.kernel.org, catalin.marinas@arm.com,
will.deacon@arm.com, sparclinux@vger.kernel.org,
gxt@mprc.pku.edu.cn, ysato@users.sourceforge.jp,
hch@infradead.org, geert@linux-m68k.org,
linux-pci@vger.kernel.org, mattst88@gmail.com,
linux-snps-arc@lists.infradead.org, cmetcalf@mellanox.com,
linux-m68k@lists.linux-m68k.org, ink@jurassic.park.msu.ru,
viro@zeniv.linux.org.uk, bhelgaas@google.com,
linux-arm-kernel@lists.infradead.org, rth@twiddle.net,
vgupta@synopsys.com, linux-kernel@vger.kernel.org,
ralf@linux-mips.org, linux-alpha@vger.kernel.org,
akpm@linux-foundation.org, davem@davemloft.net
Subject: Re: [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry
Date: Sat, 24 Jun 2017 10:13:28 +0100 [thread overview]
Message-ID: <20170624091328.GY4902@n2100.armlinux.org.uk> (raw)
In-Reply-To: <20170623214538.25967-1-palmer@dabbelt.com>
On Fri, Jun 23, 2017 at 02:45:38PM -0700, Palmer Dabbelt wrote:
> We wanted to add RISC-V to the list of architectures that used the
> generic PCI setup-irq.o inside the Makefile and it was suggested that
> instead we define a Kconfig entry and use that.
>
> I've done very minimal testing on this: I just checked to see that
> an aarch64 defconfig still build setup-irq.o with the patch applied.
> The intention is that this patch doesn't change the behavior of any
> build.
>
> Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
Looks fine from an ARM point of view, thanks.
Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
> diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
> index e0cacb7b8563..658c9f95ab3f 100644
> --- a/drivers/pci/Kconfig
> +++ b/drivers/pci/Kconfig
> @@ -131,6 +131,9 @@ config PCI_HYPERV
> The PCI device frontend driver allows the kernel to import arbitrary
> PCI devices from a PCI backend to support PCI driver domains.
>
> +config PCI_GENERIC_SETUP
> + def_bool n
bool
would be sufficient here - the default is 'n' for all options.
--
RMK's Patch system: http://www.armlinux.org.uk/developer/patches/
FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up
according to speedtest.net.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2017-06-24 9:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170623214538.25967-1-palmer@dabbelt.com>
2017-06-23 22:01 ` [PATCH] pci: Add and use PCI_GENERIC_SETUP Kconfig entry James Hogan
2017-06-24 9:14 ` Russell King - ARM Linux
[not found] ` <20170623220857.28774-1-palmer@dabbelt.com>
[not found] ` <20170623220857.28774-2-palmer@dabbelt.com>
2017-06-24 15:08 ` Richard Henderson
2017-06-26 5:39 ` kbuild test robot
2017-06-26 7:26 ` Geert Uytterhoeven
2017-06-26 20:27 ` Palmer Dabbelt
2017-06-26 20:27 ` Palmer Dabbelt
2017-06-27 10:18 ` Ralf Baechle
2017-06-24 9:13 ` Russell King - ARM Linux [this message]
2017-06-27 23:37 ` Bjorn Helgaas
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=20170624091328.GY4902@n2100.armlinux.org.uk \
--to=linux@armlinux.org.uk \
--cc=akpm@linux-foundation.org \
--cc=bhelgaas@google.com \
--cc=catalin.marinas@arm.com \
--cc=cmetcalf@mellanox.com \
--cc=dalias@libc.org \
--cc=davem@davemloft.net \
--cc=geert@linux-m68k.org \
--cc=gxt@mprc.pku.edu.cn \
--cc=hch@infradead.org \
--cc=ink@jurassic.park.msu.ru \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-snps-arc@lists.infradead.org \
--cc=mattst88@gmail.com \
--cc=palmer@dabbelt.com \
--cc=ralf@linux-mips.org \
--cc=rth@twiddle.net \
--cc=sparclinux@vger.kernel.org \
--cc=vgupta@synopsys.com \
--cc=viro@zeniv.linux.org.uk \
--cc=will.deacon@arm.com \
--cc=ysato@users.sourceforge.jp \
/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).