imx6: update PCIe driver
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38080
This commit is contained in:
17
target/linux/imx6/patches-3.10/010-pcie-backport-fixes.patch
Normal file
17
target/linux/imx6/patches-3.10/010-pcie-backport-fixes.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
--- a/drivers/pci/Kconfig
|
||||
+++ b/drivers/pci/Kconfig
|
||||
@@ -125,3 +125,5 @@ config PCI_IOAPIC
|
||||
config PCI_LABEL
|
||||
def_bool y if (DMI || ACPI)
|
||||
select NLS
|
||||
+
|
||||
+source "drivers/pci/host/Kconfig"
|
||||
--- a/drivers/pci/Makefile
|
||||
+++ b/drivers/pci/Makefile
|
||||
@@ -67,3 +67,6 @@ obj-$(CONFIG_XEN_PCIDEV_FRONTEND) += xen
|
||||
obj-$(CONFIG_OF) += of.o
|
||||
|
||||
ccflags-$(CONFIG_PCI_DEBUG) := -DDEBUG
|
||||
+
|
||||
+# PCI host controller drivers
|
||||
+obj-y += host/
|
||||
Reference in New Issue
Block a user