diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-01-23 10:26:32 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-28 12:57:07 -0500 |
commit | 9b75ac0cbf11199c4d125e68c3b86ae7d0ee941f (patch) | |
tree | df122f04058d4d51340d819ae3c7129d17e3b6d0 | |
parent | 9b47a4fb7760fabfbbc33b7d7703454684f36782 (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>
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 5 |
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 | |||
44 | CONFIG_SERIAL_8250_DW=y | 44 | CONFIG_SERIAL_8250_DW=y |
45 | CONFIG_GPIOLIB=y | 45 | CONFIG_GPIOLIB=y |
46 | CONFIG_GPIO_SYSFS=y | 46 | CONFIG_GPIO_SYSFS=y |
47 | # CONFIG_USB_SUPPORT is not set | 47 | CONFIG_USB_SUPPORT=y |
48 | CONFIG_USB=y | ||
49 | CONFIG_USB_EHCI_HCD=y | ||
50 | CONFIG_USB_EHCI_ROOT_HUB_TT=y | ||
48 | CONFIG_MMC=y | 51 | CONFIG_MMC=y |
49 | CONFIG_MMC_MVSDIO=y | 52 | CONFIG_MMC_MVSDIO=y |
50 | CONFIG_NEW_LEDS=y | 53 | CONFIG_NEW_LEDS=y |