From 41b0fe54d478bb774fb9890b0f2779db59b0ee9e Mon Sep 17 00:00:00 2001 From: wu-chengwen Date: Wed, 22 Dec 2021 16:12:01 +0800 Subject: [PATCH] feat: update usb dwc3 default config Signed-off-by: wu-chengwen --- linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig b/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig index a8d9755..64f63af 100755 --- a/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig +++ b/linux-5.10/arch/arm/configs/hi3516dv300_standard_defconfig @@ -2195,7 +2195,8 @@ 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=y +# CONFIG_USB_DWC3_GADGET is not set +CONFIG_USB_DWC3_DUAL_ROLE=y # # Platform Glue Driver Support @@ -2587,7 +2588,7 @@ CONFIG_ARM_TIMER_SP804=y # # CONFIG_XILINX_VCU is not set # CONFIG_PM_DEVFREQ is not set -# CONFIG_EXTCON is not set +CONFIG_EXTCON=y # CONFIG_MEMORY is not set # CONFIG_IIO is not set CONFIG_PWM=y -- Gitee