Kconfig (940608be2e6117c17c19b203f7393ced4d02590a) | Kconfig (1b0771ab3ea102ce77e9ca83abc500e542402e54) |
---|---|
1# 2# PHY Layer Configuration 3# 4 5menuconfig PHYLIB 6 tristate "PHY Device support and infrastructure" 7 depends on !S390 | 1# 2# PHY Layer Configuration 3# 4 5menuconfig PHYLIB 6 tristate "PHY Device support and infrastructure" 7 depends on !S390 |
8 depends on NET_ETHERNET | 8 depends on NET_ETHERNET && (BROKEN || !S390) |
9 help 10 Ethernet controllers are usually attached to PHY 11 devices. This option provides infrastructure for 12 managing PHY devices. 13 14if PHYLIB 15 16comment "MII PHY device drivers" --- 31 unchanged lines hidden (view full) --- 48config SMSC_PHY 49 tristate "Drivers for SMSC PHYs" 50 ---help--- 51 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs 52 53config BROADCOM_PHY 54 tristate "Drivers for Broadcom PHYs" 55 ---help--- | 9 help 10 Ethernet controllers are usually attached to PHY 11 devices. This option provides infrastructure for 12 managing PHY devices. 13 14if PHYLIB 15 16comment "MII PHY device drivers" --- 31 unchanged lines hidden (view full) --- 48config SMSC_PHY 49 tristate "Drivers for SMSC PHYs" 50 ---help--- 51 Currently supports the LAN83C185, LAN8187 and LAN8700 PHYs 52 53config BROADCOM_PHY 54 tristate "Drivers for Broadcom PHYs" 55 ---help--- |
56 Currently supports the BCM5411, BCM5421 and BCM5461 PHYs. | 56 Currently supports the BCM5411, BCM5421, BCM5461, BCM5464, BCM5481 57 and BCM5482 PHYs. |
57 58config ICPLUS_PHY 59 tristate "Drivers for ICPlus PHYs" 60 ---help--- 61 Currently supports the IP175C PHY. 62 63config REALTEK_PHY 64 tristate "Drivers for Realtek PHYs" --- 22 unchanged lines hidden --- | 58 59config ICPLUS_PHY 60 tristate "Drivers for ICPlus PHYs" 61 ---help--- 62 Currently supports the IP175C PHY. 63 64config REALTEK_PHY 65 tristate "Drivers for Realtek PHYs" --- 22 unchanged lines hidden --- |