diff options
author | Andrew Lunn <andrew@lunn.ch> | 2019-04-28 03:56:23 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-01 06:15:35 +0300 |
commit | 93e86b3bc842c159a60e6987444bf3952adcd4db (patch) | |
tree | 8eaf6bda037dcc454785d16414cecbdcf069b335 /net/dsa/Kconfig | |
parent | 2f8e7ece4a624b07e4ff3846adbf6484ee632f59 (diff) | |
download | linux-93e86b3bc842c159a60e6987444bf3952adcd4db.tar.xz |
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/Kconfig | 9 |
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 |