summaryrefslogtreecommitdiff
path: root/configs/am43xx_evm_qspiboot_defconfig
diff options
context:
space:
mode:
authorSuniel Mahesh <sunil.m@techveda.org>2019-08-29 19:08:59 +0530
committerTom Rini <trini@konsulko.com>2019-08-30 14:17:11 -0400
commit40a13173b5d461bd43184dc1478d3a0f5becf55f (patch)
treebeda7b0232a7cb46f58941c690696f0004b206c7 /configs/am43xx_evm_qspiboot_defconfig
parent27351ca804680ae5e1a531bae727f749f88f3e7b (diff)
arm: omap2: am43xx: Enable CONFIG_DM_USB
Enable CONFIG_DM_USB to remove compile warning for am43xx based targets: ===================== 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.txt for more info. ==================================================== Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Diffstat (limited to 'configs/am43xx_evm_qspiboot_defconfig')
-rw-r--r--configs/am43xx_evm_qspiboot_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_qspiboot_defconfig b/configs/am43xx_evm_qspiboot_defconfig
index 06268ba909..b1bf67002b 100644
--- a/configs/am43xx_evm_qspiboot_defconfig
+++ b/configs/am43xx_evm_qspiboot_defconfig
@@ -50,6 +50,7 @@ CONFIG_SYS_NS16550=y
CONFIG_SPI=y
CONFIG_TI_QSPI=y
CONFIG_USB=y
+CONFIG_DM_USB=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y