Home
last modified time | relevance | path

Searched hist:"6 ea247d1376138026fcb4b9d869ed0956e7c0f59" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A DKconfig6ea247d1376138026fcb4b9d869ed0956e7c0f59 Thu Aug 24 16:30:20 UTC 2017 Masahiro Yamada <yamada.masahiro@socionext.com> 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>