From e0afc18e3b9f5a6e2c6440edb17db1b955a387a6 Mon Sep 17 00:00:00 2001 From: wu-chengwen Date: Wed, 23 Nov 2022 17:48:37 +0800 Subject: [PATCH] fix(usb):add ecm Signed-off-by: wu-chengwen --- drivers/usb/gadget/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 2d152571a7de..b586176d7057 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -172,7 +172,7 @@ config USB_F_NCM tristate config USB_F_ECM - tristate + tristate "Function ecm driver" config USB_F_PHONET tristate -- Gitee