mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <trini@konsulko.com> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user