Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

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