summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-03-25 12:23:02 -0600
committerSimon Glass <sjg@chromium.org>2015-04-18 11:11:29 -0600
commitaacef256013b40d0a92c9f574e9702034d7618b4 (patch)
treed312ab211d82f1cd4c912b4cb1d8964ae3a7ed14 /configs
parent7caced5aae9f1e573effa65c799212017b2124b5 (diff)
downloadtalos-obmc-uboot-aacef256013b40d0a92c9f574e9702034d7618b4.tar.gz
talos-obmc-uboot-aacef256013b40d0a92c9f574e9702034d7618b4.zip
dm: usb: sandbox: Enable USB
Enable USB emulation and associated features so that USB can be used in sandbox. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/sandbox_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 93bcf46e76..6ce1f0a804 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -12,3 +12,7 @@ CONFIG_CMD_CROS_EC=y
CONFIG_PCI=y
CONFIG_DM_PCI=y
CONFIG_PCI_SANDBOX=y
+CONFIG_USB=y
+CONFIG_DM_USB=y
+CONFIG_USB_EMUL=y
+CONFIG_USB_STORAGE=y
OpenPOWER on IntegriCloud