kernel: bump kernel 4.4 to 4.4.129 for 17.01
[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 --- a/arch/arm/configs/bcm2709_defconfig
19 +++ b/arch/arm/configs/bcm2709_defconfig
20 @@ -969,6 +969,7 @@ CONFIG_USB_MICROTEK=m
21 CONFIG_USBIP_CORE=m
22 CONFIG_USBIP_VHCI_HCD=m
23 CONFIG_USBIP_HOST=m
24 +CONFIG_USB_DWC2=m
25 CONFIG_USB_SERIAL=m
26 CONFIG_USB_SERIAL_GENERIC=y
27 CONFIG_USB_SERIAL_AIRCABLE=m
28 @@ -1042,6 +1043,20 @@ CONFIG_USB_SPEEDTOUCH=m
29 CONFIG_USB_CXACRU=m
30 CONFIG_USB_UEAGLEATM=m
31 CONFIG_USB_XUSBATM=m
32 +CONFIG_USB_GADGET=m
33 +CONFIG_USB_ZERO=m
34 +CONFIG_USB_AUDIO=m
35 +CONFIG_USB_ETH=m
36 +CONFIG_USB_GADGETFS=m
37 +CONFIG_USB_MASS_STORAGE=m
38 +CONFIG_USB_G_SERIAL=m
39 +CONFIG_USB_MIDI_GADGET=m
40 +CONFIG_USB_G_PRINTER=m
41 +CONFIG_USB_CDC_COMPOSITE=m
42 +CONFIG_USB_G_ACM_MS=m
43 +CONFIG_USB_G_MULTI=m
44 +CONFIG_USB_G_HID=m
45 +CONFIG_USB_G_WEBCAM=m
46 CONFIG_MMC=y
47 CONFIG_MMC_BLOCK_MINORS=32
48 CONFIG_MMC_BCM2835=y