blob: ae1ab23a3d8a778cbbbb7f17b0dbe1951fb34e35 [file] [log] [blame]
Simon Glass019808f2015-03-25 12:22:37 -06001config USB_EMUL
2 bool "Support for USB device emulation"
3 depends on DM_USB && SANDBOX
4 help
5 Since sandbox does not have access to a real USB bus, it is possible
6 to use device emulators instead. This allows testing of the USB
7 stack on sandbox without needing a real device, or any host machine
8 USB resources.