batman-adv: Remove "default n" in Kconfig

The "default n" is the default value for any bool or tristate Kconfig
setting. It is therefore not necessary to add it to a config entry.

Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
This commit is contained in:
Sven Eckelmann 2018-05-26 11:40:31 +02:00 коммит произвёл Simon Wunderlich
Родитель ab4e58534d
Коммит 55f949c4fa
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -24,7 +24,6 @@ config BATMAN_ADV
depends on NET depends on NET
select CRC16 select CRC16
select LIBCRC32C select LIBCRC32C
default n
help help
B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
a routing protocol for multi-hop ad-hoc mesh networks. The a routing protocol for multi-hop ad-hoc mesh networks. The
@ -70,7 +69,6 @@ config BATMAN_ADV_DAT
config BATMAN_ADV_NC config BATMAN_ADV_NC
bool "Network Coding" bool "Network Coding"
depends on BATMAN_ADV depends on BATMAN_ADV
default n
help help
This option enables network coding, a mechanism that aims to This option enables network coding, a mechanism that aims to
increase the overall network throughput by fusing multiple increase the overall network throughput by fusing multiple
@ -84,7 +82,6 @@ config BATMAN_ADV_NC
config BATMAN_ADV_MCAST config BATMAN_ADV_MCAST
bool "Multicast optimisation" bool "Multicast optimisation"
depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y) depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y)
default n
help help
This option enables the multicast optimisation which aims to This option enables the multicast optimisation which aims to
reduce the air overhead while improving the reliability of reduce the air overhead while improving the reliability of
@ -94,7 +91,6 @@ config BATMAN_ADV_DEBUGFS
bool "batman-adv debugfs entries" bool "batman-adv debugfs entries"
depends on BATMAN_ADV depends on BATMAN_ADV
depends on DEBUG_FS depends on DEBUG_FS
default n
help help
Enable this to export routing related debug tables via debugfs. Enable this to export routing related debug tables via debugfs.
The information for each soft-interface and used hard-interface can be The information for each soft-interface and used hard-interface can be