diff options
author | Suniel Mahesh <sunil.m@techveda.org> | 2019-08-29 19:08:59 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-30 14:17:11 -0400 |
commit | 40a13173b5d461bd43184dc1478d3a0f5becf55f (patch) | |
tree | beda7b0232a7cb46f58941c690696f0004b206c7 /configs/am43xx_evm_rtconly_defconfig | |
parent | 27351ca804680ae5e1a531bae727f749f88f3e7b (diff) | |
download | u-boot-40a13173b5d461bd43184dc1478d3a0f5becf55f.tar.gz u-boot-40a13173b5d461bd43184dc1478d3a0f5becf55f.tar.bz2 u-boot-40a13173b5d461bd43184dc1478d3a0f5becf55f.zip |
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_rtconly_defconfig')
-rw-r--r-- | configs/am43xx_evm_rtconly_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am43xx_evm_rtconly_defconfig b/configs/am43xx_evm_rtconly_defconfig index caf761b565..3064f3198d 100644 --- a/configs/am43xx_evm_rtconly_defconfig +++ b/configs/am43xx_evm_rtconly_defconfig @@ -49,6 +49,7 @@ CONFIG_TI_QSPI=y CONFIG_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_DWC3=y |