2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2020-02-06 14:10:51 +08:00
|
|
|
obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o
|
2019-01-21 23:45:53 +08:00
|
|
|
obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o
|
2022-03-01 19:16:18 +08:00
|
|
|
obj-$(CONFIG_PHY_CADENCE_DPHY_RX) += cdns-dphy-rx.o
|
2018-11-13 00:42:16 +08:00
|
|
|
obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
|
2020-04-01 09:38:50 +08:00
|
|
|
obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
|