Kconfig (8efc91254fda97ee78e2e0b8e016120e664131de) | Kconfig (e689cf4a042772f727450035b102579b0c01bdc7) |
---|---|
1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 349 unchanged lines hidden (view full) --- 358 select MII 359 select MDIO_BITBANG 360 select PHYLIB 361 help 362 Renesas SuperH Ethernet device driver. 363 This driver supporting CPUs are: 364 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757. 365 | 1# 2# Network device configuration 3# 4 5config HAVE_NET_MACB 6 bool 7 8menuconfig NETDEVICES --- 349 unchanged lines hidden (view full) --- 358 select MII 359 select MDIO_BITBANG 360 select PHYLIB 361 help 362 Renesas SuperH Ethernet device driver. 363 This driver supporting CPUs are: 364 - SH7710, SH7712, SH7763, SH7619, SH7724, and SH7757. 365 |
366config HAPPYMEAL 367 tristate "Sun Happy Meal 10/100baseT support" 368 depends on SBUS || PCI 369 select CRC32 370 help 371 This driver supports the "hme" interface present on most Ultra 372 systems and as an option on older Sbus systems. This driver supports 373 both PCI and Sbus devices. This driver also supports the "qfe" quad 374 100baseT device available in both PCI and Sbus configurations. 375 376 To compile this driver as a module, choose M here: the module 377 will be called sunhme. 378 379config SUNBMAC 380 tristate "Sun BigMAC 10/100baseT support (EXPERIMENTAL)" 381 depends on SBUS && EXPERIMENTAL 382 select CRC32 383 help 384 This driver supports the "be" interface available as an Sbus option. 385 This is Sun's older 100baseT Ethernet device. 386 387 To compile this driver as a module, choose M here: the module 388 will be called sunbmac. 389 390config SUNQE 391 tristate "Sun QuadEthernet support" 392 depends on SBUS 393 select CRC32 394 help 395 This driver supports the "qe" 10baseT Ethernet device, available as 396 an Sbus option. Note that this is not the same as Quad FastEthernet 397 "qfe" which is supported by the Happy Meal driver instead. 398 399 To compile this driver as a module, choose M here: the module 400 will be called sunqe. 401 402config SUNGEM 403 tristate "Sun GEM support" 404 depends on PCI 405 select CRC32 406 help 407 Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also 408 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>. 409 410config CASSINI 411 tristate "Sun Cassini support" 412 depends on PCI 413 select CRC32 414 help 415 Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also 416 <http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf> 417 418config SUNVNET 419 tristate "Sun Virtual Network support" 420 depends on SUN_LDOMS 421 help 422 Support for virtual network devices under Sun Logical Domains. 423 | |
424config BFIN_MAC 425 tristate "Blackfin on-chip MAC support" 426 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537) 427 select CRC32 428 select MII 429 select PHYLIB 430 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE 431 help --- 1166 unchanged lines hidden (view full) --- 1598 bool "Direct Cache Access (DCA) Support" 1599 default y 1600 depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m) 1601 ---help--- 1602 Say Y here if you want to use Direct Cache Access (DCA) in the 1603 driver. DCA is a method for warming the CPU cache before data 1604 is used, with the intent of lessening the impact of cache misses. 1605 | 366config BFIN_MAC 367 tristate "Blackfin on-chip MAC support" 368 depends on NET_ETHERNET && (BF516 || BF518 || BF526 || BF527 || BF536 || BF537) 369 select CRC32 370 select MII 371 select PHYLIB 372 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE 373 help --- 1166 unchanged lines hidden (view full) --- 1540 bool "Direct Cache Access (DCA) Support" 1541 default y 1542 depends on MYRI10GE && DCA && !(MYRI10GE=y && DCA=m) 1543 ---help--- 1544 Say Y here if you want to use Direct Cache Access (DCA) in the 1545 driver. DCA is a method for warming the CPU cache before data 1546 is used, with the intent of lessening the impact of cache misses. 1547 |
1606config NIU 1607 tristate "Sun Neptune 10Gbit Ethernet support" 1608 depends on PCI 1609 select CRC32 1610 help 1611 This enables support for cards based upon Sun's 1612 Neptune chipset. 1613 | |
1614config PASEMI_MAC 1615 tristate "PA Semi 1/10Gbit MAC" 1616 depends on PPC_PASEMI && PCI && INET 1617 select PHYLIB 1618 select INET_LRO 1619 help 1620 This driver supports the on-chip 1/10Gbit Ethernet controller on 1621 PA Semi's PWRficient line of chips. --- 573 unchanged lines hidden --- | 1548config PASEMI_MAC 1549 tristate "PA Semi 1/10Gbit MAC" 1550 depends on PPC_PASEMI && PCI && INET 1551 select PHYLIB 1552 select INET_LRO 1553 help 1554 This driver supports the on-chip 1/10Gbit Ethernet controller on 1555 PA Semi's PWRficient line of chips. --- 573 unchanged lines hidden --- |