On 2/7/24 14:12, Patrick Delaunay wrote: > This patch avoids compilation issue when CONFIG_USB_GADGET is deactivated > in defconfig, with undefined reference to run_usb_dnl_gadget and to > g_dnl_set_product. > > Signed-off-by: Patrick Delaunay <[email protected]> > --- > > arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig > b/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig > index 8f91db4b46b9..589276282e44 100644 > --- a/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig > +++ b/arch/arm/mach-stm32mp/cmd_stm32prog/Kconfig > @@ -17,6 +17,7 @@ config CMD_STM32PROG > config CMD_STM32PROG_USB > bool "support stm32prog over USB" > depends on CMD_STM32PROG > + depends on USB_GADGET_DOWNLOAD > default y > help > activate the command "stm32prog usb" for STM32MP soc family Reviewed-by: Patrice Chotard <[email protected]> Thanks Patrice

