Skip to content

Commit

Permalink
phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driver
Browse files Browse the repository at this point in the history
After use the clock apis and avoid custom architecture
code this driver can properly be enabled for COMPILE_TEST.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
  • Loading branch information
paraka authored and intel-lab-lkp committed May 6, 2021
1 parent fb00549 commit 44e8bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/phy/ralink/Kconfig
Expand Up @@ -4,7 +4,7 @@
#
config PHY_MT7621_PCI
tristate "MediaTek MT7621 PCI PHY Driver"
depends on RALINK && OF
depends on (RALINK && OF) || COMPILE_TEST
select GENERIC_PHY
select REGMAP_MMIO
help
Expand Down

0 comments on commit 44e8bb8

Please sign in to comment.