mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-18 03:06:43 +00:00
c1eb8f8384
Support XS-PHY for MediaTek SoCs with USB3.1 GEN2 controller Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
7 lines
131 B
Makefile
7 lines
131 B
Makefile
#
|
|
# Makefile for the phy drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_PHY_MTK_TPHY) += phy-mtk-tphy.o
|
|
obj-$(CONFIG_PHY_MTK_XSPHY) += phy-mtk-xsphy.o
|