ca0ccb83c884ef4c51a439f513d041ba1e965162
[openwrt/openwrt.git] / target / linux / oxnas / patches-3.14 / 340-oxnas-pcie.patch
1 Index: linux-3.14.18/drivers/pci/host/Kconfig
2 ===================================================================
3 --- linux-3.14.18.orig/drivers/pci/host/Kconfig
4 +++ linux-3.14.18/drivers/pci/host/Kconfig
5 @@ -33,4 +33,9 @@ config PCI_RCAR_GEN2
6 There are 3 internal PCI controllers available with a single
7 built-in EHCI/OHCI host controller present on each one.
8
9 +config PCI_OXNAS
10 + bool "PLX Oxnas PCIe controller"
11 + depends on ARCH_OXNAS
12 + select PCIEPORTBUS
13 +
14 endmenu
15 Index: linux-3.14.18/drivers/pci/host/Makefile
16 ===================================================================
17 --- linux-3.14.18.orig/drivers/pci/host/Makefile
18 +++ linux-3.14.18/drivers/pci/host/Makefile
19 @@ -4,3 +4,4 @@ obj-$(CONFIG_PCI_IMX6) += pci-imx6.o
20 obj-$(CONFIG_PCI_MVEBU) += pci-mvebu.o
21 obj-$(CONFIG_PCI_TEGRA) += pci-tegra.o
22 obj-$(CONFIG_PCI_RCAR_GEN2) += pci-rcar-gen2.o
23 +obj-$(CONFIG_PCI_OXNAS) += pcie-oxnas.o