2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-08-30 04:44:18 +00:00
|
|
|
#
|
|
|
|
# RMNET MAP driver
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig RMNET
|
|
|
|
tristate "RmNet MAP driver"
|
|
|
|
default n
|
2017-10-26 17:06:49 +00:00
|
|
|
select GRO_CELLS
|
2020-06-13 16:50:22 +00:00
|
|
|
help
|
2017-08-30 04:44:18 +00:00
|
|
|
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.
|