xref: /linux/drivers/phy/lantiq/Kconfig (revision 976e3645923bdd2fe7893aae33fd7a21098bfb28)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2dea54fbaSHauke Mehrtens#
3dea54fbaSHauke Mehrtens# Phy drivers for Lantiq / Intel platforms
4dea54fbaSHauke Mehrtens#
5*e52a6321SMartin Blumenstinglconfig PHY_LANTIQ_VRX200_PCIE
6*e52a6321SMartin Blumenstingl	tristate "Lantiq VRX200/ARX300 PCIe PHY"
7*e52a6321SMartin Blumenstingl	depends on SOC_TYPE_XWAY || COMPILE_TEST
8*e52a6321SMartin Blumenstingl	depends on OF && HAS_IOMEM
9*e52a6321SMartin Blumenstingl	select GENERIC_PHY
10*e52a6321SMartin Blumenstingl	select REGMAP_MMIO
11*e52a6321SMartin Blumenstingl	help
12*e52a6321SMartin Blumenstingl	  Support for the PCIe PHY(s) on the Lantiq / Intel VRX200 and ARX300
13*e52a6321SMartin Blumenstingl	  family SoCs.
14*e52a6321SMartin Blumenstingl	  If unsure, say N.
15*e52a6321SMartin 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