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 64 13 help 14 Loopback Function bulk endpoint size 15