summaryrefslogtreecommitdiff
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut+renesas@gmail.com>2020-05-23 19:07:53 +0300
committerMarek Vasut <marek.vasut+renesas@gmail.com>2020-06-18 20:34:40 +0300
commit6463b73e0b25b058404c52b48c991abf4f8a94ce (patch)
tree3511aa1157f1527645111cc6968ed4fc181b5ad5 /drivers/net/Kconfig
parentaf8ecdf7e5d9ec13581906172a1a9762d9a7a504 (diff)
downloadu-boot-6463b73e0b25b058404c52b48c991abf4f8a94ce.tar.xz
net: eepro100: Add Kconfig entries
Add Kconfig entries for the eepro100 driver and convert various boards. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index bb23f73fc2..ed07a78044 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