xref: /linux/drivers/phy/Makefile (revision d7d2818b93837def4a33f92da2e64c3a2752c47e)
1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2ff764963SKishon Vijay Abraham I#
3ff764963SKishon Vijay Abraham I# Makefile for the phy drivers.
4ff764963SKishon Vijay Abraham I#
5ff764963SKishon Vijay Abraham I
6ff764963SKishon Vijay Abraham Iobj-$(CONFIG_GENERIC_PHY)		+= phy-core.o
7dddc97e8SMaxime Ripardobj-$(CONFIG_GENERIC_PHY_MIPI_DPHY)	+= phy-core-mipi-dphy.o
8a4a86d27SAswath Govindrajuobj-$(CONFIG_PHY_CAN_TRANSCEIVER)	+= phy-can-transceiver.o
9cbf919bdSJoachim Eastwoodobj-$(CONFIG_PHY_LPC18XX_USB_OTG)	+= phy-lpc18xx-usb-otg.o
1010c8e056SLinus Torvaldsobj-$(CONFIG_PHY_XGENE)			+= phy-xgene.o
1157991ebaSAndrew Brestickerobj-$(CONFIG_PHY_PISTACHIO_USB)		+= phy-pistachio-usb.o
121cce8f73SRamuthevar Vadivel Muruganobj-$(CONFIG_USB_LGM_PHY)		+= phy-lgm-usb.o
13*d7d2818bSLorenzo Bianconiobj-$(CONFIG_PHY_AIROHA_PCIE)		+= phy-airoha-pcie.o
14133552bfSTiezhu Yangobj-y					+= allwinner/	\
15133552bfSTiezhu Yang					   amlogic/	\
16133552bfSTiezhu Yang					   broadcom/	\
17c8b427edSScott Telford					   cadence/	\
18efe81beaSLi Jun					   freescale/	\
190b56e9a7SVivek Gautam					   hisilicon/	\
2031de313dS周琰杰 (Zhou Yanjie)					   ingenic/	\
2192279423SRamuthevar Vadivel Murugan					   intel/	\
224e99276aSMartin Blumenstingl					   lantiq/	\
230b56e9a7SVivek Gautam					   marvell/	\
24133552bfSTiezhu Yang					   mediatek/	\
252ff8a1eeSSteen Hegelund					   microchip/	\
266d6ce40fSTony Lindgren					   motorola/	\
2751f6b410SQuentin Schulz					   mscc/	\
280b56e9a7SVivek Gautam					   qualcomm/	\
292411a736SJohn Crispin					   ralink/	\
30eeda4945SStanley Chang					   realtek/	\
31133552bfSTiezhu Yang					   renesas/	\
32133552bfSTiezhu Yang					   rockchip/	\
330b56e9a7SVivek Gautam					   samsung/	\
345ab43d0fSKunihiko Hayashi					   socionext/	\
350b56e9a7SVivek Gautam					   st/		\
3616d3a71cSMinda Chen					   starfive/	\
3799d9ccd9SVincent Shih					   sunplus/	\
38133552bfSTiezhu Yang					   tegra/	\
394a33bea0SAnurag Kumar Vulisha					   ti/		\
404a33bea0SAnurag Kumar Vulisha					   xilinx/
41