phy: Revert "phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'"

This reverts commit 6eded551ce ("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>
This commit is contained in:
Vinod Koul 2021-06-23 12:58:37 +05:30
parent f7eedcb853
commit 15692a80d9

View 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