aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/hisilicon/Makefile
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <mchehab+huawei@kernel.org> 2021-06-25 09:45:53 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2021-06-25 10:02:02 +0200
commit8de6b7edd493af5587e479afa85706d6fe9c5725 (patch)
tree37deac645f176f39e916172e730f3db97ccf8dc2 /drivers/phy/hisilicon/Makefile
parentstaging: rtl8188eu: remove include/rtw_debug.h header (diff)
downloadlinux-8de6b7edd493af5587e479afa85706d6fe9c5725.tar.gz
linux-8de6b7edd493af5587e479afa85706d6fe9c5725.tar.bz2
linux-8de6b7edd493af5587e479afa85706d6fe9c5725.zip
phy: phy-hi3670-usb3: move driver from staging into phy
The phy USB3 driver for Hisilicon 970 (hi3670) is ready for mainstream. Mode it from staging into the main driver's phy/ directory. Acked-by: Rob Herring <robh@kernel.org> Acked-By: Vinod Koul <vkoul@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/dcf66a01aaeaab93cda52f9a283ecbdf9fa71bb8.1624606660.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/phy/hisilicon/Makefile')
-rw-r--r--drivers/phy/hisilicon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/hisilicon/Makefile b/drivers/phy/hisilicon/Makefile
index 92e874ae9c74..51729868145b 100644
--- a/drivers/phy/hisilicon/Makefile
+++ b/drivers/phy/hisilicon/Makefile
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_PHY_HI6220_USB) += phy-hi6220-usb.o
obj-$(CONFIG_PHY_HI3660_USB) += phy-hi3660-usb3.o
+obj-$(CONFIG_PHY_HI3670_USB) += phy-hi3670-usb3.o
obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o
obj-$(CONFIG_PHY_HISI_INNO_USB2) += phy-hisi-inno-usb2.o
obj-$(CONFIG_PHY_HIX5HD2_SATA) += phy-hix5hd2-sata.o