| # Copyright (c) 2016 Wind River Systems, Inc. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| config USB_DEVICE_LOOPBACK | |
| bool "USB Loopback Function Driver" | |
| help | |
| USB Loopback Function Driver | |
| config LOOPBACK_BULK_EP_MPS | |
| int | |
| depends on USB_DEVICE_LOOPBACK | |
| default 512 if USB_DC_HAS_HS_SUPPORT | |
| default 64 | |
| help | |
| Loopback Function bulk endpoint size |