commit | aacef256013b40d0a92c9f574e9702034d7618b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:23:02 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:29 2015 -0600 |
tree | d312ab211d82f1cd4c912b4cb1d8964ae3a7ed14 | |
parent | 7caced5aae9f1e573effa65c799212017b2124b5 [diff] [blame] |
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>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 93bcf46..6ce1f0a 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -12,3 +12,7 @@ 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