summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThadeu Lima de Souza Cascardo <cascardo@cascardo.eti.br>2017-08-11 08:33:23 -0300
committerFelipe Balbi <felipe.balbi@linux.intel.com>2017-08-15 14:18:54 +0300
commitf8faa3bf5fc988e504766b8d1bb7b3d5fb09f6f8 (patch)
treee22f900e84841b7deeb69e7676ebf092daf03f7a
parentebce561a0d140aab63ceb7703aeb6ae7627fd320 (diff)
downloadop-kernel-dev-f8faa3bf5fc988e504766b8d1bb7b3d5fb09f6f8.zip
op-kernel-dev-f8faa3bf5fc988e504766b8d1bb7b3d5fb09f6f8.tar.gz
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 <cascardo@cascardo.eti.br> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
-rw-r--r--drivers/usb/gadget/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 35cc641..31cce78 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.
OpenPOWER on IntegriCloud