net: ip: stats: changed dependency for PPP stats
NET_STATISTICS_PPP are dependend on NET_L2_PPP, not on NET_PPP. This allows to use statistics also in modem subsys. Signed-off-by: Wojciech Slenska <wsl@trackunit.com>
This commit is contained in:
parent
4431c4755c
commit
6f3bbe19a7
|
@ -95,7 +95,7 @@ config NET_STATISTICS_IGMP
|
|||
|
||||
config NET_STATISTICS_PPP
|
||||
bool "Point-to-point (PPP) statistics"
|
||||
depends on NET_PPP
|
||||
depends on NET_L2_PPP
|
||||
default y
|
||||
help
|
||||
Keep track of PPP related statistics
|
||||
|
|
Loading…
Reference in a new issue