aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRan Wang <ran.wang_1@nxp.com>2020-02-07 12:42:08 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-03-30 08:12:13 +0530
commitba23bb073405e10216b6e6d03842ebc2b9e4366f (patch)
treed9f219872809257cf3b83e883969285e6ffcd36a /configs
parent45eaecc84d4fde426938011ef5b043cfe0df489a (diff)
downloadu-boot-ba23bb073405e10216b6e6d03842ebc2b9e4366f.zip
u-boot-ba23bb073405e10216b6e6d03842ebc2b9e4366f.tar.gz
u-boot-ba23bb073405e10216b6e6d03842ebc2b9e4366f.tar.bz2
configs: arm: ls1021aiot: enable CONFIG_DM_USB support
Enable CONFIG_DM_USB to remove below compile warning: ===================== WARNING ====================== This board does not use CONFIG_DM_USB. Please update the board to use CONFIG_DM_USB before the v2019.07 release. Failure to update by the deadline may result in board removal. See doc/driver-model/migration.rst for more info. ==================================================== Signed-off-by: Ran Wang <ran.wang_1@nxp.com> Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/ls1021aiot_qspi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021aiot_qspi_defconfig b/configs/ls1021aiot_qspi_defconfig
index 7ba0c47..512f775 100644
--- a/configs/ls1021aiot_qspi_defconfig
+++ b/configs/ls1021aiot_qspi_defconfig
@@ -45,5 +45,6 @@ CONFIG_DM_SPI=y
CONFIG_FSL_DSPI=y
CONFIG_FSL_QSPI=y
CONFIG_USB=y
+CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y