blob: 751893959b57404df57b6083436138c22e33928e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# RMNET MAP driver
#
menuconfig RMNET
depends on NETDEVICES
bool "RmNet MAP driver"
---help---
If you say Y here, then the rmnet module will be statically
compiled into the kernel. The rmnet module provides MAP
functionality for embedded and bridged traffic.
if RMNET
config RMNET_DEBUG
bool "RmNet Debug Logging"
---help---
Say Y here if you want RmNet to be able to log packets in main
system log. This should not be enabled on production builds as it can
impact system performance. Note that simply enabling it here will not
enable the logging; it must be enabled at run-time as well.
endif # RMNET
|