summaryrefslogtreecommitdiff
path: root/configs/ls1046aqds_lpuart_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-08-25 17:50:26 -0400
committerTom Rini <trini@konsulko.com>2017-09-01 16:18:20 -0400
commitecad7051b07b11fb17196ce45ed0cbe2f1c3234e (patch)
tree7b144399ec55642ec55fc14de1e8c8accf8ac3b3 /configs/ls1046aqds_lpuart_defconfig
parent9493d05a4156cddac3d257fea9e33c877d4bb10b (diff)
configs: Migrate all of the existing USB symbols, except fastboot
This syncs all of the currently Kconfig'd symbols out of the headers and into the defconfig files. This has two exceptions, first am335x_evm needs to be converted to DM in SPL and then it can stop undef'ing CONFIG_DM_USB. Leaving this as-is results in a build failure, and without work, run time failure. The other case is am43xx_evm.h and in turn am43xx_evm_usbhost_boot. The problem here is that we need DWC3 USB host mode in SPL, but still desire to have gadget mode in U-Boot proper. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ls1046aqds_lpuart_defconfig')
-rw-r--r--configs/ls1046aqds_lpuart_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/ls1046aqds_lpuart_defconfig b/configs/ls1046aqds_lpuart_defconfig
index 1b39753496..17a53ef6b0 100644
--- a/configs/ls1046aqds_lpuart_defconfig
+++ b/configs/ls1046aqds_lpuart_defconfig
@@ -38,3 +38,6 @@ 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