diff options
| author | Tom Rini <[email protected]> | 2022-03-11 09:12:10 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-18 12:48:17 -0400 |
| commit | 08f1d58affa4a3ec1fb68717be088dd3556fe26a (patch) | |
| tree | 79cabfc0bee8c79dcb1b629203a3518dbbcafd6d /doc | |
| parent | b07fb55747926afe36cb970335eb1700cc32eb6a (diff) | |
net: fec_mxc: Drop CONFIG_FEC_XCV_TYPE
With all boards now using DM_ETH we determine the value for
CONFIG_FEC_XCV_TYPE at run time, except in the case of the default
fall-back. Set the fallback directly now.
Cc: Fabio Estevam <[email protected]>
Cc: Ramon Fried <[email protected]>
Cc: Stefano Babic <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.fec_mxc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/README.fec_mxc b/doc/README.fec_mxc index 9ca6ac2fb59..d17dfb676f7 100644 --- a/doc/README.fec_mxc +++ b/doc/README.fec_mxc @@ -7,11 +7,6 @@ CONFIG_FEC_MXC CONFIG_MII Must be defined if CONFIG_FEC_MXC is defined. -CONFIG_FEC_XCV_TYPE - Defaults to MII100 for 100 Base-tx. - RGMII selects 1000 Base-tx reduced pin count interface. - RMII selects 100 Base-tx reduced pin count interface. - CONFIG_FEC_MXC_SWAP_PACKET Forced on iff MX28. Swaps the bytes order of all words(4 byte units) in the packet. |
