You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
924 B
32 lines
924 B
From 0367253c999dbed25e2f1cc18bddd09102ae89c3 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Thomas=20Wei=C3=9Fschuh?= <linux@weissschuh.net>
|
|
Date: Fri, 23 Feb 2018 15:25:19 +0100
|
|
Subject: [PATCH 228/454] bcm2709: enable usb gadget functions
|
|
|
|
they are already in bcmrpi_defconfig
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 13 +++++++++++++
|
|
1 file changed, 13 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -1057,6 +1057,19 @@ CONFIG_USB_CXACRU=m
|
|
CONFIG_USB_UEAGLEATM=m
|
|
CONFIG_USB_XUSBATM=m
|
|
CONFIG_USB_GADGET=m
|
|
+CONFIG_USB_ZERO=m
|
|
+CONFIG_USB_AUDIO=m
|
|
+CONFIG_USB_ETH=m
|
|
+CONFIG_USB_GADGETFS=m
|
|
+CONFIG_USB_MASS_STORAGE=m
|
|
+CONFIG_USB_G_SERIAL=m
|
|
+CONFIG_USB_MIDI_GADGET=m
|
|
+CONFIG_USB_G_PRINTER=m
|
|
+CONFIG_USB_CDC_COMPOSITE=m
|
|
+CONFIG_USB_G_ACM_MS=m
|
|
+CONFIG_USB_G_MULTI=m
|
|
+CONFIG_USB_G_HID=m
|
|
+CONFIG_USB_G_WEBCAM=m
|
|
CONFIG_MMC=y
|
|
CONFIG_MMC_BLOCK_MINORS=32
|
|
CONFIG_MMC_BCM2835_MMC=y
|
|
|