modemmanager: add ModemManager to packages

Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
This commit is contained in:
Nicholas Smith
2019-09-27 11:26:51 +10:00
parent af16743801
commit 180fb0d622
8 changed files with 994 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
menu "Configuration"
depends on PACKAGE_modemmanager
config MODEMMANAGER_WITH_MBIM
bool "Include MBIM support"
default n
help
Compile ModemManager with MBIM support
config MODEMMANAGER_WITH_QMI
bool "Include QMI support"
default n
help
Compile ModemManager with QMI support
endmenu