From: Thadeu Lima de Souza Cascardo Date: Fri, 11 Aug 2017 11:33:23 +0000 (-0300) Subject: usb: gadget: allow serial gadget console on other configs X-Git-Tag: rel_imx_4.19.35_1.1.0~11814^2~31^2~23 X-Git-Url: https://git.somdevices.com/?a=commitdiff_plain;h=f8faa3bf5fc988e504766b8d1bb7b3d5fb09f6f8;p=linux.git usb: gadget: allow serial gadget console on other configs USB gadget serial console works on functions other than the legacy configurations. Let the user enable it when using any function that uses the serial utilities. Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 35cc641d9f31..31cce7805eb2 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -130,7 +130,7 @@ config USB_GADGET_STORAGE_NUM_BUFFERS config U_SERIAL_CONSOLE bool "Serial gadget console support" - depends on USB_G_SERIAL + depends on USB_U_SERIAL help It supports the serial gadget can be used as a console.