Commit 15692a80 authored by Vinod Koul's avatar Vinod Koul

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

This reverts commit 6eded551 ("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: default avatarVinod Koul <vkoul@kernel.org>
parent f7eedcb8
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
# PHY drivers for Ralink platforms. # PHY drivers for Ralink platforms.
# #
config PHY_MT7621_PCI config PHY_MT7621_PCI
bool "MediaTek MT7621 PCI PHY Driver" tristate "MediaTek MT7621 PCI PHY Driver"
depends on (RALINK && OF && PCI_MT7621) || COMPILE_TEST depends on (RALINK && OF) || COMPILE_TEST
select GENERIC_PHY select GENERIC_PHY
select REGMAP_MMIO select REGMAP_MMIO
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment