summaryrefslogtreecommitdiff
path: root/drivers/phy/ralink/Kconfig
diff options
context:
space:
mode:
authorSergio Paracuellos <sergio.paracuellos@gmail.com>2020-11-21 16:50:35 +0100
committerVinod Koul <vkoul@kernel.org>2020-11-30 16:18:24 +0530
commitd87da32372a03ce121fc65ccd2c9a43edf56b364 (patch)
tree27313d0e4f0f1bd188b20cefbf4ef65f93d825e0 /drivers/phy/ralink/Kconfig
parent27076a7358b5e170b7cba80b43b4e49ac3e279fc (diff)
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/Kconfig8
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