Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

batman-adv: Disable CONFIG_BATMAN_ADV_SYSFS by default

The sysfs support in batman-adv is deprecated since a while and will be
removed completely next year.

All tools which were known to the batman-adv development team are
supporting the batman-adv netlink interface since a while. Thus
disabling CONFIG_BATMAN_ADV_SYSFS by default should not cause problems on
most systems. It is still possible to enable it in case it is still
required in a specific setup.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>

authored by

Sven Eckelmann and committed by
Simon Wunderlich
b2e55ca8 68e039f9

-1
-1
net/batman-adv/Kconfig
··· 100 100 config BATMAN_ADV_SYSFS 101 101 bool "batman-adv sysfs entries" 102 102 depends on BATMAN_ADV 103 - default y 104 103 help 105 104 Say Y here if you want to enable batman-adv device configuration and 106 105 status interface through sysfs attributes. It is replaced by the