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