diff options
| author | Marek Vasut <[email protected]> | 2020-05-23 18:07:53 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2020-06-18 19:34:40 +0200 |
| commit | 6463b73e0b25b058404c52b48c991abf4f8a94ce (patch) | |
| tree | 3511aa1157f1527645111cc6968ed4fc181b5ad5 /drivers | |
| parent | af8ecdf7e5d9ec13581906172a1a9762d9a7a504 (diff) | |
net: eepro100: Add Kconfig entries
Add Kconfig entries for the eepro100 driver and convert various boards.
Signed-off-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index bb23f73fc23..ed07a78044e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -193,6 +193,12 @@ config CMD_E1000 used on devices with SPI support you can reprogram the EEPROM from U-Boot. +config EEPRO100 + bool "Intel PRO/100 82557/82559/82559ER Fast Ethernet support" + help + This driver supports Intel(R) PRO/100 82557/82559/82559ER fast + ethernet family of adapters. + config ETH_SANDBOX depends on DM_ETH && SANDBOX default y |
