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