brintos

brintos / linux-shallow public Read only

0
0
Text · 565 B · c2373b3 Raw
22 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# PHY drivers for Ralink platforms.4#5config PHY_MT7621_PCI6	tristate "MediaTek MT7621 PCI PHY Driver"7	depends on (RALINK && OF) || COMPILE_TEST8	select GENERIC_PHY9	select REGMAP_MMIO10	help11	  Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver,12 13config PHY_RALINK_USB14	tristate "Ralink USB PHY driver"15	depends on RALINK || COMPILE_TEST16	depends on HAS_IOMEM17	select GENERIC_PHY18	select MFD_SYSCON19	help20	  This option enables support for the Ralink USB PHY found inside21	  RT3352, MT7620, MT7628 and MT7688.22