Kunihiko Hayashi | b0415d8 | 2021-07-06 19:01:08 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
2 | # | ||||
3 | # PHY drivers for Socionext platforms. | ||||
4 | # | ||||
5 | |||||
6 | config 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. |