#
# RMNET MAP driver
#

config RMNET_CORE
	tristate "RMNET Core"
	default m 
	select GRO_CELLS
	help
	  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.

config RMNET_CTL
	tristate "RMNET CTL"
	default m
	help
	  Enable the RMNET CTL module which is used for handling QMAP commands
	  for flow control purposes.
