Kconfig 288 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Microsemi devices
  4. #
  5. config PHY_OCELOT_SERDES
  6. tristate "SerDes PHY driver for Microsemi Ocelot"
  7. select GENERIC_PHY
  8. depends on OF
  9. depends on MFD_SYSCON
  10. help
  11. Enable this for supporting SerDes muxing with Microsemi Ocelot.