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