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.

30 lines
643 B

  1. menu "Configuration"
  2. depends on PACKAGE_modemmanager
  3. config MODEMMANAGER_WITH_MBIM
  4. bool "Include MBIM support"
  5. default y
  6. help
  7. Compile ModemManager with MBIM support
  8. config MODEMMANAGER_WITH_QMI
  9. bool "Include QMI support"
  10. default y
  11. help
  12. Compile ModemManager with QMI support
  13. config MODEMMANAGER_WITH_QRTR
  14. bool "Include QRTR support"
  15. default y
  16. depends on MODEMMANAGER_WITH_QMI
  17. select LIBQMI_WITH_QRTR_GLIB
  18. help
  19. Compile ModemManager with QRTR support
  20. config MODEMMANAGER_WITH_AT_COMMAND_VIA_DBUS
  21. bool "Allow AT commands via DBus"
  22. default n
  23. help
  24. Compile ModemManager allowing AT commands without debug flag
  25. endmenu