diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-09-05 18:49:45 +0900 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2018-09-25 16:10:07 +0530 |
commit | c6d9b132415951a8e8025a5b0e7f6b805737528c (patch) | |
tree | 6b79f2efaf4f6d8be7f19c98934940fad4322abc /drivers/phy/socionext/Makefile | |
parent | 74c60cd96b5c8b63be69881fa7da514eae240744 (diff) |
phy: socionext: add PCIe PHY driver support
Add a driver for PHY interface built into PCIe controller implemented
in UniPhier SoCs.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/socionext/Makefile')
-rw-r--r-- | drivers/phy/socionext/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/socionext/Makefile b/drivers/phy/socionext/Makefile index 91e482564386..7dc9095b5bb7 100644 --- a/drivers/phy/socionext/Makefile +++ b/drivers/phy/socionext/Makefile @@ -5,3 +5,4 @@ obj-$(CONFIG_PHY_UNIPHIER_USB2) += phy-uniphier-usb2.o obj-$(CONFIG_PHY_UNIPHIER_USB3) += phy-uniphier-usb3hs.o phy-uniphier-usb3ss.o +obj-$(CONFIG_PHY_UNIPHIER_PCIE) += phy-uniphier-pcie.o |