ubox: fix sha256 mirror hash
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0574-config-More-USB-config-options-for-bcm2709_defconfig.patch
1 From f0f29d36c24d4dfa0a7197b83b2fb9ccec147421 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <pelwell@users.noreply.github.com>
3 Date: Thu, 19 Jan 2017 16:44:43 +0000
4 Subject: [PATCH] config: More USB config options for bcm2709_defconfig (#1805)
5
6 Bring bcm2709_defconfig up to the level of bcmrpi_defconfig with
7 respect to USB support. This is prompted by the introduction of CM3,
8 which makes gadget mode on 2709/2710 a useful option.
9
10 Note that the DWC2 driver is not loaded by default and must be enabled
11 using a DT overlay or custom .dtb.
12
13 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
14 ---
15 arch/arm/configs/bcm2709_defconfig | 15 +++++++++++++++
16 1 file changed, 15 insertions(+)
17
18 diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig
19 index 1085058..19daca4 100644
20 --- a/arch/arm/configs/bcm2709_defconfig
21 +++ b/arch/arm/configs/bcm2709_defconfig
22 @@ -969,6 +969,7 @@ CONFIG_USB_MICROTEK=m
23 CONFIG_USBIP_CORE=m
24 CONFIG_USBIP_VHCI_HCD=m
25 CONFIG_USBIP_HOST=m
26 +CONFIG_USB_DWC2=m
27 CONFIG_USB_SERIAL=m
28 CONFIG_USB_SERIAL_GENERIC=y
29 CONFIG_USB_SERIAL_AIRCABLE=m
30 @@ -1042,6 +1043,20 @@ CONFIG_USB_SPEEDTOUCH=m
31 CONFIG_USB_CXACRU=m
32 CONFIG_USB_UEAGLEATM=m
33 CONFIG_USB_XUSBATM=m
34 +CONFIG_USB_GADGET=m
35 +CONFIG_USB_ZERO=m
36 +CONFIG_USB_AUDIO=m
37 +CONFIG_USB_ETH=m
38 +CONFIG_USB_GADGETFS=m
39 +CONFIG_USB_MASS_STORAGE=m
40 +CONFIG_USB_G_SERIAL=m
41 +CONFIG_USB_MIDI_GADGET=m
42 +CONFIG_USB_G_PRINTER=m
43 +CONFIG_USB_CDC_COMPOSITE=m
44 +CONFIG_USB_G_ACM_MS=m
45 +CONFIG_USB_G_MULTI=m
46 +CONFIG_USB_G_HID=m
47 +CONFIG_USB_G_WEBCAM=m
48 CONFIG_MMC=y
49 CONFIG_MMC_BLOCK_MINORS=32
50 CONFIG_MMC_BCM2835=y
51 --
52 2.1.4
53