diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index fd284a93c9dd..83b3f7b8fb73 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1448,18 +1448,38 @@ config APRICOT | |||
1448 | called apricot. | 1448 | called apricot. |
1449 | 1449 | ||
1450 | config B44 | 1450 | config B44 |
1451 | tristate "Broadcom 4400 ethernet support" | 1451 | tristate "Broadcom 440x/47xx ethernet support" |
1452 | depends on NET_PCI && PCI | 1452 | depends on SSB_POSSIBLE |
1453 | select SSB | ||
1453 | select MII | 1454 | select MII |
1454 | help | 1455 | help |
1455 | If you have a network (Ethernet) controller of this type, say Y and | 1456 | If you have a network (Ethernet) controller of this type, say Y |
1456 | read the Ethernet-HOWTO, available from | 1457 | or M and read the Ethernet-HOWTO, available from |
1457 | <http://www.tldp.org/docs.html#howto>. | 1458 | <http://www.tldp.org/docs.html#howto>. |
1458 | 1459 | ||
1459 | To compile this driver as a module, choose M here and read | 1460 | To compile this driver as a module, choose M here and read |
1460 | <file:Documentation/networking/net-modules.txt>. The module will be | 1461 | <file:Documentation/networking/net-modules.txt>. The module will be |
1461 | called b44. | 1462 | called b44. |
1462 | 1463 | ||
1464 | # Auto-select SSB PCI-HOST support, if possible | ||
1465 | config B44_PCI_AUTOSELECT | ||
1466 | bool | ||
1467 | depends on B44 && SSB_PCIHOST_POSSIBLE | ||
1468 | select SSB_PCIHOST | ||
1469 | default y | ||
1470 | |||
1471 | # Auto-select SSB PCICORE driver, if possible | ||
1472 | config B44_PCICORE_AUTOSELECT | ||
1473 | bool | ||
1474 | depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE | ||
1475 | select SSB_DRIVER_PCICORE | ||
1476 | default y | ||
1477 | |||
1478 | config B44_PCI | ||
1479 | bool | ||
1480 | depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT | ||
1481 | default y | ||
1482 | |||
1463 | config FORCEDETH | 1483 | config FORCEDETH |
1464 | tristate "nForce Ethernet support" | 1484 | tristate "nForce Ethernet support" |
1465 | depends on NET_PCI && PCI | 1485 | depends on NET_PCI && PCI |