diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2024-03-21 15:45:40 +0100 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-03-24 13:41:40 -0300 |
commit | 6d5425d6e1df7f4192cd7f9f3fba458d994d099d (patch) | |
tree | 06a19b233e0907fde9e9f3465379393dfb5095ba /configs/imx93-phyboard-segin_defconfig | |
parent | 1be8b6a24d356fa80210f78d8ad39aaafbfd55ca (diff) | |
download | u-boot-6d5425d6e1df7f4192cd7f9f3fba458d994d099d.tar.gz |
configs: imx93-phyboard-segin: Add USB support
Add USB support by enabling `usb` command and required USB drivers.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'configs/imx93-phyboard-segin_defconfig')
-rw-r--r-- | configs/imx93-phyboard-segin_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/imx93-phyboard-segin_defconfig b/configs/imx93-phyboard-segin_defconfig index 24f9bd553aa..0345e7deeab 100644 --- a/configs/imx93-phyboard-segin_defconfig +++ b/configs/imx93-phyboard-segin_defconfig @@ -67,6 +67,7 @@ CONFIG_CMD_GPIO=y CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_POWEROFF=y +CONFIG_CMD_USB=y CONFIG_CMD_SNTP=y CONFIG_CMD_CACHE=y CONFIG_CMD_EFIDEBUG=y @@ -132,6 +133,13 @@ CONFIG_SPL_SYSRESET=y CONFIG_SYSRESET_WATCHDOG=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="PHYTEC" +CONFIG_USB_GADGET_VENDOR_NUM=0x1fc9 +CONFIG_USB_GADGET_PRODUCT_NUM=0x0152 +CONFIG_CI_UDC=y CONFIG_ULP_WATCHDOG=y CONFIG_LZO=y CONFIG_BZIP2=y |