commit | 6ea247d1376138026fcb4b9d869ed0956e7c0f59 | [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 | 8b3cec7da18645eda7f7cd0b65ee9f2dac573409 [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>