From: Ezequiel Garcia Date: Wed, 17 Apr 2013 19:51:34 +0000 (-0300) Subject: ARM: mvebu: Add support for USB storage class in mvebu_defconfig X-Git-Tag: upstream/snapshot3+hdmi~4842^2~52^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=366c0b76416ed15feb90ba4ef0bd8f03d62d1091;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Signed-off-by: Jason Cooper --- 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