diff options
author | Jayachandran C <jchandra@broadcom.com> | 2015-08-04 23:53:40 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2015-08-20 20:02:49 +0300 |
commit | aa4a5c0d2d7e3c30f9df033ea0367f148bb369f6 (patch) | |
tree | 28a5baf403865d1548c7c4acf362f982a2da4ece /drivers/pci | |
parent | 459a07721c113b807ffcaa7bc98dd5d26beb39d5 (diff) | |
download | linux-aa4a5c0d2d7e3c30f9df033ea0367f148bb369f6.tar.xz |
PCI: generic: Add arm64 support
Make pci-host-generic driver (kernel option PCI_HOST_GENERIC) available on
arm64.
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index c132bddc03f3..675c2d1ef887 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. |