commit | 3c4ea66a9bb70164011f72948717c15de63ce5fc | [log] [tgz] |
---|---|---|
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | Tue Jul 06 19:01:08 2021 +0900 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 14 16:48:07 2021 -0400 |
tree | 4fc8bf662fd18b29796627f15d3479b5fbf27fc5 | |
parent | 2dcb4697b3d15b592b0189b80c086a6f8ffa8682 [diff] [blame] |
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>
diff --git a/drivers/Kconfig b/drivers/Kconfig index b1ada1c..c9c812b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -80,6 +80,8 @@ source "drivers/phy/marvell/Kconfig" +source "drivers/phy/socionext/Kconfig" + source "drivers/pinctrl/Kconfig" source "drivers/power/Kconfig"