Stephen Warren | e6607cf | 2014-05-29 15:29:40 -0600 | [diff] [blame] | 1 | /* |
| 2 | * (C) Copyright 2014 |
| 3 | * NVIDIA Corporation <www.nvidia.com> |
| 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0 |
| 6 | */ |
| 7 | |
| 8 | #ifndef _TEGRA_COMMON_UMS_H_ |
Jeroen Hofstee | 99dd16c | 2014-06-11 21:53:13 +0200 | [diff] [blame] | 9 | #define _TEGRA_COMMON_UMS_H_ |
Stephen Warren | e6607cf | 2014-05-29 15:29:40 -0600 | [diff] [blame] | 10 | |
| 11 | #ifndef CONFIG_SPL_BUILD |
| 12 | /* USB gadget, and mass storage protocol */ |
| 13 | #define CONFIG_USB_GADGET |
| 14 | #define CONFIG_USB_GADGET_VBUS_DRAW 2 |
| 15 | #define CONFIG_CI_UDC |
| 16 | #define CONFIG_CI_UDC_HAS_HOSTPC |
| 17 | #define CONFIG_USB_GADGET_DUALSPEED |
| 18 | #define CONFIG_G_DNL_VENDOR_NUM 0x0955 |
| 19 | #define CONFIG_G_DNL_PRODUCT_NUM 0x701A |
| 20 | #define CONFIG_G_DNL_MANUFACTURER "NVIDIA" |
| 21 | #define CONFIG_USBDOWNLOAD_GADGET |
| 22 | #define CONFIG_USB_GADGET_MASS_STORAGE |
| 23 | #define CONFIG_CMD_USB_MASS_STORAGE |
| 24 | #endif |
| 25 | |
| 26 | #endif /* _TEGRA_COMMON_UMS_H */ |