ceed73a2cf
RmNet driver provides a transport agnostic MAP (multiplexing and aggregation protocol) support in embedded module. Module provides virtual network devices which can be attached to any IP-mode physical device. This will be used to provide all MAP functionality on future hardware in a single consistent location. Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> Signed-off-by: David S. Miller <davem@davemloft.net>
13 lines
337 B
Plaintext
13 lines
337 B
Plaintext
#
|
|
# RMNET MAP driver
|
|
#
|
|
|
|
menuconfig RMNET
|
|
tristate "RmNet MAP driver"
|
|
default n
|
|
---help---
|
|
If you select this, you will enable the RMNET module which is used
|
|
for handling data in the multiplexing and aggregation protocol (MAP)
|
|
format in the embedded data path. RMNET devices can be attached to
|
|
any IP mode physical device.
|