1 config BR2_PACKAGE_MODEM_MANAGER
3 depends on BR2_PACKAGE_HAS_UDEV
4 select BR2_PACKAGE_DBUS
5 depends on BR2_INET_IPV6
6 depends on BR2_LARGEFILE # acl
7 depends on BR2_USE_WCHAR # libglib2 and gnutls
8 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
9 depends on BR2_USE_MMU # dbus
10 select BR2_PACKAGE_DBUS_GLIB
12 ModemManager is a DBus-activated daemon which controls mobile
13 broadband (2G/3G/4G) devices and connections.
15 http://www.freedesktop.org/wiki/Software/ModemManager/
17 if BR2_PACKAGE_MODEM_MANAGER
19 config BR2_PACKAGE_MODEM_MANAGER_LIBMBIM
21 select BR2_PACKAGE_LIBMBIM
23 This option enables support for MBIM protocol
25 config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
27 select BR2_PACKAGE_LIBQMI
29 This option enables support for QMI protocol
32 comment "modemmanager needs udev /dev management and a toolchain w/ largefile, wchar, threads, IPv6"
33 depends on !BR2_INET_IPV6 || !BR2_LARGEFILE || !BR2_USE_WCHAR || \
34 !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_HAS_UDEV
35 depends on BR2_USE_MMU