xref: /linux/drivers/phy/ralink/Kconfig (revision 2411a736ff09d349b0d4630ee5ff8a38d852ce3c)
1*2411a736SJohn Crispin#
2*2411a736SJohn Crispin# PHY drivers for Ralink platforms.
3*2411a736SJohn Crispin#
4*2411a736SJohn Crispinconfig PHY_RALINK_USB
5*2411a736SJohn Crispin	tristate "Ralink USB PHY driver"
6*2411a736SJohn Crispin	depends on RALINK || COMPILE_TEST
7*2411a736SJohn Crispin	select GENERIC_PHY
8*2411a736SJohn Crispin	select MFD_SYSCON
9*2411a736SJohn Crispin	help
10*2411a736SJohn Crispin	  This option enables support for the Ralink USB PHY found inside
11*2411a736SJohn Crispin	  RT3352, MT7620, MT7628 and MT7688.
12