diff mbox

[09/13] PCI: Remove ARCH_KIRKWOOD and ARCH_DOVE dependency

Message ID 1404075603-31838-12-git-send-email-andrew@lunn.ch (mailing list archive)
State New, archived
Delegated to: Bjorn Helgaas
Headers show

Commit Message

Andrew Lunn June 29, 2014, 8:59 p.m. UTC
mach-kirkwood and mach-dove have been removed, now that these SoCs
lives in mach-mvebu. ARCH_MVEBU is sufficient.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: linux-pci@vger.kernel.org
---
 drivers/pci/host/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Andrew Lunn July 5, 2014, 5:52 p.m. UTC | #1
On Sat, Jul 05, 2014 at 11:54:58AM -0600, Bjorn Helgaas wrote:
> On Sun, Jun 29, 2014 at 10:59:58PM +0200, Andrew Lunn wrote:
> > mach-kirkwood and mach-dove have been removed, now that these SoCs
> > lives in mach-mvebu. ARCH_MVEBU is sufficient.
> 
> Looks like there's still discussion about the cubox regression, so
> I'll wait until that's resolved and Thomas or Jason ack this.

I will produce a kirkwood only version soon.

  Andrew

> 
> > 
> > Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> > Cc: Bjorn Helgaas <bhelgaas@google.com>
> > Cc: linux-pci@vger.kernel.org
> > ---
> >  drivers/pci/host/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
> > index 21df477be0c8..b9692deeb99a 100644
> > --- a/drivers/pci/host/Kconfig
> > +++ b/drivers/pci/host/Kconfig
> > @@ -3,7 +3,7 @@ menu "PCI host controller drivers"
> >  
> >  config PCI_MVEBU
> >  	bool "Marvell EBU PCIe controller"
> > -	depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
> > +	depends on ARCH_MVEBU
> >  	depends on OF
> >  
> >  config PCIE_DW
> > -- 
> > 2.0.0
> > 
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Bjorn Helgaas July 5, 2014, 5:54 p.m. UTC | #2
On Sun, Jun 29, 2014 at 10:59:58PM +0200, Andrew Lunn wrote:
> mach-kirkwood and mach-dove have been removed, now that these SoCs
> lives in mach-mvebu. ARCH_MVEBU is sufficient.

Looks like there's still discussion about the cubox regression, so
I'll wait until that's resolved and Thomas or Jason ack this.

> 
> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> Cc: Bjorn Helgaas <bhelgaas@google.com>
> Cc: linux-pci@vger.kernel.org
> ---
>  drivers/pci/host/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
> index 21df477be0c8..b9692deeb99a 100644
> --- a/drivers/pci/host/Kconfig
> +++ b/drivers/pci/host/Kconfig
> @@ -3,7 +3,7 @@ menu "PCI host controller drivers"
>  
>  config PCI_MVEBU
>  	bool "Marvell EBU PCIe controller"
> -	depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
> +	depends on ARCH_MVEBU
>  	depends on OF
>  
>  config PCIE_DW
> -- 
> 2.0.0
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-pci" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig
index 21df477be0c8..b9692deeb99a 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -3,7 +3,7 @@  menu "PCI host controller drivers"
 
 config PCI_MVEBU
 	bool "Marvell EBU PCIe controller"
-	depends on ARCH_MVEBU || ARCH_DOVE || ARCH_KIRKWOOD
+	depends on ARCH_MVEBU
 	depends on OF
 
 config PCIE_DW