15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# RMNET MAP driver4#5 6menuconfig RMNET7 tristate "RmNet MAP driver"8 default n9 select GRO_CELLS10 help11 If you select this, you will enable the RMNET module which is used12 for handling data in the multiplexing and aggregation protocol (MAP)13 format in the embedded data path. RMNET devices can be attached to14 any IP mode physical device.15