]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: Enable BIND by default if we have USB_ETHER
authorTom Rini <trini@konsulko.com>
Fri, 4 Aug 2023 16:06:21 +0000 (12:06 -0400)
committerMarek Vasut <marex@denx.de>
Sat, 5 Aug 2023 04:05:06 +0000 (06:05 +0200)
commit276c0c8e8a4543ce0b2c4ea020536c64ead98342
tree6ca4f9096ab32461c3b283b687212175677cae77
parent718f1d414eb8ea49ddb90476df9926520164d9c5
cmd: Enable BIND by default if we have USB_ETHER

The nature of the network stack means that if we are going to use the
gadget mode USB network driver there's no easy path to implicitly
bind/unbind the driver. Enable the "bind" command by default here so
that we can bind/unbind this as needed.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
cmd/Kconfig