commit | 89d48367edbc878f86db3008a4107331ef07f578 | [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 | 96820a35873b4c005f732432c6a168decc9d22b9 [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>