blob: 2ba6d3a40e2ee5b2caf4347324a93a74a6665b44 [file] [log] [blame]
Andy Fleming00db8182005-07-30 19:31:23 -04001#
2# PHY Layer Configuration
3#
4
5menu "PHY device support"
6
7config PHYLIB
Jeff Garzik67c4f3f2005-08-11 02:07:25 -04008 tristate "PHY Device support and infrastructure"
Martin Schwidefsky347a8dc2006-01-06 00:19:28 -08009 depends on NET_ETHERNET && (BROKEN || !S390)
Andy Fleming00db8182005-07-30 19:31:23 -040010 help
11 Ethernet controllers are usually attached to PHY
12 devices. This option provides infrastructure for
13 managing PHY devices.
14
Andy Fleming00db8182005-07-30 19:31:23 -040015comment "MII PHY device drivers"
16 depends on PHYLIB
17
18config MARVELL_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040019 tristate "Drivers for Marvell PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040020 depends on PHYLIB
21 ---help---
22 Currently has a driver for the 88E1011S
23
24config DAVICOM_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040025 tristate "Drivers for Davicom PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040026 depends on PHYLIB
27 ---help---
28 Currently supports dm9161e and dm9131
29
30config QSEMI_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040031 tristate "Drivers for Quality Semiconductor PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040032 depends on PHYLIB
33 ---help---
34 Currently supports the qs6612
35
36config LXT_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040037 tristate "Drivers for the Intel LXT PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040038 depends on PHYLIB
39 ---help---
40 Currently supports the lxt970, lxt971
41
42config CICADA_PHY
Jeff Garzik67c4f3f2005-08-11 02:07:25 -040043 tristate "Drivers for the Cicada PHYs"
Andy Fleming00db8182005-07-30 19:31:23 -040044 depends on PHYLIB
45 ---help---
46 Currently supports the cis8204
Jon Loeligeref82a3062006-06-17 17:52:55 -050047config VITESSE_PHY
48 tristate "Drivers for the Vitesse PHYs"
49 depends on PHYLIB
50 ---help---
51 Currently supports the vsc8244
Andy Fleming00db8182005-07-30 19:31:23 -040052
Herbert Valerio Riedelc9e055a2006-05-07 23:22:53 +020053config SMSC_PHY
54 tristate "Drivers for SMSC PHYs"
55 depends on PHYLIB
56 ---help---
57 Currently supports the LAN83C185 PHY
58
Andy Fleming00db8182005-07-30 19:31:23 -040059endmenu
60