From: popcornmix Date: Thu, 25 Oct 2018 13:08:43 +0000 (+0100) Subject: config: Add CONFIG_USBIP_VUDC X-Git-Tag: accepted/tizen/unified/20191111.065916~978 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4a0a8afd6eb32cc422acf03cd023ae526394b52;p=platform%2Fkernel%2Flinux-rpi.git config: Add CONFIG_USBIP_VUDC See: https://github.com/raspberrypi/firmware/issues/353 --- diff --git a/arch/arm/configs/bcm2709_defconfig b/arch/arm/configs/bcm2709_defconfig index 2f4d08a..acb05e7 100644 --- a/arch/arm/configs/bcm2709_defconfig +++ b/arch/arm/configs/bcm2709_defconfig @@ -1013,6 +1013,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 diff --git a/arch/arm/configs/bcmrpi_defconfig b/arch/arm/configs/bcmrpi_defconfig index ada6673..9374a68 100644 --- a/arch/arm/configs/bcmrpi_defconfig +++ b/arch/arm/configs/bcmrpi_defconfig @@ -1006,6 +1006,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