brintos

brintos / linux-shallow public Read only

0
0
Text · 389 B · b4a575e Raw
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