diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1bf1987571ff..5f646523c5ae 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1380,6 +1380,17 @@ config AC3200 | |||
1380 | To compile this driver as a module, choose M here. The module | 1380 | To compile this driver as a module, choose M here. The module |
1381 | will be called ac3200. | 1381 | will be called ac3200. |
1382 | 1382 | ||
1383 | config KSZ884X_PCI | ||
1384 | tristate "Micrel KSZ8841/2 PCI" | ||
1385 | depends on NET_PCI && PCI | ||
1386 | select MII | ||
1387 | select CRC32 | ||
1388 | help | ||
1389 | This PCI driver is for Micrel KSZ8841/KSZ8842 PCI Ethernet chip. | ||
1390 | |||
1391 | To compile this driver as a module, choose M here. The module | ||
1392 | will be called ksz884x. | ||
1393 | |||
1383 | config APRICOT | 1394 | config APRICOT |
1384 | tristate "Apricot Xen-II on board Ethernet" | 1395 | tristate "Apricot Xen-II on board Ethernet" |
1385 | depends on NET_PCI && ISA | 1396 | depends on NET_PCI && ISA |