2013-12-04 10:55:04 +01:00
|
|
|
config BR2_PACKAGE_MODEM_MANAGER
|
2018-06-15 06:02:14 +02:00
|
|
|
bool "modem-manager"
|
2018-06-11 16:51:53 +02:00
|
|
|
depends on BR2_USE_WCHAR # libglib2 and gnutls
|
2013-12-04 10:55:04 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
|
|
|
|
depends on BR2_USE_MMU # dbus
|
2017-08-27 12:42:40 +02:00
|
|
|
select BR2_PACKAGE_DBUS # runtime dependency
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
2018-06-11 16:51:53 +02:00
|
|
|
select BR2_PACKAGE_LIBGUDEV if BR2_PACKAGE_HAS_UDEV
|
2013-12-04 10:55:04 +01:00
|
|
|
help
|
|
|
|
ModemManager is a DBus-activated daemon which controls mobile
|
|
|
|
broadband (2G/3G/4G) devices and connections.
|
|
|
|
|
|
|
|
http://www.freedesktop.org/wiki/Software/ModemManager/
|
|
|
|
|
|
|
|
if BR2_PACKAGE_MODEM_MANAGER
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MODEM_MANAGER_LIBMBIM
|
|
|
|
bool "MBIM support"
|
|
|
|
select BR2_PACKAGE_LIBMBIM
|
|
|
|
help
|
|
|
|
This option enables support for MBIM protocol
|
|
|
|
|
|
|
|
config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
|
|
|
|
bool "QMI support"
|
|
|
|
select BR2_PACKAGE_LIBQMI
|
|
|
|
help
|
|
|
|
This option enables support for QMI protocol
|
|
|
|
endif
|
|
|
|
|
2018-06-11 16:51:53 +02:00
|
|
|
comment "modemmanager needs a toolchain w/ wchar, threads"
|
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
2014-08-04 15:20:32 +02:00
|
|
|
depends on BR2_USE_MMU
|