Kconfig (93f7848b77bcf1108879defd32612422ae80d785) | Kconfig (86387e1ac4fcaa45ff5578013a78593d1a0ba279) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 1471 unchanged lines hidden (view full) --- 1480 will be called ehea. 1481 1482config ENIC 1483 tristate "Cisco VIC Ethernet NIC Support" 1484 depends on PCI && INET 1485 help 1486 This enables the support for the Cisco VIC Ethernet card. 1487 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 1471 unchanged lines hidden (view full) --- 1480 will be called ehea. 1481 1482config ENIC 1483 tristate "Cisco VIC Ethernet NIC Support" 1484 depends on PCI && INET 1485 help 1486 This enables the support for the Cisco VIC Ethernet card. 1487 |
1488config S2IO 1489 tristate "Exar Xframe 10Gb Ethernet Adapter" 1490 depends on PCI 1491 ---help--- 1492 This driver supports Exar Corp's Xframe Series 10Gb Ethernet Adapters. 1493 1494 More specific information on configuring the driver is in 1495 <file:Documentation/networking/s2io.txt>. 1496 1497 To compile this driver as a module, choose M here. The module 1498 will be called s2io. 1499 1500config VXGE 1501 tristate "Exar X3100 Series 10GbE PCIe Server Adapter" 1502 depends on PCI && INET 1503 ---help--- 1504 This driver supports Exar Corp's X3100 Series 10 GbE PCIe 1505 I/O Virtualized Server Adapter. 1506 1507 More specific information on configuring the driver is in 1508 <file:Documentation/networking/vxge.txt>. 1509 1510 To compile this driver as a module, choose M here. The module 1511 will be called vxge. 1512 1513config VXGE_DEBUG_TRACE_ALL 1514 bool "Enabling All Debug trace statments in driver" 1515 default n 1516 depends on VXGE 1517 ---help--- 1518 Say Y here if you want to enabling all the debug trace statements in 1519 the vxge driver. By default only few debug trace statements are 1520 enabled. 1521 | |
1522config PASEMI_MAC 1523 tristate "PA Semi 1/10Gbit MAC" 1524 depends on PPC_PASEMI && PCI && INET 1525 select PHYLIB 1526 select INET_LRO 1527 help 1528 This driver supports the on-chip 1/10Gbit Ethernet controller on 1529 PA Semi's PWRficient line of chips. --- 531 unchanged lines hidden --- | 1488config PASEMI_MAC 1489 tristate "PA Semi 1/10Gbit MAC" 1490 depends on PPC_PASEMI && PCI && INET 1491 select PHYLIB 1492 select INET_LRO 1493 help 1494 This driver supports the on-chip 1/10Gbit Ethernet controller on 1495 PA Semi's PWRficient line of chips. --- 531 unchanged lines hidden --- |