Re: [PATCH] usb: host: ehci-tegra: fix Kconfig depencies

2021-03-09 Thread Dmitry Osipenko
26.01.2021 00:10, Arnd Bergmann пишет: > On Mon, Jan 25, 2021 at 5:22 PM Alan Stern wrote: >> >> On Mon, Jan 25, 2021 at 12:32:30PM +0100, Arnd Bergmann wrote: >>> From: Arnd Bergmann >>> >>> Selecting the chipidea driver from the old Kconfig symbol >>> can lead to a missing dependency: >> >>

Re: [PATCH] usb: host: ehci-tegra: fix Kconfig depencies

2021-01-25 Thread Arnd Bergmann
On Mon, Jan 25, 2021 at 5:22 PM Alan Stern wrote: > > On Mon, Jan 25, 2021 at 12:32:30PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > Selecting the chipidea driver from the old Kconfig symbol > > can lead to a missing dependency: > > Arnd: > > I found this whole patch a little

Re: [PATCH] usb: host: ehci-tegra: fix Kconfig depencies

2021-01-25 Thread Alan Stern
On Mon, Jan 25, 2021 at 12:32:30PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > Selecting the chipidea driver from the old Kconfig symbol > can lead to a missing dependency: Arnd: I found this whole patch a little confusing. For example, in the sentence above, what does "the old

[PATCH] usb: host: ehci-tegra: fix Kconfig depencies

2021-01-25 Thread Arnd Bergmann
From: Arnd Bergmann Selecting the chipidea driver from the old Kconfig symbol can lead to a missing dependency: WARNING: unmet direct dependencies detected for USB_CHIPIDEA Depends on [m]: USB_SUPPORT [=y] && (USB_EHCI_HCD [=y] && USB_GADGET [=m] || USB_EHCI_HCD [=y] && !USB_GADGET [=m] ||