Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (d87da32372a03ce121fc65ccd2c9a43edf56b364) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY drivers for Ralink platforms. 4# | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY drivers for Ralink platforms. 4# |
5config PHY_MT7621_PCI 6 tristate "MediaTek MT7621 PCI PHY Driver" 7 depends on (RALINK || COMPILE_TEST) && OF 8 select GENERIC_PHY 9 select REGMAP_MMIO 10 help 11 Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver, 12 |
|
5config PHY_RALINK_USB 6 tristate "Ralink USB PHY driver" 7 depends on RALINK || COMPILE_TEST 8 depends on HAS_IOMEM 9 select GENERIC_PHY 10 select MFD_SYSCON 11 help 12 This option enables support for the Ralink USB PHY found inside 13 RT3352, MT7620, MT7628 and MT7688. | 13config PHY_RALINK_USB 14 tristate "Ralink USB PHY driver" 15 depends on RALINK || COMPILE_TEST 16 depends on HAS_IOMEM 17 select GENERIC_PHY 18 select MFD_SYSCON 19 help 20 This option enables support for the Ralink USB PHY found inside 21 RT3352, MT7620, MT7628 and MT7688. |