phy: add natsemi PHY driver
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / net / phy / Kconfig
bloba1938e18cb62b44be0de665aab1de528d22ca1b0
2 # PHY Layer Configuration
5 menuconfig PHYLIB
6         tristate "PHY Device support and infrastructure"
7         depends on !S390
8         depends on NET_ETHERNET
9         help
10           Ethernet controllers are usually attached to PHY
11           devices.  This option provides infrastructure for
12           managing PHY devices.
14 if PHYLIB
16 comment "MII PHY device drivers"
18 config MARVELL_PHY
19         tristate "Drivers for Marvell PHYs"
20         ---help---
21           Currently has a driver for the 88E1011S
22         
23 config DAVICOM_PHY
24         tristate "Drivers for Davicom PHYs"
25         ---help---
26           Currently supports dm9161e and dm9131
28 config QSEMI_PHY
29         tristate "Drivers for Quality Semiconductor PHYs"
30         ---help---
31           Currently supports the qs6612
33 config LXT_PHY
34         tristate "Drivers for the Intel LXT PHYs"
35         ---help---
36           Currently supports the lxt970, lxt971
38 config CICADA_PHY
39         tristate "Drivers for the Cicada PHYs"
40         ---help---
41           Currently supports the cis8204
43 config VITESSE_PHY
44         tristate "Drivers for the Vitesse PHYs"
45         ---help---
46           Currently supports the vsc8244
48 config SMSC_PHY
49         tristate "Drivers for SMSC PHYs"
50         ---help---
51           Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs
53 config BROADCOM_PHY
54         tristate "Drivers for Broadcom PHYs"
55         ---help---
56           Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481
57           and BCM5482 PHYs.
59 config ICPLUS_PHY
60         tristate "Drivers for ICPlus PHYs"
61         ---help---
62           Currently supports the IP175C PHY.
64 config REALTEK_PHY
65         tristate "Drivers for Realtek PHYs"
66         ---help---
67           Supports the Realtek 821x PHY.
69 config NATIONAL_PHY
70         tristate "Drivers for National Semiconductor PHYs"
71         ---help---
72           Currently supports the DP83865 PHY.
74 config FIXED_PHY
75         bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
76         depends on PHYLIB=y
77         ---help---
78           Adds the platform "fixed" MDIO Bus to cover the boards that use
79           PHYs that are not connected to the real MDIO bus.
81           Currently tested with mpc866ads and mpc8349e-mitx.
83 config MDIO_BITBANG
84         tristate "Support for bitbanged MDIO buses"
85         help
86           This module implements the MDIO bus protocol in software,
87           for use by low level drivers that export the ability to
88           drive the relevant pins.
90           If in doubt, say N.
92 config MDIO_GPIO
93         tristate "Support for GPIO lib-based bitbanged MDIO buses"
94         depends on MDIO_BITBANG && GENERIC_GPIO
95         ---help---
96           Supports GPIO lib-based MDIO busses.
98           To compile this driver as a module, choose M here: the module
99           will be called mdio-gpio.
101 endif # PHYLIB