commit | dfd840010b83a4fa9789e7f36999cbad239abd91 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:41 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:26 2015 -0600 |
tree | 998fa3cf09c8f23af812d958d68af64d3ffe08bf | |
parent | 5db439920b87986870e3f1e980d842ae173a8764 [diff] [blame] |
dm: usb: sandbox: Add a driver for sandbox This driver supports using emulation devices to provide a USB bus within sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 9419295..7658f87 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile
@@ -7,6 +7,7 @@ ifdef CONFIG_DM_USB obj-$(CONFIG_CMD_USB) += usb-uclass.o +obj-$(CONFIG_SANDBOX) += usb-sandbox.o endif # ohci