]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/net/phy/Kconfig
s2io: add PCI error recovery support
[net-next-2.6.git] / drivers / net / phy / Kconfig
CommitLineData
00db8189
AF
1#
2# PHY Layer Configuration
3#
4
53f99941 5menuconfig PHYLIB
67c4f3fa 6 tristate "PHY Device support and infrastructure"
53f99941 7 depends on !S390
347a8dc3 8 depends on NET_ETHERNET && (BROKEN || !S390)
00db8189
AF
9 help
10 Ethernet controllers are usually attached to PHY
11 devices. This option provides infrastructure for
12 managing PHY devices.
13
53f99941
JE
14if PHYLIB
15
00db8189 16comment "MII PHY device drivers"
00db8189
AF
17
18config MARVELL_PHY
67c4f3fa 19 tristate "Drivers for Marvell PHYs"
00db8189
AF
20 ---help---
21 Currently has a driver for the 88E1011S
22
23config DAVICOM_PHY
67c4f3fa 24 tristate "Drivers for Davicom PHYs"
00db8189
AF
25 ---help---
26 Currently supports dm9161e and dm9131
27
28config QSEMI_PHY
67c4f3fa 29 tristate "Drivers for Quality Semiconductor PHYs"
00db8189
AF
30 ---help---
31 Currently supports the qs6612
32
33config LXT_PHY
67c4f3fa 34 tristate "Drivers for the Intel LXT PHYs"
00db8189
AF
35 ---help---
36 Currently supports the lxt970, lxt971
37
38config CICADA_PHY
67c4f3fa 39 tristate "Drivers for the Cicada PHYs"
00db8189
AF
40 ---help---
41 Currently supports the cis8204
53f99941 42
ef82a306
JL
43config VITESSE_PHY
44 tristate "Drivers for the Vitesse PHYs"
ef82a306
JL
45 ---help---
46 Currently supports the vsc8244
00db8189 47
c9e055ac
HVR
48config SMSC_PHY
49 tristate "Drivers for SMSC PHYs"
c9e055ac
HVR
50 ---help---
51 Currently supports the LAN83C185 PHY
52
c4b41c9f
MR
53config BROADCOM_PHY
54 tristate "Drivers for Broadcom PHYs"
c4b41c9f
MR
55 ---help---
56 Currently supports the BCM5411, BCM5421 and BCM5461 PHYs.
57
11b0bacd
VB
58config FIXED_PHY
59 tristate "Drivers for PHY emulation on fixed speed/link"
11b0bacd
VB
60 ---help---
61 Adds the driver to PHY layer to cover the boards that do not have any PHY bound,
3cb2fccc
ML
62 but with the ability to manipulate the speed/link in software. The relevant MII
63 speed/duplex parameters could be effectively handled in a user-specified function.
11b0bacd
VB
64 Currently tested with mpc866ads.
65
66config FIXED_MII_10_FDX
67 bool "Emulation for 10M Fdx fixed PHY behavior"
68 depends on FIXED_PHY
69
70config FIXED_MII_100_FDX
71 bool "Emulation for 100M Fdx fixed PHY behavior"
72 depends on FIXED_PHY
73
53f99941 74endif # PHYLIB