Kconfig (e75ed60cbaf6a2b5f14f00d96d926110f983be6b) | Kconfig (de69a4f240a1d43bc6a587c836c5ce1c66e36f23) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 629 unchanged lines hidden (view full) --- 638 select MII 639 ---help--- 640 This driver supports the PCI-Express gigabit ethernet adapters 641 based on JMicron JMC250 chipset. 642 643 To compile this driver as a module, choose M here. The module 644 will be called jme. 645 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 629 unchanged lines hidden (view full) --- 638 select MII 639 ---help--- 640 This driver supports the PCI-Express gigabit ethernet adapters 641 based on JMicron JMC250 chipset. 642 643 To compile this driver as a module, choose M here. The module 644 will be called jme. 645 |
646config S6GMAC 647 tristate "S6105 GMAC ethernet support" 648 depends on XTENSA_VARIANT_S6000 649 select PHYLIB 650 help 651 This driver supports the on chip ethernet device on the 652 S6105 xtensa processor. 653 654 To compile this driver as a module, choose M here. The module 655 will be called s6gmac. 656 | |
657endif # NETDEV_1000 658 659# 660# 10 Gigabit Ethernet 661# 662 663menuconfig NETDEV_10000 664 bool "Ethernet (10000 Mbit)" --- 536 unchanged lines hidden --- | 646endif # NETDEV_1000 647 648# 649# 10 Gigabit Ethernet 650# 651 652menuconfig NETDEV_10000 653 bool "Ethernet (10000 Mbit)" --- 536 unchanged lines hidden --- |