Kunihiko Hayashi | 3c4ea66 | 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. |
Kunihiko Hayashi | d610433 | 2023-02-20 14:50:32 +0900 | [diff] [blame] | 13 | |
| 14 | config 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. |