1 config BR2_PACKAGE_MODEM_MANAGER
3 depends on BR2_PACKAGE_HAS_UDEV
4 depends on BR2_USE_WCHAR # libglib2 and gnutls
5 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
6 depends on BR2_USE_MMU # dbus
7 select BR2_PACKAGE_DBUS
8 select BR2_PACKAGE_DBUS_GLIB
9 select BR2_PACKAGE_LIBGUDEV
11 ModemManager is a DBus-activated daemon which controls mobile
12 broadband (2G/3G/4G) devices and connections.
14 http://www.freedesktop.org/wiki/Software/ModemManager/
16 if BR2_PACKAGE_MODEM_MANAGER
18 config BR2_PACKAGE_MODEM_MANAGER_LIBMBIM
20 select BR2_PACKAGE_LIBMBIM
22 This option enables support for MBIM protocol
24 config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
26 select BR2_PACKAGE_LIBQMI
28 This option enables support for QMI protocol
31 comment "modemmanager needs udev /dev management and a toolchain w/ wchar, threads"
32 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
34 depends on BR2_USE_MMU