From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f176.google.com ([209.85.223.176]:33818 "EHLO mail-ie0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751081AbaGVS1O (ORCPT ); Tue, 22 Jul 2014 14:27:14 -0400 Received: by mail-ie0-f176.google.com with SMTP id tr6so37670ieb.21 for ; Tue, 22 Jul 2014 11:27:13 -0700 (PDT) Date: Tue, 22 Jul 2014 12:27:10 -0600 From: Bjorn Helgaas To: Andrew Lunn Cc: Jason Cooper , linux ARM , Gregory Clement , Sebastian Hesselbarth , linux-pci@vger.kernel.org Subject: Re: [PATCH v2 09/12] PCI: Remove ARCH_KIRKWOOD dependency Message-ID: <20140722182710.GA19181@google.com> References: <1405028192-9623-1-git-send-email-andrew@lunn.ch> <1405028192-9623-10-git-send-email-andrew@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1405028192-9623-10-git-send-email-andrew@lunn.ch> Sender: linux-pci-owner@vger.kernel.org List-ID: On Thu, Jul 10, 2014 at 11:36:29PM +0200, Andrew Lunn wrote: > mach-kirkwood has been removed, now that kirkwood lives in mach-mvebu. > ARCH_MVEBU is sufficient. > > Signed-off-by: Andrew Lunn Applied with Jason's ack to pci/host-mvebu for v3.17, thanks! > Cc: Bjorn Helgaas > 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..88f4862fa452 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 || ARCH_DOVE > depends on OF > > config PCIE_DW > -- > 2.0.1 > > -- > 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