aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDerald D. Woods <woods.technical@gmail.com>2019-05-27 21:20:50 -0500
committerTom Rini <trini@konsulko.com>2019-07-13 11:11:27 -0400
commite74e9f620a6e413cca2649b2d5e3f483187735c5 (patch)
tree7d09d5b75df93c1dd41923d49cde86c4d73f0e57 /configs
parent5579e73c8cc516572b3f3e224f45836f74c37360 (diff)
downloadu-boot-e74e9f620a6e413cca2649b2d5e3f483187735c5.zip
u-boot-e74e9f620a6e413cca2649b2d5e3f483187735c5.tar.gz
u-boot-e74e9f620a6e413cca2649b2d5e3f483187735c5.tar.bz2
ARM: omap3: evm: Enable DM_USB in defconfig
This addresses the following warning message: ===================== 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. ==================================================== As USB support for older OMAP3 SoC's improves, OMAP3 EVM can be readily adapted. There is some additional 'gpio-hog' support needed to fully setup USB in a similar manner to Linux. Signed-off-by: Derald D. Woods <woods.technical@gmail.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/omap3_evm_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig
index a3b662d..26d0e65 100644
--- a/configs/omap3_evm_defconfig
+++ b/configs/omap3_evm_defconfig
@@ -66,7 +66,10 @@ CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_OMAP3_SPI=y
CONFIG_USB=y
+CONFIG_DM_USB=y
+# CONFIG_SPL_DM_USB is not set
CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_OMAP3=y
CONFIG_USB_MUSB_GADGET=y
CONFIG_USB_MUSB_OMAP2PLUS=y
CONFIG_USB_GADGET=y