Kconfig (a2e4e108c511738fb3bc2bb2fedd593da9913764) Kconfig (f9e7d100ddea5cdcea7a02230566f36b0a648c2e)
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 && (BROKEN || !S390)

--- 53 unchanged lines hidden (view full) ---

62
63config REALTEK_PHY
64 tristate "Drivers for Realtek PHYs"
65 ---help---
66 Supports the Realtek 821x PHY.
67
68config FIXED_PHY
69 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
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 && (BROKEN || !S390)

--- 53 unchanged lines hidden (view full) ---

62
63config REALTEK_PHY
64 tristate "Drivers for Realtek PHYs"
65 ---help---
66 Supports the Realtek 821x PHY.
67
68config FIXED_PHY
69 bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs"
70 depends on PHYLIB=y
70 ---help---
71 Adds the platform "fixed" MDIO Bus to cover the boards that use
72 PHYs that are not connected to the real MDIO bus.
73
74 Currently tested with mpc866ads and mpc8349e-mitx.
75
76config MDIO_BITBANG
77 tristate "Support for bitbanged MDIO buses"
78 help
79 This module implements the MDIO bus protocol in software,
80 for use by low level drivers that export the ability to
81 drive the relevant pins.
82
83 If in doubt, say N.
84
85endif # PHYLIB
71 ---help---
72 Adds the platform "fixed" MDIO Bus to cover the boards that use
73 PHYs that are not connected to the real MDIO bus.
74
75 Currently tested with mpc866ads and mpc8349e-mitx.
76
77config MDIO_BITBANG
78 tristate "Support for bitbanged MDIO buses"
79 help
80 This module implements the MDIO bus protocol in software,
81 for use by low level drivers that export the ability to
82 drive the relevant pins.
83
84 If in doubt, say N.
85
86endif # PHYLIB