net: stats: Activate RPL and MLD stats if needed

If user has enabled RPL and STATISTICS, then enable RPL
statistics by default as that is probably what user want.
Same thing for MLD statistics.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2017-05-17 11:14:04 +03:00
commit e5257ae790

View file

@ -76,14 +76,14 @@ config NET_STATISTICS_TCP
config NET_STATISTICS_RPL
bool "RPL statistics"
depends on NET_RPL
default n
default y
help
Keep track of RPL related statistics
config NET_STATISTICS_MLD
bool "Multicast Listener Discovery (MLD) statistics"
depends on NET_IPV6_MLD
default n
default y
help
Keep track of MLD related statistics