You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
595 B

  1. menu "Configuration"
  2. depends on PACKAGE_libqmi
  3. config LIBQMI_WITH_MBIM_QMUX
  4. bool "Include MBIM QMUX service support"
  5. default y
  6. help
  7. Compile libqmi with QMI-over-MBIM support
  8. config LIBQMI_WITH_QRTR_GLIB
  9. bool "Include QRTR support"
  10. default y
  11. help
  12. Compile libqmi with QRTR support
  13. choice
  14. prompt "Select QMI message collection to build"
  15. default LIBQMI_COLLECTION_BASIC
  16. config LIBQMI_COLLECTION_MINIMAL
  17. depends on !MODEMMANAGER_WITH_QMI
  18. bool "minimal"
  19. config LIBQMI_COLLECTION_BASIC
  20. bool "basic (default)"
  21. config LIBQMI_COLLECTION_FULL
  22. bool "full"
  23. endchoice
  24. endmenu