ppp: use PPP_TRANS instead of the magic number 0x20
[deliverable/linux.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
cba86f2e 8 depends on NETDEVICES
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 50 ---help---
4d9b1a02 51 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
c9e055ac 52
c4b41c9f
MR
53config BROADCOM_PHY
54 tristate "Drivers for Broadcom PHYs"
c4b41c9f 55 ---help---
1b0771ab
MR
56 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
57 and BCM5482 PHYs.
c4b41c9f 58
09bb9aa0
MB
59config BCM63XX_PHY
60 tristate "Drivers for Broadcom 63xx SOCs internal PHY"
09bb9aa0
MB
61 ---help---
62 Currently supports the 6348 and 6358 PHYs.
63
0cefeeba
MB
64config ICPLUS_PHY
65 tristate "Drivers for ICPlus PHYs"
66 ---help---
377ecca9 67 Currently supports the IP175C and IP1001 PHYs.
0cefeeba 68
097c2aa8
JL
69config REALTEK_PHY
70 tristate "Drivers for Realtek PHYs"
71 ---help---
72 Supports the Realtek 821x PHY.
73
914804b9
GC
74config NATIONAL_PHY
75 tristate "Drivers for National Semiconductor PHYs"
76 ---help---
77 Currently supports the DP83865 PHY.
78
f95be180 79config STE10XP
f95be180
GC
80 tristate "Driver for STMicroelectronics STe10Xp PHYs"
81 ---help---
82 This is the driver for the STe100p and STe101p PHYs.
83
dbb7a95d
C
84config LSI_ET1011C_PHY
85 tristate "Driver for LSI ET1011C PHY"
86 ---help---
87 Supports the LSI ET1011C PHY.
88
d0507009
DC
89config MICREL_PHY
90 tristate "Driver for Micrel PHYs"
91 ---help---
92 Supports the KSZ9021, VSC8201, KS8001 PHYs.
93
11b0bacd 94config FIXED_PHY
a79d8e93 95 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
f9e7d100 96 depends on PHYLIB=y
11b0bacd 97 ---help---
a79d8e93
VB
98 Adds the platform "fixed" MDIO Bus to cover the boards that use
99 PHYs that are not connected to the real MDIO bus.
100
101 Currently tested with mpc866ads and mpc8349e-mitx.
7c32f470 102
e2ec4581
SW
103config MDIO_BITBANG
104 tristate "Support for bitbanged MDIO buses"
105 help
106 This module implements the MDIO bus protocol in software,
107 for use by low level drivers that export the ability to
108 drive the relevant pins.
109
110 If in doubt, say N.
111
72af187f 112config MDIO_GPIO
a5edeccb 113 tristate "Support for GPIO lib-based bitbanged MDIO buses"
f004f3ea 114 depends on MDIO_BITBANG && GENERIC_GPIO
a5edeccb
LP
115 ---help---
116 Supports GPIO lib-based MDIO busses.
117
f004f3ea
PZ
118 To compile this driver as a module, choose M here: the module
119 will be called mdio-gpio.
120
25d967b7
DD
121config MDIO_OCTEON
122 tristate "Support for MDIO buses on Octeon SOCs"
123 depends on CPU_CAVIUM_OCTEON
124 default y
125 help
126
127 This module provides a driver for the Octeon MDIO busses.
128 It is required by the Octeon Ethernet device drivers.
129
130 If in doubt, say Y.
131
53f99941 132endif # PHYLIB
This page took 0.693906 seconds and 5 git commands to generate.