diff options
| author | Naresh Kumar Ravulapalli <[email protected]> | 2025-09-24 00:49:09 -0700 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-09-30 14:29:56 +0800 |
| commit | 61c4768d83fc3f7ce21b151a6e1b02397d788926 (patch) | |
| tree | da2a1bbd08b104b08826169e5a9420fa8635e932 | |
| parent | e3a11a240add752f092092fd514af68f441aab31 (diff) | |
configs: Enable USB DWC3 host drivers for Agilex5
Required USB DWC3 host driver configurations are enabled
for Agilex5.
Signed-off-by: Naresh Kumar Ravulapalli <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
| -rw-r--r-- | configs/socfpga_agilex5_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/socfpga_agilex5_defconfig b/configs/socfpga_agilex5_defconfig index 24c95eb39d5..da9241b765a 100644 --- a/configs/socfpga_agilex5_defconfig +++ b/configs/socfpga_agilex5_defconfig @@ -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 |
