Skip to content

Commit

Permalink
PCI: iproc: Fix ARM64 dependency in Kconfig
Browse files Browse the repository at this point in the history
Allow Broadcom iProc PCIe core driver to be compiled for ARM64

Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Vikram Prakash <vikramp@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Ray Jui authored and Olof Johansson committed Jul 29, 2015
1 parent db9d6d7 commit b00c441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pci/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ config PCI_VERSATILE

config PCIE_IPROC
tristate "Broadcom iProc PCIe controller"
depends on OF && ARM
depends on OF && (ARM || ARM64)
default n
help
This enables the iProc PCIe core controller support for Broadcom's
Expand Down

0 comments on commit b00c441

Please sign in to comment.