9467b2fefab7d7681df9d80c92e1ddd9cd8e22ed
[openwrt.git] / target / linux / kirkwood / patches-3.10 / 0007-arm-mvebu-PCIe-support-is-now-available-on-mvebu.patch
1 From d8bb1510b06f29bb6b63ebafe23656faae60d87f 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 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 ---
12  arch/arm/mach-mvebu/Kconfig | 2 ++
13  1 file changed, 2 insertions(+)
14
15 diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
16 index 80a8bca..fb827ac 100644
17 --- a/arch/arm/mach-mvebu/Kconfig
18 +++ b/arch/arm/mach-mvebu/Kconfig
19 @@ -16,6 +16,8 @@ config ARCH_MVEBU
20         select MVEBU_MBUS
21         select ZONE_DMA if ARM_LPAE
22         select ARCH_REQUIRE_GPIOLIB
23 +       select MIGHT_HAVE_PCI
24 +       select PCI_QUIRKS if PCI
25  
26  if ARCH_MVEBU
27  
28 -- 
29 1.8.4.rc1
30