Re: [PATCH v1 2/2] usb: host: ehci-tegra: Select USB_GADGET Kconfig option

2021-03-20 Thread Alan Stern
On Sat, Mar 20, 2021 at 06:19:15PM +0300, Dmitry Osipenko wrote: > Select USB_GADGET Kconfig option in order to fix build failure which > happens because ChipIdea driver has a build dependency on both USB_GADGET > and USB_EHCI_HCD, while USB_EHCI_TEGRA force-selects the ChipIdea driver > without

[PATCH v1 2/2] usb: host: ehci-tegra: Select USB_GADGET Kconfig option

2021-03-20 Thread Dmitry Osipenko
Select USB_GADGET Kconfig option in order to fix build failure which happens because ChipIdea driver has a build dependency on both USB_GADGET and USB_EHCI_HCD, while USB_EHCI_TEGRA force-selects the ChipIdea driver without taking into account the tristate USB_GADGET dependency. It's not possible