You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
385 B
18 lines
385 B
#
|
|
# msm network device configuration
|
|
#
|
|
config MSM_RMNET_BAM
|
|
bool "RMNET BAM Driver"
|
|
depends on MSM_BAM_DMUX
|
|
default n
|
|
help
|
|
Implements RMNET over BAM interface.
|
|
RMNET provides a virtual ethernet interface
|
|
for routing IP packets within the MSM using
|
|
BAM as a physical transport.
|
|
|
|
config MSM_RMNET_DEBUG
|
|
bool "MSM RMNET debug interface"
|
|
depends on MSM_RMNET
|
|
default n
|
|
|
|
|