diff options
author | Ezequiel Garcia <[email protected]> | 2013-01-23 12:26:32 -0300 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2013-02-28 18:57:07 +0100 |
commit | 9b75ac0cbf11199c4d125e68c3b86ae7d0ee941f (patch) | |
tree | df122f04058d4d51340d819ae3c7129d17e3b6d0 | |
parent | 9b47a4fb7760fabfbbc33b7d7703454684f36782 (diff) |
arm: mvebu: Update defconfig to select USB support
Cc: Lior Amsalem <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Cc: Gregory CLEMENT <[email protected]>
Tested-by: Nobuhiro Iwamatsu <[email protected]>
Tested-by: Florian Fainelli <[email protected]>
Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Jason Cooper <[email protected]>
-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 CONFIG_SERIAL_8250_DW=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y -# CONFIG_USB_SUPPORT is not set +CONFIG_USB_SUPPORT=y +CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_MMC=y CONFIG_MMC_MVSDIO=y CONFIG_NEW_LEDS=y |