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.
25 lines
684 B
25 lines
684 B
# Copyright (c) 2022 Nordic Semiconductor ASA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config UDC_VIRTUAL |
|
bool "Virtual USB device controller driver" |
|
select UVB |
|
default y |
|
depends on DT_HAS_ZEPHYR_UDC_VIRTUAL_ENABLED |
|
select UDC_DRIVER_HAS_HIGH_SPEED_SUPPORT |
|
help |
|
Virtual USB device controller driver. |
|
|
|
config UDC_VIRTUAL_STACK_SIZE |
|
int "Virtual controller driver internal thread stack size" |
|
depends on UDC_VIRTUAL |
|
default 512 |
|
help |
|
Virtual device controller driver internal thread stack size. |
|
|
|
config UDC_VIRTUAL_THREAD_PRIORITY |
|
int "Virtual controller driver thread priority" |
|
depends on UDC_VIRTUAL |
|
default 8 |
|
help |
|
Virtual device controller driver thread priority.
|
|
|