]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/configs/tegra-common-usb-gadget.h
Merge git://www.denx.de/git/u-boot-marvell
[people/ms/u-boot.git] / include / configs / tegra-common-usb-gadget.h
CommitLineData
e6607cff
SW
1/*
2 * (C) Copyright 2014
3 * NVIDIA Corporation <www.nvidia.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0
6 */
7
39446bce
SW
8#ifndef _TEGRA_COMMON_USB_GADGET_H_
9#define _TEGRA_COMMON_USB_GADGET_H_
e6607cff
SW
10
11#ifndef CONFIG_SPL_BUILD
39446bce 12/* USB gadget mode support*/
7e178465 13#ifndef CONFIG_TEGRA20
e6607cff 14#define CONFIG_CI_UDC_HAS_HOSTPC
7e178465 15#endif
39446bce 16/* USB mass storage protocol */
01acd6ab 17#define CONFIG_USB_FUNCTION_MASS_STORAGE
39446bce 18/* DFU protocol */
f69d72ee
SW
19#define CONFIG_SYS_DFU_DATA_BUF_SIZE SZ_1M
20#define CONFIG_SYS_DFU_MAX_FILE_SIZE SZ_32M
e6607cff
SW
21#endif
22
39446bce 23#endif /* _TEGRA_COMMON_USB_GADGET_H_ */