From 8921424e94b7298ef00d700c888b1c0e8a54f786 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 15 Apr 2019 16:45:28 +0800 Subject: [PATCH] kernel: Add missing config option for kernel 4.19 --- target/linux/generic/config-4.19 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index ba2d67c2d..91e9434c9 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -5520,6 +5520,7 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y # CONFIG_USB_RCAR_PHY is not set # CONFIG_USB_RENESAS_USBHS is not set # CONFIG_USB_RIO500 is not set +# CONFIG_USB_ROLE_SWITCH is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_RTL8152 is not set # CONFIG_USB_S2255 is not set -- GitLab