repo: https://github.com/u-boot/u-boot commit: d80bb749fab53da72c4a0e09b8c2d2aaa3103c91 Change-Id: Ie6434426e1ec15bc08bb1832798e371f3fd5fb29
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
config USB_EMUL
|
|
bool "Support for USB device emulation"
|
|
depends on SANDBOX
|
|
select DM_USB
|
|
select USB_HOST
|
|
help
|
|
Since sandbox does not have access to a real USB bus, it is possible
|
|
to use device emulators instead. This allows testing of the USB
|
|
stack on sandbox without needing a real device, or any host machine
|
|
USB resources.
|