Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1344615 > unrolled thread

Re: [PATCH] PCI: mvebu: Restrict build to 32-bit ARM

Started byBjorn Helgaas <helgaas@kernel.org>
First post2016-02-26 20:40 +0100
Last post2016-02-26 20:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] PCI: mvebu: Restrict build to 32-bit ARM Bjorn Helgaas <helgaas@kernel.org> - 2016-02-26 20:40 +0100

#1344615 — Re: [PATCH] PCI: mvebu: Restrict build to 32-bit ARM

FromBjorn Helgaas <helgaas@kernel.org>
Date2016-02-26 20:40 +0100
SubjectRe: [PATCH] PCI: mvebu: Restrict build to 32-bit ARM
Message-ID<r6wp4-83i-3@gated-at.bofh.it>
On Thu, Feb 18, 2016 at 02:32:10PM +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> This driver uses PCI glue that is only available on 32-bit ARM. This
> used to work fine as long as ARCH_MVEBU and ARCH_DOVE were exclusively
> 32-bit, but that's changed now, with ARCH_MVEBU also being available
> on 64-bit ARM.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>

I applied this with Thomas' ack to my for-linus branch for v4.5, thanks
Thierry!

> ---
>  drivers/pci/host/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
> index 75a605426538..d1cdd9c992ac 100644
> --- a/drivers/pci/host/Kconfig
> +++ b/drivers/pci/host/Kconfig
> @@ -14,6 +14,7 @@ config PCI_DRA7XX
>  config PCI_MVEBU
>  	bool "Marvell EBU PCIe controller"
>  	depends on ARCH_MVEBU || ARCH_DOVE
> +	depends on ARM
>  	depends on OF
>  
>  config PCIE_DW
> -- 
> 2.7.1
> 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web