From: Tom Rini Date: Mon, 23 Mar 2026 19:53:08 +0000 (-0600) Subject: usb: gadget: Correct dependencies for USB_RENESAS_USBHS X-Git-Tag: v2026.07-rc2~6^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ebe2af6cd8a623140ae7a87470e808959b186dd6;p=thirdparty%2Fu-boot.git usb: gadget: Correct dependencies for USB_RENESAS_USBHS The USB_RENESAS_USBHS functionality can only work with DM_USB_GADGET enabled, so express this dependency in Kconfig. Signed-off-by: Tom Rini Reviewed-by: Marek Vasut --- diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 18582962249..5390878254a 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -119,6 +119,7 @@ config USB_GADGET_DWC2_OTG config USB_RENESAS_USBHS bool "Renesas R-Car USB2.0 HS controller (gadget mode)" + depends on DM_USB_GADGET select USB_GADGET_DUALSPEED help The Renesas R-Car USB 2.0 high-speed gadget controller