[PATCH v3 3/4] rockchip: bob: Enable more configs
Simon Glass
sjg at chromium.org
Mon Mar 14 23:20:40 CET 2022
Hi,
On Mon, 14 Mar 2022 at 15:32, Alper Nebi Yasak <alpernebiyasak at gmail.com> wrote:
>
> On 11/03/2022 23:01, Jagan Teki wrote:
> > On Fri, Dec 24, 2021 at 7:14 PM Alper Nebi Yasak
> > <alpernebiyasak at 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
More information about the U-Boot
mailing list