diff options
| author | Simon Glass <sjg@chromium.org> | 2011-02-16 11:14:33 -0800 | 
|---|---|---|
| committer | Remy Bohmer <linux@bohmer.net> | 2011-02-19 20:32:36 +0100 | 
| commit | 89d48367edbc878f86db3008a4107331ef07f578 (patch) | |
| tree | 808742d920445274c97d867422762b3b67cc8391 /doc/README.usb | |
| parent | 96820a35873b4c005f732432c6a168decc9d22b9 (diff) | |
| download | olio-uboot-2014.01-89d48367edbc878f86db3008a4107331ef07f578.tar.xz olio-uboot-2014.01-89d48367edbc878f86db3008a4107331ef07f578.zip | |
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>
Diffstat (limited to 'doc/README.usb')
| -rw-r--r-- | doc/README.usb | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/doc/README.usb b/doc/README.usb index b3bcb91f4..9aa4f62dd 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -28,7 +28,8 @@ USB Support for PIP405 and MIP405 (UHCI)  The USB support is implemented on the base of the UHCI Host  controller. -Currently supported are USB Hubs, USB Keyboards and USB Floppys. +Currently supported are USB Hubs, USB Keyboards, USB Floppys, USB +flash sticks and USB network adaptors.  Tested with a TEAC Floppy TEAC FD-05PUB and Chicony KU-8933 Keyboard.  How it works: @@ -78,3 +79,4 @@ CONFIG_USB_UHCI	    defines the lowlevel part.A lowlevel part must be defined  		    if using CONFIG_CMD_USB  CONFIG_USB_KEYBOARD enables the USB Keyboard  CONFIG_USB_STORAGE  enables the USB storage devices +CONFIG_USB_HOST_ETHER	enables USB ethernet dongle support |