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.
31 lines
946 B
31 lines
946 B
From e93796935edc915e6c3578cb1f2f3014ae3b69a8 Mon Sep 17 00:00:00 2001
|
|
From: popcornmix <popcornmix@gmail.com>
|
|
Date: Thu, 25 Oct 2018 14:08:43 +0100
|
|
Subject: [PATCH 432/454] config: Add CONFIG_USBIP_VUDC
|
|
|
|
See: https://github.com/raspberrypi/firmware/issues/353
|
|
---
|
|
arch/arm/configs/bcm2709_defconfig | 1 +
|
|
arch/arm/configs/bcmrpi_defconfig | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
--- a/arch/arm/configs/bcm2709_defconfig
|
|
+++ b/arch/arm/configs/bcm2709_defconfig
|
|
@@ -1004,6 +1004,7 @@ CONFIG_USB_MICROTEK=m
|
|
CONFIG_USBIP_CORE=m
|
|
CONFIG_USBIP_VHCI_HCD=m
|
|
CONFIG_USBIP_HOST=m
|
|
+CONFIG_USBIP_VUDC=m
|
|
CONFIG_USB_DWC2=m
|
|
CONFIG_USB_SERIAL=m
|
|
CONFIG_USB_SERIAL_GENERIC=y
|
|
--- a/arch/arm/configs/bcmrpi_defconfig
|
|
+++ b/arch/arm/configs/bcmrpi_defconfig
|
|
@@ -997,6 +997,7 @@ CONFIG_USB_MICROTEK=m
|
|
CONFIG_USBIP_CORE=m
|
|
CONFIG_USBIP_VHCI_HCD=m
|
|
CONFIG_USBIP_HOST=m
|
|
+CONFIG_USBIP_VUDC=m
|
|
CONFIG_USB_DWC2=m
|
|
CONFIG_USB_SERIAL=m
|
|
CONFIG_USB_SERIAL_GENERIC=y
|
|
|