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