diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2021-07-06 19:01:08 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-14 16:48:07 -0400 |
commit | b0415d826fce8e04d0c2f09876a479301ccb6405 (patch) | |
tree | 4fc8bf662fd18b29796627f15d3479b5fbf27fc5 /drivers/Kconfig | |
parent | 34707b32edad37427327a5358433d0591a07dcc1 (diff) | |
download | u-boot-b0415d826fce8e04d0c2f09876a479301ccb6405.tar.gz |
phy: socionext: Add UniPhier PCIe PHY driver
Add PCIe PHY driver support for Pro5, LD20 and PXs3 SoCs.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index b1ada1cb7f..c9c812b752 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -80,6 +80,8 @@ source "drivers/phy/allwinner/Kconfig" source "drivers/phy/marvell/Kconfig" +source "drivers/phy/socionext/Kconfig" + source "drivers/pinctrl/Kconfig" source "drivers/power/Kconfig" |