# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Lantiq / Intel platforms # config [31mCONFIG_PHY_LANTIQ_VRX200_PCIE[0m tristate "Lantiq VRX200/ARX300 PCIe PHY" depends on [31mCONFIG_SOC_TYPE_XWAY[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_OF[0m && [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_REGMAP_MMIO[0m help Support for the PCIe PHY(s) on the Lantiq / Intel VRX200 and ARX300 family SoCs. If unsure, say N. config [31mCONFIG_PHY_LANTIQ_RCU_USB2[0m tristate "Lantiq XWAY SoC RCU based USB PHY" depends on [31mCONFIG_OF[0m && ([31mCONFIG_SOC_TYPE_XWAY[0m || [31mCONFIG_COMPILE_TEST[0m) select [31mCONFIG_GENERIC_PHY[0m help Support for the [31mCONFIG_USB[0m PHY(s) on the Lantiq / Intel XWAY family SoCs. |