diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2021-05-08 09:09:28 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-05-14 16:16:29 +0530 |
commit | 28dcfba1a0d622b0330ae3f4a9d7c7f2c245de7a (patch) | |
tree | 8c0901577bcc82d3d7223a334ff8e5e5bc7c0064 /drivers/phy | |
parent | 60ece833ccd00c4fc9b10bbce2fa6291f61c6230 (diff) |
phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driver
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>
Link: https://lore.kernel.org/r/20210508070930.5290-5-sergio.paracuellos@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/ralink/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/ralink/Kconfig b/drivers/phy/ralink/Kconfig index ecc309ba9fee..c2373b30b8a6 100644 --- a/drivers/phy/ralink/Kconfig +++ b/drivers/phy/ralink/Kconfig @@ -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 |