diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2017-07-06 10:33:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-08 15:56:02 -0400 |
commit | fad51ac3af429d5b5b6f6ad4d924ee00e1525db1 (patch) | |
tree | 2c441322460f03fbf3fa34b4d1139fdea616c17f /README | |
parent | b1e41d1ceedf0fe90c7873bf9dfddd3690ccc11d (diff) | |
download | u-boot-fad51ac3af429d5b5b6f6ad4d924ee00e1525db1.tar.gz |
powerpc, 8xx: move FEC Ethernet driver in drivers/net
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -4079,21 +4079,6 @@ Low Level (hardware related) configuration options: Only for 83xx systems. If specified, then DDR should be configured using CS0 and CS1 instead of CS2 and CS3. -- CONFIG_ETHER_ON_FEC[12] - Define to enable FEC[12] on a 8xx series processor. - -- CONFIG_FEC[12]_PHY - Define to the hardcoded PHY address which corresponds - to the given FEC; i. e. - #define CONFIG_FEC1_PHY 4 - means that the PHY with address 4 is connected to FEC1 - - When set to -1, means to probe for first available. - -- CONFIG_FEC[12]_PHY_NORXERR - The PHY does not have a RXERR line (RMII only). - (so program the FEC to ignore it). - - CONFIG_RMII Enable RMII mode for all FECs. Note that this is a global option, we can't |