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.

15 lines
306 B

  1. menu "Configuration"
  2. depends on PACKAGE_modemmanager
  3. config MODEMMANAGER_WITH_MBIM
  4. bool "Include MBIM support"
  5. default n
  6. help
  7. Compile ModemManager with MBIM support
  8. config MODEMMANAGER_WITH_QMI
  9. bool "Include QMI support"
  10. default n
  11. help
  12. Compile ModemManager with QMI support
  13. endmenu