From 8ec385e0fd12bf5fb2b73cf3692ffdc4bdcdaf8d Mon Sep 17 00:00:00 2001 From: wu-chengwen Date: Thu, 9 Dec 2021 21:14:12 +0800 Subject: [PATCH] fix: restore usb config for hi3516 Signed-off-by: wu-chengwen --- linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig b/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig index 2ccc3d9..d970529 100755 --- a/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig +++ b/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig @@ -2193,8 +2193,7 @@ CONFIG_USB_STORAGE=y # CONFIG_USB_MUSB_HDRC is not set CONFIG_USB_DWC3=y # CONFIG_USB_DWC3_HOST is not set -# CONFIG_USB_DWC3_GADGET is not set -CONFIG_USB_DWC3_DUAL_ROLE=y +CONFIG_USB_DWC3_GADGET=y # # Platform Glue Driver Support @@ -2586,7 +2585,7 @@ CONFIG_ARM_TIMER_SP804=y # # CONFIG_XILINX_VCU is not set # CONFIG_PM_DEVFREQ is not set -CONFIG_EXTCON=y +# CONFIG_EXTCON is not set # CONFIG_MEMORY is not set # CONFIG_IIO is not set CONFIG_PWM=y -- Gitee