diff options
author | Alison Wang <b18965@freescale.com> | 2017-07-07 15:10:17 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2017-08-09 09:57:32 -0700 |
commit | 563ac65a1ad2e0f97d1b7c3a9b91d18dddc1bd3d (patch) | |
tree | df70d05dfcb68c75039a3ba912c3bda0a62a6f9a /configs/ls1021atwr_sdcard_qspi_defconfig | |
parent | e4b5143eb61f90ca3a1502e556be65c36a71b9fc (diff) | |
download | u-boot-563ac65a1ad2e0f97d1b7c3a9b91d18dddc1bd3d.tar.gz |
dm: arm: ls1021a: Move to driver model for USB
This patch enables driver model for USB in defconfigs for LS1021A
platforms.
Signed-off-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1021atwr_sdcard_qspi_defconfig')
-rw-r--r-- | configs/ls1021atwr_sdcard_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1021atwr_sdcard_qspi_defconfig b/configs/ls1021atwr_sdcard_qspi_defconfig index b254f3b909..c38ac89bf7 100644 --- a/configs/ls1021atwr_sdcard_qspi_defconfig +++ b/configs/ls1021atwr_sdcard_qspi_defconfig @@ -59,6 +59,7 @@ 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 CONFIG_USB_STORAGE=y |