From 5589bc2770a7d7fe346f5972596f26d1ddf57bba Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Mon, 15 Feb 2016 10:34:04 -0700 Subject: ARM: tegra: enable USB device mode port on Dalmore This allows U-Boot to expose UMS and DFU protocols on this port in device mode, or to act as a USB host on the port, using an "OTG" (micro-B to female A host) cable. Signed-off-by: Stephen Warren Signed-off-by: Tom Warren --- include/configs/dalmore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/dalmore.h') diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index fdfda6b903..f74ced1b43 100644 --- a/include/configs/dalmore.h +++ b/include/configs/dalmore.h @@ -58,6 +58,7 @@ /* General networking support */ #define CONFIG_CMD_DHCP +#include "tegra-common-usb-gadget.h" #include "tegra-common-post.h" #endif /* __CONFIG_H */ -- cgit v1.2.3