batman-adv: Drop "experimental" from BATMAN_V Kconfig
authorSven Eckelmann <sven@narfation.org>
Sat, 26 May 2018 09:40:32 +0000 (11:40 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Sat, 23 Jun 2018 08:30:06 +0000 (10:30 +0200)
The Kconfig option BATMAN_ADV_BATMAN_V is now enabled by default when the
BATMAN_ADV is enabled. A feature which is enabled by default for a module
should not be considered experimental.

Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/Kconfig

index de8034d8062358276253e9e7915d05f3a3bee734..98c7f3820d536ae1cddfdb6839cf9e2756d88349 100644 (file)
@@ -33,7 +33,7 @@ config BATMAN_ADV
           tools.
 
 config BATMAN_ADV_BATMAN_V
-       bool "B.A.T.M.A.N. V protocol (experimental)"
+       bool "B.A.T.M.A.N. V protocol"
        depends on BATMAN_ADV && !(CFG80211=m && BATMAN_ADV=y)
        default y
        help