diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2020-11-21 16:50:35 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-11-30 11:48:24 +0100 |
commit | d87da32372a03ce121fc65ccd2c9a43edf56b364 (patch) | |
tree | 27313d0e4f0f1bd188b20cefbf4ef65f93d825e0 /drivers/phy/ralink/Kconfig | |
parent | dt-bindings: phy: Add binding for Mediatek MT7621 PCIe PHY (diff) | |
download | linux-d87da32372a03ce121fc65ccd2c9a43edf56b364.tar.xz linux-d87da32372a03ce121fc65ccd2c9a43edf56b364.zip |
phy: ralink: Add PHY driver for MT7621 PCIe PHY
This patch adds a driver for the PCIe PHY of MT7621 SoC.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link: https://lore.kernel.org/r/20201121155037.21354-3-sergio.paracuellos@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/ralink/Kconfig')
-rw-r--r-- | drivers/phy/ralink/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/ralink/Kconfig b/drivers/phy/ralink/Kconfig index da982c9cffb3..2fabb14d2998 100644 --- a/drivers/phy/ralink/Kconfig +++ b/drivers/phy/ralink/Kconfig @@ -2,6 +2,14 @@ # # PHY drivers for Ralink platforms. # +config PHY_MT7621_PCI + tristate "MediaTek MT7621 PCI PHY Driver" + depends on (RALINK || COMPILE_TEST) && OF + select GENERIC_PHY + select REGMAP_MMIO + help + Say 'Y' here to add support for MediaTek MT7621 PCI PHY driver, + config PHY_RALINK_USB tristate "Ralink USB PHY driver" depends on RALINK || COMPILE_TEST |