blob: de87d5b0109bae0cd835d22dc432999b442697a7 [file] [log] [blame]
Kunihiko Hayashi3c4ea662021-07-06 19:01:08 +09001# 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.
Kunihiko Hayashid6104332023-02-20 14:50:32 +090013
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.