mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 05:03:52 +07:00
2411a736ff
Add a driver to setup the USB phy on Mediatek/Ralink SoCs. The driver sets up power and host mode, but also needs to configure PHY registers for the MT7628 and MT7688. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
#
|
|
# PHY drivers for Ralink platforms.
|
|
#
|
|
config PHY_RALINK_USB
|
|
tristate "Ralink USB PHY driver"
|
|
depends on RALINK || COMPILE_TEST
|
|
select GENERIC_PHY
|
|
select MFD_SYSCON
|
|
help
|
|
This option enables support for the Ralink USB PHY found inside
|
|
RT3352, MT7620, MT7628 and MT7688.
|