summaryrefslogtreecommitdiff
path: root/configs/imx8qm_mek_fspi_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_fspi_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_fspi_defconfig')
-rw-r--r--configs/imx8qm_mek_fspi_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/imx8qm_mek_fspi_defconfig b/configs/imx8qm_mek_fspi_defconfig
index 41fe74124a..0d2c3c15d6 100644
--- a/configs/imx8qm_mek_fspi_defconfig
+++ b/configs/imx8qm_mek_fspi_defconfig
@@ -121,9 +121,11 @@ CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_IMX8=y
CONFIG_DM_USB=y
CONFIG_DM_USB_GADGET=y
+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
@@ -133,6 +135,7 @@ CONFIG_USB_CDNS3_GADGET=y
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_CDNS3_USB_PHY=y
CONFIG_PHY=y
+CONFIG_SPL_PHY=y
CONFIG_SPL_USB_GADGET=y
CONFIG_SPL_USB_SDP_SUPPORT=y
@@ -151,3 +154,7 @@ CONFIG_FASTBOOT_USB_DEV=1
CONFIG_BOOTAUX_RESERVED_MEM_BASE=0x88000000
CONFIG_BOOTAUX_RESERVED_MEM_SIZE=0x08000000
+
+CONFIG_SPL_USB_HOST_SUPPORT=y
+CONFIG_SPL_ENV_SUPPORT=y
+CONFIG_USB_PORT_AUTO=y