mvebu: backport mainline patches from kernel 3.11
[openwrt.git] / target / linux / mvebu / patches-3.10 / 0001-ARM-mvebu-Add-support-for-USB-storage-class-in-mvebu.patch
1 From 6c52eba54044791592aefd139bdc2a7b6127e981 Mon Sep 17 00:00:00 2001
2 From: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
3 Date: Wed, 17 Apr 2013 16:51:34 -0300
4 Subject: [PATCH 001/203] ARM: mvebu: Add support for USB storage class in
5  mvebu_defconfig
6
7 Some boards can have built-in USB storage class controllers so
8 it's better to have this option included by default.
9
10 Currently this option is needed to support built-in USB MMC controller
11 found in Globalscale Mirabox board.
12
13 Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
14 Signed-off-by: Jason Cooper <jason@lakedaemon.net>
15 ---
16  arch/arm/configs/mvebu_defconfig | 1 +
17  1 file changed, 1 insertion(+)
18
19 --- a/arch/arm/configs/mvebu_defconfig
20 +++ b/arch/arm/configs/mvebu_defconfig
21 @@ -60,6 +60,7 @@ CONFIG_USB_SUPPORT=y
22  CONFIG_USB=y
23  CONFIG_USB_EHCI_HCD=y
24  CONFIG_USB_EHCI_ROOT_HUB_TT=y
25 +CONFIG_USB_STORAGE=y
26  CONFIG_MMC=y
27  CONFIG_MMC_MVSDIO=y
28  CONFIG_NEW_LEDS=y