From 40a13173b5d461bd43184dc1478d3a0f5becf55f Mon Sep 17 00:00:00 2001 From: Suniel Mahesh Date: Thu, 29 Aug 2019 19:08:59 +0530 Subject: 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 --- configs/am43xx_hs_evm_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/am43xx_hs_evm_defconfig') diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig index d634ab1..8be2102 100644 --- a/configs/am43xx_hs_evm_defconfig +++ b/configs/am43xx_hs_evm_defconfig @@ -59,6 +59,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 -- cgit v1.1