Kconfig (c23c5c1663b36c1428df32d1645232662459e02f) | Kconfig (63d24a0eb71b1ec5ed302816379aaf76eecb053c) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 533 unchanged lines hidden (view full) --- 542config XILINX_LL_TEMAC 543 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" 544 depends on PPC || MICROBLAZE 545 select PHYLIB 546 help 547 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC 548 core used in Xilinx Spartan and Virtex FPGAs 549 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 533 unchanged lines hidden (view full) --- 542config XILINX_LL_TEMAC 543 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" 544 depends on PPC || MICROBLAZE 545 select PHYLIB 546 help 547 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC 548 core used in Xilinx Spartan and Virtex FPGAs 549 |
550config JME 551 tristate "JMicron(R) PCI-Express Gigabit Ethernet support" 552 depends on PCI 553 select CRC32 554 select MII 555 ---help--- 556 This driver supports the PCI-Express gigabit ethernet adapters 557 based on JMicron JMC250 chipset. 558 559 To compile this driver as a module, choose M here. The module 560 will be called jme. 561 | |
562endif # NETDEV_1000 563 564# 565# 10 Gigabit Ethernet 566# 567 568menuconfig NETDEV_10000 569 bool "Ethernet (10000 Mbit)" --- 536 unchanged lines hidden --- | 550endif # NETDEV_1000 551 552# 553# 10 Gigabit Ethernet 554# 555 556menuconfig NETDEV_10000 557 bool "Ethernet (10000 Mbit)" --- 536 unchanged lines hidden --- |