git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c3dc6f
)
configs: sandbox: add USB_ETHER and GADGET_DOWNLOAD gadget support
author
Patrice Chotard
<patrice.chotard@foss.st.com>
Fri, 10 Sep 2021 14:16:23 +0000
(16:16 +0200)
committer
Patrice Chotard
<patrice.chotard@foss.st.com>
Tue, 12 Oct 2021 12:20:04 +0000
(14:20 +0200)
This is needed for new gadget binding test.
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Herbert Poetzl <herbert@13thfloor.at>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/sandbox_defconfig
patch
|
blob
|
history
diff --git
a/configs/sandbox_defconfig
b/configs/sandbox_defconfig
index
ea08a9e
..
4bd0111
100644
(file)
--- a/
configs/sandbox_defconfig
+++ b/
configs/sandbox_defconfig
@@
-266,6
+266,10
@@
CONFIG_SANDBOX_TIMER=y
CONFIG_USB=y
CONFIG_USB_EMUL=y
CONFIG_USB_KEYBOARD=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_DOWNLOAD=y
+CONFIG_USB_ETHER=y
+CONFIG_USB_ETH_CDC=y
CONFIG_DM_VIDEO=y
CONFIG_VIDEO_COPY=y
CONFIG_CONSOLE_ROTATION=y