Skip to content
Snippets Groups Projects
Commit aacef256 authored by Simon Glass's avatar Simon Glass
Browse files

dm: usb: sandbox: Enable USB


Enable USB emulation and associated features so that USB can be used in
sandbox.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
parent 7caced5a
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,7 @@ CONFIG_CMD_CROS_EC=y ...@@ -12,3 +12,7 @@ CONFIG_CMD_CROS_EC=y
CONFIG_PCI=y CONFIG_PCI=y
CONFIG_DM_PCI=y CONFIG_DM_PCI=y
CONFIG_PCI_SANDBOX=y CONFIG_PCI_SANDBOX=y
CONFIG_USB=y
CONFIG_DM_USB=y
CONFIG_USB_EMUL=y
CONFIG_USB_STORAGE=y
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#define CONFIG_CMD_GPT #define CONFIG_CMD_GPT
#define CONFIG_PARTITION_UUIDS #define CONFIG_PARTITION_UUIDS
#define CONFIG_EFI_PARTITION #define CONFIG_EFI_PARTITION
#define CONFIG_DOS_PARTITION
/* /*
* Size of malloc() pool, before and after relocation * Size of malloc() pool, before and after relocation
...@@ -199,5 +200,6 @@ ...@@ -199,5 +200,6 @@
#define CONFIG_TPM_TIS_SANDBOX #define CONFIG_TPM_TIS_SANDBOX
#define CONFIG_CMD_LZMADEC #define CONFIG_CMD_LZMADEC
#define CONFIG_CMD_USB
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment