1# Copyright (c) 2022 Nordic Semiconductor ASA
2#
3# SPDX-License-Identifier: Apache-2.0
4
5config USBD_LOOPBACK_CLASS
6	bool "USB Loopback Class"
7	help
8	  USB device loopback class.
9	  Primarily used for test and development purposes.
10
11if USBD_LOOPBACK_CLASS
12module = USBD_LOOPBACK
13module-str = usbd loopback
14default-count = 1
15source "subsys/logging/Kconfig.template.log_config"
16
17rsource "Kconfig.template.instances_count"
18endif
19