deb637eb8a
Add support for virtual USB bus (UVB) intended for use by virtual UDC and UHC controllers. UVB is not an emulation of the USB bus or protocol but a simplified service to connect a virtual host controller to one or more virtual device controllers. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
# USB configuration options
|
|
|
|
# Copyright (c) 2016 Wind River Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "drivers/usb/udc/Kconfig"
|
|
source "drivers/usb/uhc/Kconfig"
|
|
source "drivers/usb/uvb/Kconfig"
|
|
source "drivers/usb/device/Kconfig"
|