mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
8de6b7edd4
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>
8 lines
359 B
Makefile
8 lines
359 B
Makefile
# 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
|