linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jchandra@broadcom.com (Jayachandran C)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 3/3] PCI: generic: add arm64 support
Date: Wed, 5 Aug 2015 02:23:40 +0530	[thread overview]
Message-ID: <1438721620-15493-3-git-send-email-jchandra@broadcom.com> (raw)
In-Reply-To: <1438721620-15493-1-git-send-email-jchandra@broadcom.com>

Make pci-host-generic driver (kernel option PCI_HOST_GENERIC) available
on arm64.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
---
 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 c132bdd..675c2d1 100644
--- a/drivers/pci/host/Kconfig
+++ b/drivers/pci/host/Kconfig
@@ -53,7 +53,7 @@ config PCI_RCAR_GEN2_PCIE
 
 config PCI_HOST_GENERIC
 	bool "Generic PCI host controller"
-	depends on ARM && OF
+	depends on (ARM || ARM64) && OF
 	help
 	  Say Y here if you want to support a simple generic PCI host
 	  controller, such as the one emulated by kvmtool.
-- 
1.9.1

  parent reply	other threads:[~2015-08-04 20:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-04 20:53 [PATCH v4 1/3] PCI: generic: remove dependency on hw_pci Jayachandran C
2015-08-04 20:53 ` [PATCH v4 2/3] PCI: Add setup-irq.o when compiling for arm64 Jayachandran C
2015-08-04 20:53 ` Jayachandran C [this message]
2015-08-04 23:49 ` [PATCH v4 1/3] PCI: generic: remove dependency on hw_pci Bjorn Helgaas
2015-08-05  9:23   ` Will Deacon
2015-08-05  9:25     ` Will Deacon
2015-08-05 11:51       ` Bjorn Helgaas
2015-08-13 13:16     ` Suravee Suthikulpanit
2015-08-12  7:11   ` Pavel Fedin
2015-08-12  9:04     ` Will Deacon
2015-08-14 13:44       ` Pavel Fedin
2015-08-14 14:46       ` Bjorn Helgaas
2015-08-14 15:24         ` Lorenzo Pieralisi
2015-08-12  9:15   ` Lorenzo Pieralisi

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=1438721620-15493-3-git-send-email-jchandra@broadcom.com \
    --to=jchandra@broadcom.com \
    --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;
as well as URLs for NNTP newsgroup(s).