| # 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.instances_count" | |
| endif |