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

Configure Feed

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

at v6.6 21 lines 603 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Lantiq / Intel platforms 4# 5config PHY_LANTIQ_VRX200_PCIE 6 tristate "Lantiq VRX200/ARX300 PCIe PHY" 7 depends on SOC_TYPE_XWAY || COMPILE_TEST 8 depends on OF && HAS_IOMEM 9 select GENERIC_PHY 10 select REGMAP_MMIO 11 help 12 Support for the PCIe PHY(s) on the Lantiq / Intel VRX200 and ARX300 13 family SoCs. 14 If unsure, say N. 15 16config PHY_LANTIQ_RCU_USB2 17 tristate "Lantiq XWAY SoC RCU based USB PHY" 18 depends on OF && (SOC_TYPE_XWAY || COMPILE_TEST) 19 select GENERIC_PHY 20 help 21 Support for the USB PHY(s) on the Lantiq / Intel XWAY family SoCs.