diff options
author | Vinod Koul <vkoul@kernel.org> | 2021-06-23 12:58:37 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-06-23 12:59:46 +0530 |
commit | 15692a80d9491b42f910f61f5ef2171b3c2eb15c (patch) | |
tree | 77ead2fa25d4c3d9d576e1cf6ca745af9094c1db /drivers/phy | |
parent | f7eedcb8539ddcbb6fe7791f1b4ccf43f905c72f (diff) |
phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"
This reverts commit 6eded551cefe ("phy: ralink: Kconfig: convert
mt7621-pci-phy into 'bool'") as we don't want drivers to be built in and
should be a module instead
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/ralink/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/ralink/Kconfig b/drivers/phy/ralink/Kconfig index ed0c71eff2c4..c2373b30b8a6 100644 --- a/drivers/phy/ralink/Kconfig +++ b/drivers/phy/ralink/Kconfig @@ -3,8 +3,8 @@ # PHY drivers for Ralink platforms. # config PHY_MT7621_PCI - bool "MediaTek MT7621 PCI PHY Driver" - depends on (RALINK && OF && PCI_MT7621) || COMPILE_TEST + tristate "MediaTek MT7621 PCI PHY Driver" + depends on (RALINK && OF) || COMPILE_TEST select GENERIC_PHY select REGMAP_MMIO help |