Kconfig 479 B

123456789101112131415161718
  1. #
  2. # RMNET MAP driver
  3. #
  4. menuconfig RMNET_CORE
  5. default m
  6. select GRO_CELLS
  7. ---help---
  8. If you select this, you will enable the RMNET module which is used
  9. for handling data in the multiplexing and aggregation protocol (MAP)
  10. format in the embedded data path. RMNET devices can be attached to
  11. any IP mode physical device.
  12. menuconfig RMNET_CTL
  13. default m
  14. ---help---
  15. Enable the RMNET CTL module which is used for handling QMAP commands
  16. for flow control purposes.