From: Mathieu Othacehe Date: Tue, 20 Feb 2024 10:35:04 +0000 (+0100) Subject: configs: imx93_var_som: Add USB support. X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fae9969224748b6edd8e9b7906fa206064aa1361;p=u-boot.git configs: imx93_var_som: Add USB support. Enable the `usb` command and some USB drivers. Signed-off-by: Mathieu Othacehe --- diff --git a/configs/imx93_var_som_defconfig b/configs/imx93_var_som_defconfig index 14922f2a3e..662bdcc9b0 100644 --- a/configs/imx93_var_som_defconfig +++ b/configs/imx93_var_som_defconfig @@ -69,6 +69,7 @@ CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_POWEROFF=y CONFIG_CMD_READ=y +CONFIG_CMD_USB=y CONFIG_CMD_WDT=y CONFIG_BOOTP_PREFER_SERVERIP=y CONFIG_CMD_SNTP=y @@ -131,6 +132,14 @@ CONFIG_DM_SERIAL=y CONFIG_FSL_LPUART=y CONFIG_DM_THERMAL=y CONFIG_IMX_TMU=y +CONFIG_USB=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_GADGET=y +CONFIG_USB_GADGET_MANUFACTURER="FSL" +CONFIG_USB_GADGET_VENDOR_NUM=0x1fc9 +CONFIG_USB_GADGET_PRODUCT_NUM=0x0152 +CONFIG_CI_UDC=y +CONFIG_USB_PORT_AUTO=y CONFIG_ULP_WATCHDOG=y CONFIG_WDT=y CONFIG_LZO=y