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