phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"
authorVinod Koul <vkoul@kernel.org>
Wed, 23 Jun 2021 07:28:37 +0000 (12:58 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 23 Jun 2021 07:29:46 +0000 (12:59 +0530)
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>
drivers/phy/ralink/Kconfig

index ed0c71e..c2373b3 100644 (file)
@@ -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