Simon Glass | 59d66d2 | 2015-03-25 12:22:37 -0600 | [diff] [blame] | 1 | config USB_EMUL |
| 2 | bool "Support for USB device emulation" |
Tom Rini | 5b9e616 | 2021-07-09 10:11:56 -0400 | [diff] [blame] | 3 | depends on SANDBOX |
| 4 | select DM_USB |
| 5 | select USB_HOST |
Simon Glass | 59d66d2 | 2015-03-25 12:22:37 -0600 | [diff] [blame] | 6 | 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. |