Kconfig (e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce) Kconfig (15d8daf7bc2d1415f14f3cc3378226fc7d836156)
1#
2# PHY Layer Configuration
3#
4
5menuconfig MDIO_DEVICE
6 tristate "MDIO bus device drivers"
7 help
8 MDIO devices and driver infrastructure code.

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

235
236config AT803X_PHY
237 tristate "AT803X PHYs"
238 ---help---
239 Currently supports the AT8030 and AT8035 model
240
241config BCM63XX_PHY
242 tristate "Broadcom 63xx SOCs internal PHY"
1#
2# PHY Layer Configuration
3#
4
5menuconfig MDIO_DEVICE
6 tristate "MDIO bus device drivers"
7 help
8 MDIO devices and driver infrastructure code.

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

235
236config AT803X_PHY
237 tristate "AT803X PHYs"
238 ---help---
239 Currently supports the AT8030 and AT8035 model
240
241config BCM63XX_PHY
242 tristate "Broadcom 63xx SOCs internal PHY"
243 depends on BCM63XX
243 depends on BCM63XX || COMPILE_TEST
244 select BCM_NET_PHYLIB
245 ---help---
246 Currently supports the 6348 and 6358 PHYs.
247
248config BCM7XXX_PHY
249 tristate "Broadcom 7xxx SOCs internal PHYs"
250 select BCM_NET_PHYLIB
251 ---help---

--- 192 unchanged lines hidden ---
244 select BCM_NET_PHYLIB
245 ---help---
246 Currently supports the 6348 and 6358 PHYs.
247
248config BCM7XXX_PHY
249 tristate "Broadcom 7xxx SOCs internal PHYs"
250 select BCM_NET_PHYLIB
251 ---help---

--- 192 unchanged lines hidden ---