780644211ea8a66b2a8b2d17c8eba08d363f8078
[openwrt.git] / target / linux / kirkwood / patches-3.10 / 0007-arm-mvebu-PCIe-support-is-now-available-on-mvebu.patch
1 From 3b475bd86ce4c647a65d218a3014396d4b139fb3 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Thu, 16 May 2013 17:55:23 +0200
4 Subject: [PATCH 07/29] 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 Signed-off-by: Jason Cooper <jason@lakedaemon.net>
12 ---
13  arch/arm/mach-mvebu/Kconfig | 2 ++
14  1 file changed, 2 insertions(+)
15
16 --- a/arch/arm/mach-mvebu/Kconfig
17 +++ b/arch/arm/mach-mvebu/Kconfig
18 @@ -16,6 +16,8 @@ config ARCH_MVEBU
19         select MVEBU_MBUS
20         select ZONE_DMA if ARM_LPAE
21         select ARCH_REQUIRE_GPIOLIB
22 +       select MIGHT_HAVE_PCI
23 +       select PCI_QUIRKS if PCI
24  
25  if ARCH_MVEBU
26