commit | 1e9961d78a975f002fe48122a6a0a316957bb2e5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 16 11:14:33 2011 -0800 |
committer | Remy Bohmer <linux@bohmer.net> | Sat Feb 19 20:32:36 2011 +0100 |
tree | 808742d920445274c97d867422762b3b67cc8391 | |
parent | fd7f513223d69cc0eb31a61695cf944350ff8aae [diff] |
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>