diff options
author | Stephen Warren <swarren@nvidia.com> | 2016-02-15 10:34:04 -0700 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2016-02-18 10:02:19 -0700 |
commit | 5589bc2770a7d7fe346f5972596f26d1ddf57bba (patch) | |
tree | 7dabd5140064e2b05149dc52f79eb6e079ceb96e /include/configs/dalmore.h | |
parent | bf519825390af615da6266b3a26b9754797e4025 (diff) |
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 <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'include/configs/dalmore.h')
-rw-r--r-- | include/configs/dalmore.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |