Hi, On Mon, 14 Mar 2022 at 15:32, Alper Nebi Yasak <alpernebiya...@gmail.com> wrote: > > On 11/03/2022 23:01, Jagan Teki wrote: > > On Fri, Dec 24, 2021 at 7:14 PM Alper Nebi Yasak > > <alpernebiya...@gmail.com> wrote: > >> The Bob board has two USB 3.0 Type-C ports and one USB 2.0 Type-A port > >> on its right side. Enable the configs relevant to USB devices so these > >> can be used. > >> > >> [...] > >> --- a/include/configs/gru.h > >> +++ b/include/configs/gru.h > >> @@ -13,4 +13,7 @@ > >> > >> #include <configs/rk3399_common.h> > >> > >> +#define CONFIG_USB_OHCI_NEW > >> +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 2 > > > > Can you move them to Kconfig? > > I'll try. Not much experience with the USB subsystem though, I may need > to do some reading if things aren't trivial.
That should not block this patch, though. Regards, Simon