mvebu: switch to 3.10
[openwrt/staging/chunkeey.git] / target / linux / mvebu / patches-3.8 / 036-arm_mvebu_pcie_support_is_now_available.patch
1 Now that the PCIe driver for mvebu has been integrated and all its
2 relevant dependencies, we can mark the ARCH_MVEBU platform has
3 MIGHT_HAVE_PCI, which allows to select the PCI bus support if needed.
4
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6 ---
7 arch/arm/mach-mvebu/Kconfig | 2 ++
8 1 file changed, 2 insertions(+)
9
10 --- a/arch/arm/mach-mvebu/Kconfig
11 +++ b/arch/arm/mach-mvebu/Kconfig
12 @@ -13,6 +13,8 @@ config ARCH_MVEBU
13 select MVEBU_CLK_CORE
14 select MVEBU_CLK_CPU
15 select MVEBU_CLK_GATING
16 + select MIGHT_HAVE_PCI
17 + select PCI_QUIRKS if PCI
18
19 if ARCH_MVEBU
20