summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>2013-04-17 19:51:34 (GMT)
committerJason Cooper <jason@lakedaemon.net>2013-05-13 20:06:06 (GMT)
commit366c0b76416ed15feb90ba4ef0bd8f03d62d1091 (patch)
tree5f10cbf6ea03c62936dee04a22c2991ae451cb4c
parentf722406faae2d073cc1d01063d1123c35425939e (diff)
downloadlinux-366c0b76416ed15feb90ba4ef0bd8f03d62d1091.tar.xz
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>
-rw-r--r--arch/arm/configs/mvebu_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig
index f3e8ae0..0837829 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