usb: dwc3: Kconfig: get rid of obsolete mode selection
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Wed, 11 Sep 2019 09:33:53 +0000 (11:33 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 24 Oct 2019 09:28:17 +0000 (11:28 +0200)
commit3e6ab7327fab329e2763fe72ea1fb041a6242ab3
tree98ed27dd1c0086e31ff54a524437bef82a59e6dd
parentba6c5f7a28c8f8ac9eae194c2d37afa0ef51cb3d
usb: dwc3: Kconfig: get rid of obsolete mode selection

The mode selection for the DWC3 is kind of obsolete. The driver does not
have to be host only or gadget only. This choice is confusing.
All the remaining callers of dwc3_uboot_init() explicitly set dr_mode
before calling the function, so none rely on a default behavior.

Remove the choice menu and keep only the USB_DWC3_GADGET option. Enable it
by default if USB_GADGET and USB_DWC3 are enabled.
It must be disabled for the evb-rk3328 as it uses DWC2 for the gadget and
DWC3 for the host.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
configs/evb-rk3328_defconfig
configs/odroid-n2_defconfig
configs/rock64-rk3328_defconfig
configs/sei510_defconfig
configs/u200_defconfig
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/core.c