]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
configs: Enable USB DWC3 host drivers for Agilex5
authorNaresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Wed, 24 Sep 2025 07:49:09 +0000 (00:49 -0700)
committerTien Fong Chee <tien.fong.chee@intel.com>
Tue, 30 Sep 2025 06:29:56 +0000 (14:29 +0800)
Required USB DWC3 host driver configurations are enabled
for Agilex5.

Signed-off-by: Naresh Kumar Ravulapalli <nareshkumar.ravulapalli@altera.com>
Reviewed-by: Tien Fong Chee <tien.fong.chee@altera.com>
configs/socfpga_agilex5_defconfig

index 24c95eb39d52b536b2d840756d8021bec2f61e81..da9241b765a89aa2922025e05b10e0b78a2fc5ca 100644 (file)
@@ -103,7 +103,9 @@ CONFIG_TIMER=y
 CONFIG_DESIGNWARE_APB_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
 CONFIG_USB_DWC2=y
+CONFIG_USB_DWC3=y
 CONFIG_DESIGNWARE_WATCHDOG=y
 CONFIG_WDT=y
 # CONFIG_SPL_USE_TINY_PRINTF is not set