Re: [PATCH v2 3/4] package: usbgadget: Fix subpackage dependencies

2025-04-03 Thread Chuanhong Guo
Hi! On Thu, Apr 3, 2025 at 2:51 PM Linus Walleij wrote: > > Currently if a target wants to use acm or ncm gadget config, > they need to select both usbgadget and the config package > such as usbgadget-acm. > > It's better if the target just select usbgadget-acm and get > all dependencies satisfie

[PATCH v2 3/4] package: usbgadget: Fix subpackage dependencies

2025-04-03 Thread Linus Walleij
Currently if a target wants to use acm or ncm gadget config, they need to select both usbgadget and the config package such as usbgadget-acm. It's better if the target just select usbgadget-acm and get all dependencies satisfied. Adding a dependency using usbgadget+ fixes this. Cc: Chuanhong Guo