blob: 279f6c6d7404af3ebeef61b73b65830513f4c11e [file] [log] [blame]
Simon Glass019808f2015-03-25 12:22:37 -06001config USB_EMUL
2 bool "Support for USB device emulation"
Tom Rinibe5c0602021-07-09 10:11:56 -04003 depends on SANDBOX
4 select DM_USB
5 select USB_HOST
Simon Glass019808f2015-03-25 12:22:37 -06006 help
7 Since sandbox does not have access to a real USB bus, it is possible
8 to use device emulators instead. This allows testing of the USB
9 stack on sandbox without needing a real device, or any host machine
10 USB resources.