1# SPDX-License-Identifier: GPL-2.0-only
2#
3# PHY drivers for Socionext platforms.
4#
5
6config PHY_UNIPHIER_PCIE
7	bool "UniPhier PCIe PHY driver"
8	depends on PHY && ARCH_UNIPHIER
9	imply REGMAP
10	help
11	  Enable this to support PHY implemented in PCIe controller
12	  on UniPhier SoCs.
13
14config PHY_UNIPHIER_USB3
15	bool "UniPhier USB3 PHY driver"
16	depends on PHY && ARCH_UNIPHIER
17	imply REGMAP
18	help
19	  Enable this to support PHY implemented in USB3 controller
20	  on UniPhier SoCs.
21