mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
phy: mtk-tphy: add support for MediaTek MT7621 SoC
This patch makes mtk-tphy driver available for MediaTek MT7621 SoC Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
parent
5ac88d1b01
commit
be3dc92098
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ config MT76X8_USB_PHY
|
|||
config PHY_MTK_TPHY
|
||||
bool "MediaTek T-PHY Driver"
|
||||
depends on PHY
|
||||
depends on ARCH_MEDIATEK
|
||||
depends on ARCH_MEDIATEK || SOC_MT7621
|
||||
help
|
||||
MediaTek T-PHY driver supports usb2.0, usb3.0 ports, PCIe and
|
||||
SATA, and meanwhile supports two version T-PHY which have
|
||||
|
|
Loading…
Reference in a new issue