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:
parent
9f1c7ffa5d
commit
e5257ae790
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue