MBIM and QMI support (necessary for modern and high-performance LTE modems) should be default y otherwise the only way to use modemmanager with these protocols is to recompile the package. This is very inconvenient for most end users. Also fix typo in PKG_HASH definition. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
15 lines
306 B
Text
15 lines
306 B
Text
menu "Configuration"
|
|
depends on PACKAGE_modemmanager
|
|
|
|
config MODEMMANAGER_WITH_MBIM
|
|
bool "Include MBIM support"
|
|
default y
|
|
help
|
|
Compile ModemManager with MBIM support
|
|
|
|
config MODEMMANAGER_WITH_QMI
|
|
bool "Include QMI support"
|
|
default y
|
|
help
|
|
Compile ModemManager with QMI support
|
|
endmenu
|