summaryrefslogtreecommitdiff
path: root/configs/imx8qm_mek_defconfig
diff options
context:
space:
mode:
authorSherry Sun <sherry.sun@nxp.com>2019-07-31 15:31:46 -0400
committerYe Li <ye.li@nxp.com>2020-04-26 23:36:24 -0700
commitf9cdd005fc57972971fc9b7575a33f5524cc52cf (patch)
tree6866d4c44fd7397271cd6543dc1e8f2fed28ddd9 /configs/imx8qm_mek_defconfig
parentec5636112618ad0101f7c876b12303771184f2c8 (diff)
MLK-22357-4 imx8: Enable usb2 configs on imx8 platform
Enable the configs of usb2 so that both usb2 and usb3 gadget drivers are now supported on imx8 plaform. And add CONFIG_USB_PORT_AUTO to support usb port autodetect function for SDP/fastboot. Signed-off-by: Sherry Sun <sherry.sun@nxp.com> (cherry picked from commit 1aa6e3f84c65e99de1219aa5d58d454cef1129f9)
Diffstat (limited to 'configs/imx8qm_mek_defconfig')
-rw-r--r--configs/imx8qm_mek_defconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/imx8qm_mek_defconfig b/configs/imx8qm_mek_defconfig
index 5be2a6d40a..33d62900f8 100644
--- a/configs/imx8qm_mek_defconfig
+++ b/configs/imx8qm_mek_defconfig
@@ -123,6 +123,7 @@ CONFIG_SPL_DM_USB_GADGET=y
CONFIG_USB=y
CONFIG_USB_TCPC=y
CONFIG_USB_GADGET=y
+CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_USB_GADGET_MANUFACTURER="FSL"
CONFIG_USB_GADGET_VENDOR_NUM=0x0525
@@ -160,3 +161,7 @@ CONFIG_IMX_AHCI=y
CONFIG_DM_SCSI=y
CONFIG_SCSI=y
CONFIG_CMD_SCSI=y
+
+CONFIG_SPL_USB_HOST_SUPPORT=y
+CONFIG_SPL_ENV_SUPPORT=y
+CONFIG_USB_PORT_AUTO=y