1# SPDX-License-Identifier: GPL-2.0-only 2# 3# PHY drivers for Ralink platforms. 4# 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. 14