summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-08-02 14:33:35 +0300
committerTom Rini <trini@konsulko.com>2022-08-12 23:10:50 +0300
commitecf1d2741d95f5f84e31dc1d0bef149d8ff1f0a3 (patch)
treed45e8d2bc7f27f0f42206c26ca5ee36cd54bf708 /README
parent08f80184a917077e8ebb7c7646d78eafae921982 (diff)
downloadu-boot-ecf1d2741d95f5f84e31dc1d0bef149d8ff1f0a3.tar.xz
net: Remove smc91111 ethernet driver
This driver has not been converted to DM_ETH. The migration deadline passed 2 years ago. Cc: Linus Walleij <linus.walleij@linaro.org> Cc: David Feng <fenghua@phytium.com.cn> Cc: Liviu Dudau <liviu.dudau@foss.arm.com> Cc: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Tom Rini <trini@konsulko.com> Acked-by: Ramon Fried <rfried.dev@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 0 insertions, 14 deletions
diff --git a/README b/README
index a6c306149c..98185af624 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.