diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-05-14 15:49:54 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-05-14 17:06:37 -0400 |
commit | 8fbb89c6fbfd1cda9ae413cd1e042837a8edbdeb (patch) | |
tree | a028b6323841b9e18735a8b5cf459b9550f03545 /net/switchdev | |
parent | 8ea658cea453e3deede3851b58113112ae1dd9cb (diff) |
net: switchdev: Drop EXPERIMENTAL from description
Switchdev has been around for quite a while now, putting "EXPERIMENTAL"
in the description is no longer accurate, drop it.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/switchdev')
-rw-r--r-- | net/switchdev/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/switchdev/Kconfig b/net/switchdev/Kconfig index 86a47e17cfaf..651fa201a570 100644 --- a/net/switchdev/Kconfig +++ b/net/switchdev/Kconfig | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | config NET_SWITCHDEV | 5 | config NET_SWITCHDEV |
6 | bool "Switch (and switch-ish) device support (EXPERIMENTAL)" | 6 | bool "Switch (and switch-ish) device support" |
7 | depends on INET | 7 | depends on INET |
8 | ---help--- | 8 | ---help--- |
9 | This module provides glue between core networking code and device | 9 | This module provides glue between core networking code and device |