diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-25 12:22:41 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-18 11:11:26 -0600 |
commit | dfd840010b83a4fa9789e7f36999cbad239abd91 (patch) | |
tree | 998fa3cf09c8f23af812d958d68af64d3ffe08bf /drivers/usb/host/Makefile | |
parent | 5db439920b87986870e3f1e980d842ae173a8764 (diff) | |
download | u-boot-dfd840010b83a4fa9789e7f36999cbad239abd91.tar.gz |
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>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r-- | drivers/usb/host/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index 9419295d0d..7658f873e0 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 |