diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2020-08-25 19:41:11 +0900 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-08-31 17:07:53 +0530 |
commit | a1bf1c60b55537382e6857bae8aa89d0dd584747 (patch) | |
tree | ef6457bbfb7cf91618208af940f196885ed76780 /drivers/phy/socionext/Makefile | |
parent | 728776d751e167e1ceb1f340b06ab6f7c5a342e6 (diff) | |
download | lwn-a1bf1c60b55537382e6857bae8aa89d0dd584747.tar.gz lwn-a1bf1c60b55537382e6857bae8aa89d0dd584747.zip |
phy: socionext: Add UniPhier AHCI PHY driver support
Add a driver for PHY interface built into ahci controller implemented
in UniPhier SoCs. This supports PXs2 and PXs3 SoCs.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1598352071-26675-3-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
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 7dc9095b5bb7..e67c2da6675c 100644 --- a/drivers/phy/socionext/Makefile +++ b/drivers/phy/socionext/Makefile @@ -6,3 +6,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 +obj-$(CONFIG_PHY_UNIPHIER_AHCI) += phy-uniphier-ahci.o |