Re: [PATCH 3/3] arm: sunxi: Use "imply" for USB without further guards

2024-11-15 Thread Simon Glass
On Fri, 15 Nov 2024 at 09:54, Tom Rini wrote: > > Given that ARCH_SUNXI already implies that USB_GADGET should be enable, > we should also imply USB being enabled. > > Signed-off-by: Tom Rini > --- > Is this a tiny bit of a cheat to avoid patch 1/8 of Simon's bootstd > series? Yes, a little. But

[PATCH 3/3] arm: sunxi: Use "imply" for USB without further guards

2024-11-15 Thread Tom Rini
Given that ARCH_SUNXI already implies that USB_GADGET should be enable, we should also imply USB being enabled. Signed-off-by: Tom Rini --- Is this a tiny bit of a cheat to avoid patch 1/8 of Simon's bootstd series? Yes, a little. But it's also correct I believe. Cc: Andre Przywara Cc: Simon Gl