aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/Kconfig
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2019-04-28 02:56:23 +0200
committerDavid S. Miller <davem@davemloft.net>2019-04-30 23:15:35 -0400
commit93e86b3bc842c159a60e6987444bf3952adcd4db (patch)
tree8eaf6bda037dcc454785d16414cecbdcf069b335 /net/dsa/Kconfig
parentnet: dsa: mv88e6060: Remove support for legacy probing (diff)
downloadlinux-dev-93e86b3bc842c159a60e6987444bf3952adcd4db.tar.xz
linux-dev-93e86b3bc842c159a60e6987444bf3952adcd4db.zip
net: dsa: Remove legacy probing support
Now that all drivers can be probed using more traditional methods, remove the legacy probe code. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dsa/Kconfig')
-rw-r--r--net/dsa/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/dsa/Kconfig b/net/dsa/Kconfig
index 1f48642089ea..c0734028c7dc 100644
--- a/net/dsa/Kconfig
+++ b/net/dsa/Kconfig
@@ -17,15 +17,6 @@ menuconfig NET_DSA
if NET_DSA
-config NET_DSA_LEGACY
- bool "Support for older platform device and Device Tree registration"
- default y
- ---help---
- Say Y if you want to enable support for the older platform device and
- deprecated Device Tree binding registration.
-
- This feature is scheduled for removal in 4.17.
-
config NET_DSA_TAG_BRCM_COMMON
tristate
default n