diff options
author | Tang Yuantian | 2016-12-27 10:24:45 +0800 |
---|---|---|
committer | York Sun | 2017-01-18 09:27:38 -0800 |
commit | 57dfe200a61b93a329608a68f6acdd01a0e2da0c (patch) | |
tree | ababdfdb2292ced2e0e1667bb8d579bfb9f3c3b3 /configs/ls1012ardb_qspi_defconfig | |
parent | a73058740df230daddce7e1956d1051b5171783d (diff) |
armv8: ls1012: Enable CONFIG_DM_USB in defconfigs
Enables driver model flag CONFIG_DM_USB for LS1012A platform
in defconfigs.
Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs/ls1012ardb_qspi_defconfig')
-rw-r--r-- | configs/ls1012ardb_qspi_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1012ardb_qspi_defconfig b/configs/ls1012ardb_qspi_defconfig index f569ddc0d82..1650758b100 100644 --- a/configs/ls1012ardb_qspi_defconfig +++ b/configs/ls1012ardb_qspi_defconfig @@ -35,6 +35,7 @@ CONFIG_SYS_NS16550=y CONFIG_DM_SPI=y CONFIG_FSL_DSPI=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_STORAGE=y |