projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28dcfba
)
phy: ralink: Kconfig: convert mt7621-pci-phy into 'bool'
author
Sergio Paracuellos
<sergio.paracuellos@gmail.com>
Sat, 8 May 2021 07:09:29 +0000
(09:09 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 14 May 2021 10:46:29 +0000
(16:16 +0530)
Make dependent on PCI_MT7621 configuration option and mark
this pci phy configuration as bool which has more sense.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Link:
https://lore.kernel.org/r/20210508070930.5290-6-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 c2373b30b8a6469c6b50f436d8e5960578908e71..ed0c71eff2c41cc983b008cc4af06caf6ac22fe0 100644
(file)
--- a/
drivers/phy/ralink/Kconfig
+++ b/
drivers/phy/ralink/Kconfig
@@
-3,8
+3,8
@@
# PHY drivers for Ralink platforms.
#
config PHY_MT7621_PCI
-
tristate
"MediaTek MT7621 PCI PHY Driver"
- depends on (RALINK && OF) || COMPILE_TEST
+
bool
"MediaTek MT7621 PCI PHY Driver"
+ depends on (RALINK && OF
&& PCI_MT7621
) || COMPILE_TEST
select GENERIC_PHY
select REGMAP_MMIO
help