Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ca17724 authored by Jayachandran C's avatar Jayachandran C Committed by Alex Shi
Browse files

PCI: generic: Add arm64 support



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

Signed-off-by: default avatarJayachandran C <jchandra@broadcom.com>
Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
(cherry picked from commit aa4a5c0d2d7e3c30f9df033ea0367f148bb369f6)
Signed-off-by: default avatarAlex Shi <alex.shi@linaro.org>
parent 95aabd03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,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.