2e90b7d8d153fcb19026a90342b4dc40dedb90b7
[openwrt/staging/lynxis/omap.git] / target / linux / mvebu / patches-3.10 / 0010-arm-mvebu-PCIe-support-is-now-available-on-mvebu.patch
1 From 430d545623552ddc6b68785032cc9129d0a00b43 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Fri, 7 Dec 2012 20:56:52 +0100
4 Subject: [PATCH 010/203] arm: mvebu: PCIe support is now available on mvebu
5
6 Now that the PCIe driver for mvebu has been integrated and all its
7 relevant dependencies, we can mark the ARCH_MVEBU platform has
8 MIGHT_HAVE_PCI, which allows to select the PCI bus support if needed.
9
10 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 ---
12 arch/arm/mach-mvebu/Kconfig | 2 ++
13 1 file changed, 2 insertions(+)
14
15 --- a/arch/arm/mach-mvebu/Kconfig
16 +++ b/arch/arm/mach-mvebu/Kconfig
17 @@ -16,6 +16,8 @@ config ARCH_MVEBU
18 select MVEBU_MBUS
19 select ZONE_DMA if ARM_LPAE
20 select ARCH_REQUIRE_GPIOLIB
21 + select MIGHT_HAVE_PCI
22 + select PCI_QUIRKS if PCI
23
24 if ARCH_MVEBU
25