diff options
author | Ezequiel Garcia | 2013-04-17 16:51:34 -0300 |
---|---|---|
committer | Jason Cooper | 2013-05-13 20:06:06 +0000 |
commit | 366c0b76416ed15feb90ba4ef0bd8f03d62d1091 (patch) | |
tree | 5f10cbf6ea03c62936dee04a22c2991ae451cb4c /arch/arm/configs | |
parent | f722406faae2d073cc1d01063d1123c35425939e (diff) |
ARM: mvebu: Add support for USB storage class in mvebu_defconfig
Some boards can have built-in USB storage class controllers so
it's better to have this option included by default.
Currently this option is needed to support built-in USB MMC controller
found in Globalscale Mirabox board.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index f3e8ae001ff1..083782973e39 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig @@ -60,6 +60,7 @@ CONFIG_USB_SUPPORT=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y +CONFIG_USB_STORAGE=y CONFIG_MMC=y CONFIG_MMC_MVSDIO=y CONFIG_NEW_LEDS=y |