xref: /linux/drivers/net/ethernet/qualcomm/rmnet/Kconfig (revision 69bfec7548f4c1595bac0e3ddfc0458a5af31f4c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# RMNET MAP driver
4#
5
6menuconfig RMNET
7	tristate "RmNet MAP driver"
8	default n
9	select GRO_CELLS
10	help
11	  If you select this, you will enable the RMNET module which is used
12	  for handling data in the multiplexing and aggregation protocol (MAP)
13	  format in the embedded data path. RMNET devices can be attached to
14	  any IP mode physical device.
15