123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- From f0f29d36c24d4dfa0a7197b83b2fb9ccec147421 Mon Sep 17 00:00:00 2001
- From: Phil Elwell <pelwell@users.noreply.github.com>
- Date: Thu, 19 Jan 2017 16:44:43 +0000
- Subject: [PATCH] config: More USB config options for bcm2709_defconfig (#1805)
- Bring bcm2709_defconfig up to the level of bcmrpi_defconfig with
- respect to USB support. This is prompted by the introduction of CM3,
- which makes gadget mode on 2709/2710 a useful option.
- Note that the DWC2 driver is not loaded by default and must be enabled
- using a DT overlay or custom .dtb.
- Signed-off-by: Phil Elwell <phil@raspberrypi.org>
- ---
- arch/arm/configs/bcm2709_defconfig | 15 +++++++++++++++
- 1 file changed, 15 insertions(+)
- --- a/arch/arm/configs/bcm2709_defconfig
- +++ b/arch/arm/configs/bcm2709_defconfig
- @@ -969,6 +969,7 @@ CONFIG_USB_MICROTEK=m
- CONFIG_USBIP_CORE=m
- CONFIG_USBIP_VHCI_HCD=m
- CONFIG_USBIP_HOST=m
- +CONFIG_USB_DWC2=m
- CONFIG_USB_SERIAL=m
- CONFIG_USB_SERIAL_GENERIC=y
- CONFIG_USB_SERIAL_AIRCABLE=m
- @@ -1042,6 +1043,20 @@ CONFIG_USB_SPEEDTOUCH=m
- 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=y
|