summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-08-02 07:33:35 -0400
committerTom Rini <[email protected]>2022-08-12 16:10:50 -0400
commitecf1d2741d95f5f84e31dc1d0bef149d8ff1f0a3 (patch)
treed45e8d2bc7f27f0f42206c26ca5ee36cd54bf708 /README
parent08f80184a917077e8ebb7c7646d78eafae921982 (diff)
net: Remove smc91111 ethernet driver
This driver has not been converted to DM_ETH. The migration deadline passed 2 years ago. Cc: Linus Walleij <[email protected]> Cc: David Feng <[email protected]> Cc: Liviu Dudau <[email protected]> Cc: Andre Przywara <[email protected]> Signed-off-by: Tom Rini <[email protected]> Acked-by: Ramon Fried <[email protected]>
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 0 insertions, 14 deletions
diff --git a/README b/README
index a6c306149c7..98185af6246 100644
--- a/README
+++ b/README
@@ -565,20 +565,6 @@ The following options need to be configured:
CONFIG_LAN91C96_USE_32_BIT
Define this to enable 32 bit addressing
- CONFIG_SMC91111
- Support for SMSC's LAN91C111 chip
-
- CONFIG_SMC91111_BASE
- Define this to hold the physical address
- of the device (I/O space)
-
- CONFIG_SMC_USE_32_BIT
- Define this if data bus is 32 bits
-
- CONFIG_SMC_USE_IOFUNCS
- Define this to use i/o functions instead of macros
- (some hardware wont work with macros)
-
CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT
Define this if you have more then 3 PHYs.