Add USB host ethernet adapter support
This adds support for using USB Ethernet dongles in host mode. This is just
the framework - drivers will come later. A new config option called
CONFIG_USB_HOST_ETHER can be defined in board config files to switch this
on.
The was originally written by NVIDIA and was cleaned up for release by the
Chromium authors.
Signed-off-by:
Simon Glass <sjg@chromium.org>
drivers/usb/eth/Makefile
0 → 100644
drivers/usb/eth/usb_ether.c
0 → 100644
include/usb_ether.h
0 → 100644
Please register or sign in to comment