| # PHY Layer Configuration |
| menu "PHY device support" |
| tristate "PHY Device support and infrastructure" |
| depends on NET_ETHERNET && (BROKEN || !ARCH_S390) |
| Ethernet controllers are usually attached to PHY |
| devices. This option provides infrastructure for |
| bool " Support for automatically handling PHY state changes" |
| Adds code to perform all the work for keeping PHY link |
| state (speed/duplex/etc) up-to-date. Also handles |
| comment "MII PHY device drivers" |
| tristate "Drivers for Marvell PHYs" |
| Currently has a driver for the 88E1011S |
| tristate "Drivers for Davicom PHYs" |
| Currently supports dm9161e and dm9131 |
| tristate "Drivers for Quality Semiconductor PHYs" |
| Currently supports the qs6612 |
| tristate "Drivers for the Intel LXT PHYs" |
| Currently supports the lxt970, lxt971 |
| tristate "Drivers for the Cicada PHYs" |
| Currently supports the cis8204 |