Kconfig (2ff8a1eeb5aa8bb471f3756a695b8b69841eb61f) | Kconfig (a113ef0a5e2eb3015da2e6dee0656d78e66fd691) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Microchip devices 4# 5 6config PHY_SPARX5_SERDES 7 tristate "Microchip Sparx5 SerDes PHY driver" 8 select GENERIC_PHY | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Microchip devices 4# 5 6config PHY_SPARX5_SERDES 7 tristate "Microchip Sparx5 SerDes PHY driver" 8 select GENERIC_PHY |
9 depends on ARCH_SPARX5 || COMPILE_TEST |
|
9 depends on OF 10 depends on HAS_IOMEM 11 help 12 Enable this for support of the 10G/25G SerDes on Microchip Sparx5. | 10 depends on OF 11 depends on HAS_IOMEM 12 help 13 Enable this for support of the 10G/25G SerDes on Microchip Sparx5. |