diff options
| author | Tom Rini <[email protected]> | 2023-08-05 12:24:33 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-05 12:24:33 -0400 |
| commit | fd13001d138e27f967c38d5d538fbe1cf9bb88ae (patch) | |
| tree | 6ca4f9096ab32461c3b283b687212175677cae77 /cmd | |
| parent | 9787da0d32c2d58bae790a16ded0fe0c150c3280 (diff) | |
| parent | 276c0c8e8a4543ce0b2c4ea020536c64ead98342 (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/Kconfig | 1 |
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 |
