22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Phy drivers for Lantiq / Intel platforms4#5config PHY_LANTIQ_VRX200_PCIE6 tristate "Lantiq VRX200/ARX300 PCIe PHY"7 depends on SOC_TYPE_XWAY || COMPILE_TEST8 depends on OF && HAS_IOMEM9 select GENERIC_PHY10 select REGMAP_MMIO11 help12 Support for the PCIe PHY(s) on the Lantiq / Intel VRX200 and ARX30013 family SoCs.14 If unsure, say N.15 16config PHY_LANTIQ_RCU_USB217 tristate "Lantiq XWAY SoC RCU based USB PHY"18 depends on OF && (SOC_TYPE_XWAY || COMPILE_TEST)19 select GENERIC_PHY20 help21 Support for the USB PHY(s) on the Lantiq / Intel XWAY family SoCs.22