diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2016-01-19 20:58:48 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2016-01-19 20:58:48 +0000 |
commit | 1dfa369c98075302400f46cd2b410d32a5ef68d6 (patch) | |
tree | 30bb288628a36c2469bfedec94161e0e63258b27 /target/linux/bcm53xx/patches-4.1/033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch | |
parent | 82939c3f52acd089370de17a4f8e07d453b0bf13 (diff) | |
download | upstream-1dfa369c98075302400f46cd2b410d32a5ef68d6.tar.gz upstream-1dfa369c98075302400f46cd2b410d32a5ef68d6.tar.bz2 upstream-1dfa369c98075302400f46cd2b410d32a5ef68d6.zip |
bcm53xx: group iProc patches into patchsets they were sent in
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48368
Diffstat (limited to 'target/linux/bcm53xx/patches-4.1/033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-4.1/033-0002-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/033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch b/target/linux/bcm53xx/patches-4.1/033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch new file mode 100644 index 0000000000..414a83f4ef --- /dev/null +++ b/target/linux/bcm53xx/patches-4.1/033-0002-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 2/4] 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 |