Kconfig (0612ec48762bf8712db1925b2e67246d2237ebab) | Kconfig (3cb2fccc5f48a4d6269dfd00b4db570fca2a04d5) |
---|---|
1# 2# PHY Layer Configuration 3# 4 5menu "PHY device support" 6 7config PHYLIB 8 tristate "PHY Device support and infrastructure" --- 47 unchanged lines hidden (view full) --- 56 ---help--- 57 Currently supports the LAN83C185 PHY 58 59config FIXED_PHY 60 tristate "Drivers for PHY emulation on fixed speed/link" 61 depends on PHYLIB 62 ---help--- 63 Adds the driver to PHY layer to cover the boards that do not have any PHY bound, | 1# 2# PHY Layer Configuration 3# 4 5menu "PHY device support" 6 7config PHYLIB 8 tristate "PHY Device support and infrastructure" --- 47 unchanged lines hidden (view full) --- 56 ---help--- 57 Currently supports the LAN83C185 PHY 58 59config FIXED_PHY 60 tristate "Drivers for PHY emulation on fixed speed/link" 61 depends on PHYLIB 62 ---help--- 63 Adds the driver to PHY layer to cover the boards that do not have any PHY bound, |
64 but with the ability to manipulate with speed/link in software. The relavant MII 65 speed/duplex parameters could be effectively handled in user-specified fuction. | 64 but with the ability to manipulate the speed/link in software. The relevant MII 65 speed/duplex parameters could be effectively handled in a user-specified function. |
66 Currently tested with mpc866ads. 67 68config FIXED_MII_10_FDX 69 bool "Emulation for 10M Fdx fixed PHY behavior" 70 depends on FIXED_PHY 71 72config FIXED_MII_100_FDX 73 bool "Emulation for 100M Fdx fixed PHY behavior" 74 depends on FIXED_PHY 75 76endmenu 77 | 66 Currently tested with mpc866ads. 67 68config FIXED_MII_10_FDX 69 bool "Emulation for 10M Fdx fixed PHY behavior" 70 depends on FIXED_PHY 71 72config FIXED_MII_100_FDX 73 bool "Emulation for 100M Fdx fixed PHY behavior" 74 depends on FIXED_PHY 75 76endmenu 77 |