diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-08-11 02:07:25 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-11 02:07:25 -0400 |
commit | 67c4f3fa25502ce7ed82fb0307e09cf36f1f81da (patch) | |
tree | d368d796618d52361f6aced3dcf2c1beb26ceec3 /drivers/net/phy/Kconfig | |
parent | 303bcb4b675d7284a1097dd1c18c995c0179883a (diff) |
Fix numerous minor problems with new phy subsystem.
Includes fixes for problems noted by Adrian Bunk, Andrew Morton,
and one other person lost in the annals of history (and email folders).
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 8b5db2343cc3..c2f1bf1d02d2 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
@@ -5,7 +5,7 @@ | |||
5 | menu "PHY device support" | 5 | menu "PHY device support" |
6 | 6 | ||
7 | config PHYLIB | 7 | config PHYLIB |
8 | bool "PHY Device support and infrastructure" | 8 | tristate "PHY Device support and infrastructure" |
9 | depends on NET_ETHERNET | 9 | depends on NET_ETHERNET |
10 | help | 10 | help |
11 | Ethernet controllers are usually attached to PHY | 11 | Ethernet controllers are usually attached to PHY |
@@ -24,31 +24,31 @@ comment "MII PHY device drivers" | |||
24 | depends on PHYLIB | 24 | depends on PHYLIB |
25 | 25 | ||
26 | config MARVELL_PHY | 26 | config MARVELL_PHY |
27 | bool "Drivers for Marvell PHYs" | 27 | tristate "Drivers for Marvell PHYs" |
28 | depends on PHYLIB | 28 | depends on PHYLIB |
29 | ---help--- | 29 | ---help--- |
30 | Currently has a driver for the 88E1011S | 30 | Currently has a driver for the 88E1011S |
31 | 31 | ||
32 | config DAVICOM_PHY | 32 | config DAVICOM_PHY |
33 | bool "Drivers for Davicom PHYs" | 33 | tristate "Drivers for Davicom PHYs" |
34 | depends on PHYLIB | 34 | depends on PHYLIB |
35 | ---help--- | 35 | ---help--- |
36 | Currently supports dm9161e and dm9131 | 36 | Currently supports dm9161e and dm9131 |
37 | 37 | ||
38 | config QSEMI_PHY | 38 | config QSEMI_PHY |
39 | bool "Drivers for Quality Semiconductor PHYs" | 39 | tristate "Drivers for Quality Semiconductor PHYs" |
40 | depends on PHYLIB | 40 | depends on PHYLIB |
41 | ---help--- | 41 | ---help--- |
42 | Currently supports the qs6612 | 42 | Currently supports the qs6612 |
43 | 43 | ||
44 | config LXT_PHY | 44 | config LXT_PHY |
45 | bool "Drivers for the Intel LXT PHYs" | 45 | tristate "Drivers for the Intel LXT PHYs" |
46 | depends on PHYLIB | 46 | depends on PHYLIB |
47 | ---help--- | 47 | ---help--- |
48 | Currently supports the lxt970, lxt971 | 48 | Currently supports the lxt970, lxt971 |
49 | 49 | ||
50 | config CICADA_PHY | 50 | config CICADA_PHY |
51 | bool "Drivers for the Cicada PHYs" | 51 | tristate "Drivers for the Cicada PHYs" |
52 | depends on PHYLIB | 52 | depends on PHYLIB |
53 | ---help--- | 53 | ---help--- |
54 | Currently supports the cis8204 | 54 | Currently supports the cis8204 |