commit | 66038dee745e3b4b4cb5802671f26defc9f4ab81 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Aug 25 01:30:20 2017 +0900 |
committer | Marek Vasut <marex@denx.de> | Mon Aug 28 22:32:34 2017 +0200 |
tree | f825cb7655c665a23f1ba906b1998e403fb26465 | |
parent | fd0dd1cae8c9516122b7db767a066f8dc9031b52 [diff] |
usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3 We see the choice of USB_DWC3_HOST / _GADGET in drivers/usb/dwc3/Kconfig, but we can not choose USB_DWC3_HOST unless USB_GADGET is defined. This is strange. Loosen the "depends on" and also move "select USB_GADGET_DUALSPEED" to the correct place. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>