aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>2013-01-23 10:26:32 -0500
committerArnd Bergmann <arnd@arndb.de>2013-02-28 12:57:07 -0500
commit9b75ac0cbf11199c4d125e68c3b86ae7d0ee941f (patch)
treedf122f04058d4d51340d819ae3c7129d17e3b6d0 /arch/arm
parent9b47a4fb7760fabfbbc33b7d7703454684f36782 (diff)
arm: mvebu: Update defconfig to select USB support
Cc: Lior Amsalem <alior@marvell.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Gregory CLEMENT <gregory.clement@free-electrons.com> Tested-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Tested-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/configs/mvebu_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index 4e6f0ceb9b12..28e3332ede74 100644
--- a/arch/arm/configs/mvebu_defconfig
+++ b/arch/arm/configs/mvebu_defconfig
@@ -44,7 +44,10 @@ CONFIG_I2C_MV64XXX=y
44CONFIG_SERIAL_8250_DW=y 44CONFIG_SERIAL_8250_DW=y
45CONFIG_GPIOLIB=y 45CONFIG_GPIOLIB=y
46CONFIG_GPIO_SYSFS=y 46CONFIG_GPIO_SYSFS=y
47# CONFIG_USB_SUPPORT is not set 47CONFIG_USB_SUPPORT=y
48CONFIG_USB=y
49CONFIG_USB_EHCI_HCD=y
50CONFIG_USB_EHCI_ROOT_HUB_TT=y
48CONFIG_MMC=y 51CONFIG_MMC=y
49CONFIG_MMC_MVSDIO=y 52CONFIG_MMC_MVSDIO=y
50CONFIG_NEW_LEDS=y 53CONFIG_NEW_LEDS=y