summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-25 12:22:41 -0600
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:26 -0600
commitdfd840010b83a4fa9789e7f36999cbad239abd91 (patch)
tree998fa3cf09c8f23af812d958d68af64d3ffe08bf /drivers/usb/host/Makefile
parent5db439920b87986870e3f1e980d842ae173a8764 (diff)
downloadblackbird-obmc-uboot-dfd840010b83a4fa9789e7f36999cbad239abd91.tar.gz
blackbird-obmc-uboot-dfd840010b83a4fa9789e7f36999cbad239abd91.zip
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/Makefile1
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
OpenPOWER on IntegriCloud