Kconfig (75ba632a01d4dc70d0a0f3a92b5ec9b4a3644b2d) | Kconfig (ef82a306b46dbedaecbb154b24d05dfab937df35) |
---|---|
1# 2# PHY Layer Configuration 3# 4 5menu "PHY device support" 6 7config PHYLIB 8 tristate "PHY Device support and infrastructure" --- 30 unchanged lines hidden (view full) --- 39 ---help--- 40 Currently supports the lxt970, lxt971 41 42config CICADA_PHY 43 tristate "Drivers for the Cicada PHYs" 44 depends on PHYLIB 45 ---help--- 46 Currently supports the cis8204 | 1# 2# PHY Layer Configuration 3# 4 5menu "PHY device support" 6 7config PHYLIB 8 tristate "PHY Device support and infrastructure" --- 30 unchanged lines hidden (view full) --- 39 ---help--- 40 Currently supports the lxt970, lxt971 41 42config CICADA_PHY 43 tristate "Drivers for the Cicada PHYs" 44 depends on PHYLIB 45 ---help--- 46 Currently supports the cis8204 |
47config VITESSE_PHY 48 tristate "Drivers for the Vitesse PHYs" 49 depends on PHYLIB 50 ---help--- 51 Currently supports the vsc8244 |
|
47 | 52 |
48config SMSC_PHY 49 tristate "Drivers for SMSC PHYs" 50 depends on PHYLIB 51 ---help--- 52 Currently supports the LAN83C185 PHY 53 | |
54endmenu 55 | 53endmenu 54 |