From aacef256013b40d0a92c9f574e9702034d7618b4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 25 Mar 2015 12:23:02 -0600 Subject: dm: usb: sandbox: Enable USB Enable USB emulation and associated features so that USB can be used in sandbox. Signed-off-by: Simon Glass Reviewed-by: Marek Vasut --- configs/sandbox_defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs') 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 -- cgit v1.2.3