diff options
| author | Marek Vasut <[email protected]> | 2025-06-30 20:51:11 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2025-07-10 19:26:55 +0200 |
| commit | fc85e55205e518fa148a36db04eec37d65e83e24 (patch) | |
| tree | 8fcdc75789aecaee59e2c188d367f4f260f036f9 /drivers | |
| parent | 45e0a55ff69fea0c986f36ab3f9462d6b11c4383 (diff) | |
net: sh_eth: arm: renesas: README: Drop CFG_SH_ETHER_USE_PORT
The CFG_SH_ETHER_USE_PORT configuration option is a remnant from
before U-Boot DM existed and SH Ethernet made full use of it, and
is no longer used, remove it.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/sh_eth.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/sh_eth.c b/drivers/net/sh_eth.c index 339a4771586..9ccba153f36 100644 --- a/drivers/net/sh_eth.c +++ b/drivers/net/sh_eth.c @@ -29,9 +29,6 @@ #include "sh_eth.h" -#ifndef CFG_SH_ETHER_USE_PORT -# error "Please define CFG_SH_ETHER_USE_PORT" -#endif #ifndef CFG_SH_ETHER_PHY_ADDR # error "Please define CFG_SH_ETHER_PHY_ADDR" #endif |
