blob: d46434d5ef97b663f0214164ed5210d2d3f96d9d [file] [log] [blame]
# Copyright (c) 2022 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
config USBD_LOOPBACK_CLASS
bool "USB Loopback Class"
help
USB device loopback class.
Primarily used for test and development purposes.
if USBD_LOOPBACK_CLASS
module = USBD_LOOPBACK
module-str = usbd loopback
default-count = 1
source "subsys/logging/Kconfig.template.log_config"
rsource "Kconfig.template.composite_device_number"
endif