diff options
author | Sriram Dash <sriram.dash@nxp.com> | 2016-10-07 08:37:35 (GMT) |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-10-07 18:32:54 (GMT) |
commit | aee28716c651077bac042a96f4fb8fed8d26c305 (patch) | |
tree | 080029c60632ea4011e261f8902ebfd486f3a92c /configs/ls2080aqds_qspi_defconfig | |
parent | c7eeac93ba1f14cc12ca667dd047d5ec109e822c (diff) | |
download | u-boot-aee28716c651077bac042a96f4fb8fed8d26c305.tar.xz |
armv8: ls2080: Enable CONFIG_DM_USB in defconfigs
Enables driver model flag CONFIG_DM_USB for LS2080A
platform defconfigs.
Signed-off-by: Sriram Dash <sriram.dash@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls2080aqds_qspi_defconfig')
-rw-r--r-- | configs/ls2080aqds_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2080aqds_qspi_defconfig b/configs/ls2080aqds_qspi_defconfig index 5917f60..2b24a94 100644 --- a/configs/ls2080aqds_qspi_defconfig +++ b/configs/ls2080aqds_qspi_defconfig @@ -34,5 +34,6 @@ CONFIG_FSL_QSPI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_DM_USB=y CONFIG_USB_STORAGE=y CONFIG_EFI_LOADER_BOUNCE_BUFFER=y |