diff options
author | Jens Scharsig <js_at_ng@scharsoft.de> | 2010-01-23 12:03:45 +0100 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2010-01-31 22:37:12 -0800 |
commit | c041e9d212162f6c85cd3b6a40ad6ba9d9292451 (patch) | |
tree | f9a2b58cb9922db443bc1b917e39ba9ee578297e /README | |
parent | 594d57d0ccce649d6ccd881b8d9c5ea8d0c307ef (diff) | |
download | u-boot-imx-c041e9d212162f6c85cd3b6a40ad6ba9d9292451.zip u-boot-imx-c041e9d212162f6c85cd3b6a40ad6ba9d9292451.tar.gz u-boot-imx-c041e9d212162f6c85cd3b6a40ad6ba9d9292451.tar.bz2 |
new at91_emac network driver (NET_MULTI api)
* add's at91_emac (AT91RM9200) network driver (NET_MULTI api)
* enable driver with CONFIG_DRIVER_AT91EMAC
* generic PHY initialization
* modify AT91RM9200 boards to use NET_MULTI driver
* the drivers has been tested with LXT971 Phy and DM9161 Phy at
MII and RMII interface
Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -822,6 +822,16 @@ The following options need to be configured: - NETWORK Support (other): + CONFIG_DRIVER_AT91EMAC + Support for AT91RM9200 EMAC. + + CONFIG_RMII + Define this to use reduced MII inteface + + CONFIG_DRIVER_AT91EMAC_QUIET + If this defined, the driver is quiet. + The driver doen't show link status messages. + CONFIG_DRIVER_LAN91C96 Support for SMSC's LAN91C96 chips. |