brcm47xx: add support for ipv6 in default network config
[openwrt.git] / target / linux / kirkwood / patches-3.10 / 0008-arm-mvebu-update-defconfig-with-PCI-and-USB-support.patch
1 From 3339170f8adf10c32ad8ba4069f94f1bcd40f46d 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 08/29] 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 diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
19 index f3e8ae0..966281e 100644
20 --- a/arch/arm/configs/mvebu_defconfig
21 +++ b/arch/arm/configs/mvebu_defconfig
22 @@ -13,6 +13,8 @@ CONFIG_MACH_ARMADA_370=y
23  CONFIG_MACH_ARMADA_XP=y
24  # CONFIG_CACHE_L2X0 is not set
25  # CONFIG_SWP_EMULATE is not set
26 +CONFIG_PCI=y
27 +CONFIG_PCI_MVEBU=y
28  CONFIG_SMP=y
29  CONFIG_AEABI=y
30  CONFIG_HIGHMEM=y
31 @@ -60,6 +62,7 @@ CONFIG_USB_SUPPORT=y
32  CONFIG_USB=y
33  CONFIG_USB_EHCI_HCD=y
34  CONFIG_USB_EHCI_ROOT_HUB_TT=y
35 +CONFIG_USB_XHCI_HCD=y
36  CONFIG_MMC=y
37  CONFIG_MMC_MVSDIO=y
38  CONFIG_NEW_LEDS=y
39 -- 
40 1.8.4.rc1
41