xref: /rk3399_rockchip-uboot/drivers/usb/emul/Kconfig (revision 4697abea62a3b02c9c346b94d7eae2e4a1c6cfd0)
1config 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.
9