projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60ece83
)
phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driver
author
Sergio Paracuellos
<sergio.paracuellos@gmail.com>
Sat, 8 May 2021 07:09:28 +0000
(09:09 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 14 May 2021 10:46:29 +0000
(16:16 +0530)
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>
drivers/phy/ralink/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/phy/ralink/Kconfig
b/drivers/phy/ralink/Kconfig
index ecc309ba9feeb31d6d570dda675a579a563f19e3..c2373b30b8a6469c6b50f436d8e5960578908e71 100644
(file)
--- 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