You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
424 B
18 lines
424 B
# 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
|
|
|