Added signal refresh rate option modemmanager: update readme.md Added description for added proto options. Added compile option to compile --with-at-command-via-dbus for allowing AT commands to modem without --debug flag Changes to be committed: modified: net/modemmanager/Config.in modified: net/modemmanager/Makefile modified: net/modemmanager/files/modemmanager.init modified: net/modemmanager/files/modemmanager.proto modified: README.md Signed-off-by: Valtteri Holopainen <valtsu@gmail.com>
21 lines
536 B
Text
21 lines
536 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
|
|
|
|
config MODEMMANAGER_WITH_AT_COMMAND_VIA_DBUS
|
|
bool "Allow AT commands via DBus"
|
|
default n
|
|
help
|
|
Compile ModemManager allowing AT commands without debug flag
|
|
endmenu
|