1# Copyright (c) 2016 Wind River Systems, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config USB_DEVICE_LOOPBACK
5	bool "USB Loopback Function Driver"
6	help
7	  USB Loopback Function Driver
8
9config LOOPBACK_BULK_EP_MPS
10	int
11	depends on USB_DEVICE_LOOPBACK
12	default 512 if USB_DC_HAS_HS_SUPPORT
13	default 64
14	help
15	  Loopback Function bulk endpoint size
16