3aeeb47e69d99959d6984ce370e049d4dc9f1021
[openwrt/staging/lynxis/omap.git] / target / linux / mvebu / patches-3.10 / 0011-arm-mvebu-update-defconfig-with-PCI-and-USB-support.patch
1 From c3da1bb20af37c09a07756d54420470788f131c7 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Fri, 7 Dec 2012 22:49:57 +0100
4 Subject: [PATCH 011/203] arm: mvebu: update defconfig with PCI and USB support
5
6 Now that we have the necessary drivers and Device Tree informations to
7 support PCIe on Armada 370 and Armada XP, enable the CONFIG_PCI
8 option.
9
10 Also, since the Armada 370 Mirabox has a built-in USB XHCI controller
11 connected on the PCIe bus, enable the corresponding options as well.
12
13 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 ---
15 arch/arm/configs/mvebu_defconfig | 3 +++
16 1 file changed, 3 insertions(+)
17
18 --- a/arch/arm/configs/mvebu_defconfig
19 +++ b/arch/arm/configs/mvebu_defconfig
20 @@ -13,6 +13,8 @@ CONFIG_MACH_ARMADA_370=y
21 CONFIG_MACH_ARMADA_XP=y
22 # CONFIG_CACHE_L2X0 is not set
23 # CONFIG_SWP_EMULATE is not set
24 +CONFIG_PCI=y
25 +CONFIG_PCI_MVEBU=y
26 CONFIG_SMP=y
27 CONFIG_AEABI=y
28 CONFIG_HIGHMEM=y
29 @@ -61,6 +63,7 @@ CONFIG_USB=y
30 CONFIG_USB_EHCI_HCD=y
31 CONFIG_USB_EHCI_ROOT_HUB_TT=y
32 CONFIG_USB_STORAGE=y
33 +CONFIG_USB_XHCI_HCD=y
34 CONFIG_MMC=y
35 CONFIG_MMC_MVSDIO=y
36 CONFIG_NEW_LEDS=y