brintos

brintos / linux-shallow public Read only

0
0
Text · 304 B · d8b0d46 Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3#4# PHY drivers for Xilinx platforms5#6 7config PHY_XILINX_ZYNQMP8	tristate "Xilinx ZynqMP PHY driver"9	depends on ARCH_ZYNQMP || COMPILE_TEST10	select GENERIC_PHY11	help12	  Enable this to support ZynqMP High Speed Gigabit Transceiver13	  that is part of ZynqMP SoC.14