summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2020-05-17 18:24:25 +0200
committerDaniel Schwierzeck <[email protected]>2020-06-29 22:36:35 +0200
commitd8553d6ee3146bc06b8f86787138293d3f6453c3 (patch)
treecae3058bae37ffa4535f8ef387a3c446642c5d6e /drivers
parent53019cf35b5ccf9cb5ad8269acab494b99a3dc0c (diff)
net: pcnet: Add Kconfig entries
Add Kconfig entries for the pcnet driver and convert MIPS malta to use those. Signed-off-by: Marek Vasut <[email protected]> Cc: Daniel Schwierzeck <[email protected]> Cc: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index bb23f73fc23..19703d42cd6 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -392,6 +392,12 @@ config MII
help
Enable support of the Media-Independent Interface (MII)
+config PCNET
+ bool "AMD PCnet series Ethernet controller driver"
+ help
+ This driver supports AMD PCnet series fast ethernet family of
+ PCI chipsets/adapters.
+
config RTL8139
bool "Realtek 8139 series Ethernet controller driver"
help