aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMichael Buesch <mb@bu3sch.de>2007-09-19 17:20:30 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:51:43 -0400
commit753f492093da7a40141bfe083073400f518f4c68 (patch)
tree32ccd2ed369527ee5acb82dbd49d1081b33480ae /drivers/net/Kconfig
parenteff1a59c48e3c6a006eb4fe5f2e405a996f2259d (diff)
[B44]: port to native ssb support
Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig28
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
1450config B44 1450config 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
1465config 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
1472config B44_PCICORE_AUTOSELECT
1473 bool
1474 depends on B44 && SSB_DRIVER_PCICORE_POSSIBLE
1475 select SSB_DRIVER_PCICORE
1476 default y
1477
1478config B44_PCI
1479 bool
1480 depends on B44_PCI_AUTOSELECT && B44_PCICORE_AUTOSELECT
1481 default y
1482
1463config FORCEDETH 1483config FORCEDETH
1464 tristate "nForce Ethernet support" 1484 tristate "nForce Ethernet support"
1465 depends on NET_PCI && PCI 1485 depends on NET_PCI && PCI