forked from luck/tmp_suning_uos_patched
50d35aa8c1
Cadence SALVO PHY is a 28nm product, and is only used for USB3 & USB2. According to the Cadence, this PHY is a legacy Module, and Sierra and Torrent are later evolutions from it, and their sequence overlap is minimal, meaning we cannot reuse either (Sierra & Torrent) of the PHY drivers. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
6 lines
257 B
Makefile
6 lines
257 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o
|
|
obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o
|
|
obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o
|
|
obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o
|