xref: /kernel/linux/linux-5.10/drivers/phy/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/phy/
18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for the phy drivers.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_GENERIC_PHY)		+= phy-core.o
78c2ecf20Sopenharmony_ciobj-$(CONFIG_GENERIC_PHY_MIPI_DPHY)	+= phy-core-mipi-dphy.o
88c2ecf20Sopenharmony_ciobj-$(CONFIG_PHY_LPC18XX_USB_OTG)	+= phy-lpc18xx-usb-otg.o
98c2ecf20Sopenharmony_ciobj-$(CONFIG_PHY_XGENE)			+= phy-xgene.o
108c2ecf20Sopenharmony_ciobj-$(CONFIG_PHY_PISTACHIO_USB)		+= phy-pistachio-usb.o
118c2ecf20Sopenharmony_ciobj-$(CONFIG_USB_LGM_PHY)		+= phy-lgm-usb.o
128c2ecf20Sopenharmony_ciobj-y					+= allwinner/	\
138c2ecf20Sopenharmony_ci					   amlogic/	\
148c2ecf20Sopenharmony_ci					   broadcom/	\
158c2ecf20Sopenharmony_ci					   cadence/	\
168c2ecf20Sopenharmony_ci					   freescale/	\
178c2ecf20Sopenharmony_ci					   hisilicon/	\
188c2ecf20Sopenharmony_ci					   intel/	\
198c2ecf20Sopenharmony_ci					   lantiq/	\
208c2ecf20Sopenharmony_ci					   marvell/	\
218c2ecf20Sopenharmony_ci					   mediatek/	\
228c2ecf20Sopenharmony_ci					   motorola/	\
238c2ecf20Sopenharmony_ci					   mscc/	\
248c2ecf20Sopenharmony_ci					   qualcomm/	\
258c2ecf20Sopenharmony_ci					   ralink/	\
268c2ecf20Sopenharmony_ci					   renesas/	\
278c2ecf20Sopenharmony_ci					   rockchip/	\
288c2ecf20Sopenharmony_ci					   samsung/	\
298c2ecf20Sopenharmony_ci					   socionext/	\
308c2ecf20Sopenharmony_ci					   st/		\
318c2ecf20Sopenharmony_ci					   tegra/	\
328c2ecf20Sopenharmony_ci					   ti/		\
338c2ecf20Sopenharmony_ci					   xilinx/
34

Indexes created Thu Nov 07 10:32:03 CST 2024