Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 1 | # |
| 2 | # PHY Layer Configuration |
| 3 | # |
| 4 | |
| 5 | menu "PHY device support" |
Martin Schwidefsky | 9556fb7 | 2007-05-10 15:45:58 +0200 | [diff] [blame] | 6 | depends on !S390 |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 7 | |
| 8 | config PHYLIB |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 9 | tristate "PHY Device support and infrastructure" |
Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 10 | depends on NET_ETHERNET && (BROKEN || !S390) |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 11 | help |
| 12 | Ethernet controllers are usually attached to PHY |
| 13 | devices. This option provides infrastructure for |
| 14 | managing PHY devices. |
| 15 | |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 16 | comment "MII PHY device drivers" |
| 17 | depends on PHYLIB |
| 18 | |
| 19 | config MARVELL_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 20 | tristate "Drivers for Marvell PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 21 | depends on PHYLIB |
| 22 | ---help--- |
| 23 | Currently has a driver for the 88E1011S |
| 24 | |
| 25 | config DAVICOM_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 26 | tristate "Drivers for Davicom PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 27 | depends on PHYLIB |
| 28 | ---help--- |
| 29 | Currently supports dm9161e and dm9131 |
| 30 | |
| 31 | config QSEMI_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 32 | tristate "Drivers for Quality Semiconductor PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 33 | depends on PHYLIB |
| 34 | ---help--- |
| 35 | Currently supports the qs6612 |
| 36 | |
| 37 | config LXT_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 38 | tristate "Drivers for the Intel LXT PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 39 | depends on PHYLIB |
| 40 | ---help--- |
| 41 | Currently supports the lxt970, lxt971 |
| 42 | |
| 43 | config CICADA_PHY |
Jeff Garzik | 67c4f3f | 2005-08-11 02:07:25 -0400 | [diff] [blame] | 44 | tristate "Drivers for the Cicada PHYs" |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 45 | depends on PHYLIB |
| 46 | ---help--- |
| 47 | Currently supports the cis8204 |
Jon Loeliger | ef82a30 | 2006-06-17 17:52:55 -0500 | [diff] [blame] | 48 | config VITESSE_PHY |
| 49 | tristate "Drivers for the Vitesse PHYs" |
| 50 | depends on PHYLIB |
| 51 | ---help--- |
| 52 | Currently supports the vsc8244 |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 53 | |
Herbert Valerio Riedel | c9e055a | 2006-05-07 23:22:53 +0200 | [diff] [blame] | 54 | config SMSC_PHY |
| 55 | tristate "Drivers for SMSC PHYs" |
| 56 | depends on PHYLIB |
| 57 | ---help--- |
| 58 | Currently supports the LAN83C185 PHY |
| 59 | |
Maciej W. Rozycki | c4b41c9 | 2006-10-03 16:18:13 +0100 | [diff] [blame] | 60 | config BROADCOM_PHY |
| 61 | tristate "Drivers for Broadcom PHYs" |
| 62 | depends on PHYLIB |
| 63 | ---help--- |
| 64 | Currently supports the BCM5411, BCM5421 and BCM5461 PHYs. |
| 65 | |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 66 | config FIXED_PHY |
| 67 | tristate "Drivers for PHY emulation on fixed speed/link" |
| 68 | depends on PHYLIB |
| 69 | ---help--- |
| 70 | Adds the driver to PHY layer to cover the boards that do not have any PHY bound, |
Matt LaPlante | 3cb2fcc | 2006-11-30 05:22:59 +0100 | [diff] [blame] | 71 | but with the ability to manipulate the speed/link in software. The relevant MII |
| 72 | speed/duplex parameters could be effectively handled in a user-specified function. |
Vitaly Bordug | 11b0bac | 2006-08-14 23:00:29 -0700 | [diff] [blame] | 73 | Currently tested with mpc866ads. |
| 74 | |
| 75 | config FIXED_MII_10_FDX |
| 76 | bool "Emulation for 10M Fdx fixed PHY behavior" |
| 77 | depends on FIXED_PHY |
| 78 | |
| 79 | config FIXED_MII_100_FDX |
| 80 | bool "Emulation for 100M Fdx fixed PHY behavior" |
| 81 | depends on FIXED_PHY |
| 82 | |
Andy Fleming | 00db818 | 2005-07-30 19:31:23 -0400 | [diff] [blame] | 83 | endmenu |
| 84 | |