2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-08-17 11:33:22 +01:00
|
|
|
#
|
|
|
|
|
# PHY drivers for Ralink platforms.
|
|
|
|
|
#
|
2020-11-21 16:50:35 +01:00
|
|
|
config PHY_MT7621_PCI
|
2021-06-23 12:58:37 +05:30
|
|
|
tristate "MediaTek MT7621 PCI PHY Driver"
|
|
|
|
|
depends on (RALINK && OF) || COMPILE_TEST
|
2020-11-21 16:50:35 +01:00
|
|
|
select GENERIC_PHY
|
|
|
|
|
select REGMAP_MMIO
|
|
|
|
|
help
|
|
|
|
|
Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver,
|
|
|
|
|
|
2017-08-17 11:33:22 +01:00
|
|
|
config PHY_RALINK_USB
|
|
|
|
|
tristate "Ralink USB PHY driver"
|
|
|
|
|
depends on RALINK || COMPILE_TEST
|
2018-03-06 20:18:49 +09:00
|
|
|
depends on HAS_IOMEM
|
2017-08-17 11:33:22 +01:00
|
|
|
select GENERIC_PHY
|
|
|
|
|
select MFD_SYSCON
|
|
|
|
|
help
|
|
|
|
|
This option enables support for the Ralink USB PHY found inside
|
|
|
|
|
RT3352, MT7620, MT7628 and MT7688.
|