1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config UHC_VIRTUAL
5	bool "Virtual USB host controller driver"
6	select UVB
7	default y
8	depends on DT_HAS_ZEPHYR_UHC_VIRTUAL_ENABLED
9	help
10	  Virtual USB host controller driver.
11