Skip to content

Commit 232303b

Browse files
committed
drivers: udc: renesas: enable high-speed USB support
Select UDC_DRIVER_HAS_HIGH_SPEED_SUPPORT to enable high speed Renesas RA UDC device Signed-off-by: The Nguyen <[email protected]>
1 parent c9f149c commit 232303b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/udc/Kconfig.renesas_ra

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config UDC_RENESAS_RA
66
default y
77
depends on DT_HAS_RENESAS_RA_UDC_ENABLED
88
select USE_RA_FSP_USB_DEVICE
9+
select UDC_DRIVER_HAS_HIGH_SPEED_SUPPORT
910
select PINCTRL
1011
help
1112
Enable Renesas RA family UDC driver.

0 commit comments

Comments
 (0)