projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebce561
)
usb: gadget: allow serial gadget console on other configs
author
Thadeu Lima de Souza Cascardo
<
[email protected]
>
Fri, 11 Aug 2017 11:33:23 +0000
(08:33 -0300)
committer
Felipe Balbi
<
[email protected]
>
Tue, 15 Aug 2017 11:18:54 +0000
(14:18 +0300)
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 <
[email protected]
>
Signed-off-by: Felipe Balbi <
[email protected]
>
drivers/usb/gadget/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/usb/gadget/Kconfig
b/drivers/usb/gadget/Kconfig
index 35cc641d9f31bc46fcb91eaa42bc1ca3195b9e0b..31cce7805eb2e93706468409a39f287fdebd5f5a 100644
(file)
--- 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.