162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Phy drivers for Lantiq / Intel platforms 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ciconfig PHY_LANTIQ_VRX200_PCIE 662306a36Sopenharmony_ci tristate "Lantiq VRX200/ARX300 PCIe PHY" 762306a36Sopenharmony_ci depends on SOC_TYPE_XWAY || COMPILE_TEST 862306a36Sopenharmony_ci depends on OF && HAS_IOMEM 962306a36Sopenharmony_ci select GENERIC_PHY 1062306a36Sopenharmony_ci select REGMAP_MMIO 1162306a36Sopenharmony_ci help 1262306a36Sopenharmony_ci Support for the PCIe PHY(s) on the Lantiq / Intel VRX200 and ARX300 1362306a36Sopenharmony_ci family SoCs. 1462306a36Sopenharmony_ci If unsure, say N. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ciconfig PHY_LANTIQ_RCU_USB2 1762306a36Sopenharmony_ci tristate "Lantiq XWAY SoC RCU based USB PHY" 1862306a36Sopenharmony_ci depends on OF && (SOC_TYPE_XWAY || COMPILE_TEST) 1962306a36Sopenharmony_ci select GENERIC_PHY 2062306a36Sopenharmony_ci help 2162306a36Sopenharmony_ci Support for the USB PHY(s) on the Lantiq / Intel XWAY family SoCs. 22