projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f7b757
)
net: dsa: Drop OF dependency for BCM_SF2
author
Florian Fainelli
<f.fainelli@gmail.com>
Tue, 17 Jul 2018 15:42:06 +0000
(08:42 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 18 Jul 2018 20:53:48 +0000
(13:53 -0700)
NET_DSA_BCM_SF2 does not need to depend on CONFIG_OF anymore since we have
stubs when that option is disabled.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/dsa/Kconfig
b/drivers/net/dsa/Kconfig
index 0b76a3a6977ed78b56466dd731600c0a22c8652d..d3ce1e4cb4d3cdc9126cef772d12df479d6048b8 100644
(file)
--- a/
drivers/net/dsa/Kconfig
+++ b/
drivers/net/dsa/Kconfig
@@
-5,7
+5,7
@@
source "drivers/net/dsa/b53/Kconfig"
config NET_DSA_BCM_SF2
tristate "Broadcom Starfighter 2 Ethernet switch support"
- depends on HAS_IOMEM && NET_DSA
&& OF_MDIO
+ depends on HAS_IOMEM && NET_DSA
select NET_DSA_TAG_BRCM
select FIXED_PHY
select BCM7XXX_PHY