forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/drivers/phy/lantiq/Kconfig
....@@ -1,6 +1,18 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Phy drivers for Lantiq / Intel platforms
34 #
5
+config PHY_LANTIQ_VRX200_PCIE
6
+ tristate "Lantiq VRX200/ARX300 PCIe PHY"
7
+ depends on SOC_TYPE_XWAY || COMPILE_TEST
8
+ depends on OF && HAS_IOMEM
9
+ select GENERIC_PHY
10
+ select REGMAP_MMIO
11
+ help
12
+ Support for the PCIe PHY(s) on the Lantiq / Intel VRX200 and ARX300
13
+ family SoCs.
14
+ If unsure, say N.
15
+
416 config PHY_LANTIQ_RCU_USB2
517 tristate "Lantiq XWAY SoC RCU based USB PHY"
618 depends on OF && (SOC_TYPE_XWAY || COMPILE_TEST)