Kconfig 304 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # PHY drivers for Xilinx platforms
  4. #
  5. config PHY_XILINX_ZYNQMP
  6. tristate "Xilinx ZynqMP PHY driver"
  7. depends on ARCH_ZYNQMP || COMPILE_TEST
  8. select GENERIC_PHY
  9. help
  10. Enable this to support ZynqMP High Speed Gigabit Transceiver
  11. that is part of ZynqMP SoC.