Kconfig 784 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # RMNET MAP driver
  3. #
  4. config RMNET_CORE
  5. default m
  6. depends on RMNET_MEM
  7. select GRO_CELLS
  8. help
  9. If you select this, you will enable the RMNET module which is used
  10. for handling data in the multiplexing and aggregation protocol (MAP)
  11. format in the embedded data path. RMNET devices can be attached to
  12. any IP mode physical device.
  13. config RMNET_CTL
  14. default m
  15. help
  16. Enable the RMNET CTL module which is used for handling QMAP commands
  17. for flow control purposes.
  18. config RMNET_LA_PLATFORM
  19. default y
  20. bool "RMNET platform support"
  21. depends on ARCH_PINEAPPLE || ARCH_BLAIR || ARCH_MONACO
  22. help
  23. Enable the functionality gated by the RMNET_LA_PLATFORM configuration
  24. in rmnet driver.
  25. This should be automatically set based on the target used for
  26. compilation.