]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm: mvebu: update defconfig with PCI and USB support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 May 2013 15:55:24 +0000 (17:55 +0200)
committerJason Cooper <jason@lakedaemon.net>
Sun, 19 May 2013 20:49:16 +0000 (20:49 +0000)
Now that we have the necessary drivers and Device Tree informations to
support PCIe on Armada 370 and Armada XP, enable the CONFIG_PCI
option.

Also, since the Armada 370 Mirabox has a built-in USB XHCI controller
connected on the PCIe bus, enable the corresponding options as well.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/configs/mvebu_defconfig

index 083782973e39292204ca4221265a2511b4c40bca..804b1dae433055574efb1fe428c814c01d7e0c01 100644 (file)
@@ -13,6 +13,8 @@ CONFIG_MACH_ARMADA_370=y
 CONFIG_MACH_ARMADA_XP=y
 # CONFIG_CACHE_L2X0 is not set
 # CONFIG_SWP_EMULATE is not set
+CONFIG_PCI=y
+CONFIG_PCI_MVEBU=y
 CONFIG_SMP=y
 CONFIG_AEABI=y
 CONFIG_HIGHMEM=y
@@ -61,6 +63,7 @@ CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_ROOT_HUB_TT=y
 CONFIG_USB_STORAGE=y
+CONFIG_USB_XHCI_HCD=y
 CONFIG_MMC=y
 CONFIG_MMC_MVSDIO=y
 CONFIG_NEW_LEDS=y