summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-08-05 12:24:33 -0400
committerTom Rini <[email protected]>2023-08-05 12:24:33 -0400
commitfd13001d138e27f967c38d5d538fbe1cf9bb88ae (patch)
tree6ca4f9096ab32461c3b283b687212175677cae77 /cmd
parent9787da0d32c2d58bae790a16ded0fe0c150c3280 (diff)
parent276c0c8e8a4543ce0b2c4ea020536c64ead98342 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
- Fix some issues with usb gadget ethernet. A small set of updates for docs, etc, is still pending
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 2d6e5f993f0..7f65e3187a6 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -986,6 +986,7 @@ config CMD_BCB
config CMD_BIND
bool "bind/unbind - Bind or unbind a device to/from a driver"
depends on DM
+ default y if USB_ETHER
help
Bind or unbind a device to/from a driver from the command line.
This is useful in situations where a device may be handled by several