Kconfig (8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17) | Kconfig (305524902a00455b61ddc44800ac5c39198e24f7) |
---|---|
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 10 depends on OF 11 depends on HAS_IOMEM 12 help 13 Enable this for support of the 10G/25G SerDes on Microchip Sparx5. | 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 10 depends on OF 11 depends on HAS_IOMEM 12 help 13 Enable this for support of the 10G/25G SerDes on Microchip Sparx5. |
14 15config PHY_LAN966X_SERDES 16 tristate "SerDes PHY driver for Microchip LAN966X" 17 select GENERIC_PHY 18 depends on OF 19 depends on MFD_SYSCON 20 help 21 Enable this for supporting SerDes muxing with Microchip LAN966X |
|