diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-02 15:24:53 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-02 15:24:53 +0000 |
commit | f17be5617a89b213966c44127fa6a597cd637464 (patch) | |
tree | 04c687fc499804fcf0d40b1b6928b8aa7661a4f5 /target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch | |
parent | 0e73da37d5b0edd7918dd3f9ee025a2167d0f788 (diff) | |
download | upstream-f17be5617a89b213966c44127fa6a597cd637464.tar.gz upstream-f17be5617a89b213966c44127fa6a597cd637464.tar.bz2 upstream-f17be5617a89b213966c44127fa6a597cd637464.zip |
bcm53xx: update PCIe driver
This updates the iProc PCIe driver to the version currently submitted
for kernel 4.5.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47688
Diffstat (limited to 'target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch b/target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch new file mode 100644 index 0000000000..75847afc53 --- /dev/null +++ b/target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch @@ -0,0 +1,27 @@ +From b00c4415fb231f276221c634a47ce7328df9aae5 Mon Sep 17 00:00:00 2001 +From: Ray Jui <rjui@broadcom.com> +Date: Mon, 27 Jul 2015 15:42:19 -0700 +Subject: [PATCH 38/40] PCI: iproc: Fix ARM64 dependency in Kconfig + +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> +--- + drivers/pci/host/Kconfig | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/drivers/pci/host/Kconfig ++++ b/drivers/pci/host/Kconfig +@@ -108,7 +108,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 |