swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d authored by Greg Kroah-Hartman on 22 October 2018, 06:37:37 UTC
Linux 4.19
Tip revision: 84df952
Kconfig
#
# PHY drivers for Ralink platforms.
#
config PHY_RALINK_USB
	tristate "Ralink USB PHY driver"
	depends on RALINK || COMPILE_TEST
	depends on HAS_IOMEM
	select GENERIC_PHY
	select MFD_SYSCON
	help
	  This option enables support for the Ralink USB PHY found inside
	  RT3352, MT7620, MT7628 and MT7688.
back to top