Kconfig (3215df6a8e35fe6fc7c86ee0df2863c669a8e068) | Kconfig (ae7668d03c4de78dd0be79278f410a1415786e67) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 464 unchanged lines hidden (view full) --- 473 <http://www.linux-on-laptops.com/> or 474 Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>. 475 476 Note that the answer to this question doesn't directly affect the 477 kernel: saying N will just cause the configurator to skip all 478 the questions about this class of network devices. If you say Y, you 479 will be asked for your specific device in the following questions. 480 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 464 unchanged lines hidden (view full) --- 473 <http://www.linux-on-laptops.com/> or 474 Tuxmobil - Linux on Mobile Computers at <http://www.tuxmobil.org/>. 475 476 Note that the answer to this question doesn't directly affect the 477 kernel: saying N will just cause the configurator to skip all 478 the questions about this class of network devices. If you say Y, you 479 will be asked for your specific device in the following questions. 480 |
481config LANTIQ_ETOP 482 tristate "Lantiq SoC ETOP driver" 483 depends on SOC_TYPE_XWAY 484 help 485 Support for the MII0 inside the Lantiq SoC 486 | |
487endif # NET_ETHERNET 488 489# 490# Gigabit Ethernet 491# 492 493menuconfig NETDEV_1000 494 bool "Ethernet (1000 Mbit)" --- 559 unchanged lines hidden --- | 481endif # NET_ETHERNET 482 483# 484# Gigabit Ethernet 485# 486 487menuconfig NETDEV_1000 488 bool "Ethernet (1000 Mbit)" --- 559 unchanged lines hidden --- |