0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # PHY drivers for Ralink platforms.
0004 #
0005 config PHY_MT7621_PCI
0006 tristate "MediaTek MT7621 PCI PHY Driver"
0007 depends on (RALINK && OF) || COMPILE_TEST
0008 select GENERIC_PHY
0009 select REGMAP_MMIO
0010 help
0011 Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver,
0012
0013 config PHY_RALINK_USB
0014 tristate "Ralink USB PHY driver"
0015 depends on RALINK || COMPILE_TEST
0016 depends on HAS_IOMEM
0017 select GENERIC_PHY
0018 select MFD_SYSCON
0019 help
0020 This option enables support for the Ralink USB PHY found inside
0021 RT3352, MT7620, MT7628 and MT7688.