]> Git Repo - J-u-boot.git/commitdiff
configs: sandbox: add USB_ETHER and GADGET_DOWNLOAD gadget support
authorPatrice Chotard <[email protected]>
Fri, 10 Sep 2021 14:16:23 +0000 (16:16 +0200)
committerPatrice Chotard <[email protected]>
Tue, 12 Oct 2021 12:20:04 +0000 (14:20 +0200)
This is needed for new gadget binding test.

Signed-off-by: Patrice Chotard <[email protected]>
Cc: Marek Vasut <[email protected]>
Cc: Herbert Poetzl <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
configs/sandbox_defconfig

index ea08a9e5bd18c10d7f7666c55ef4946aee4ffbfe..4bd01118d0e298ed2db018f3df8bf538a7fd0e50 100644 (file)
@@ -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
This page took 0.036276 seconds and 4 git commands to generate.