1*4882a593Smuzhiyunconfig BR2_PACKAGE_MODEM_MANAGER 2*4882a593Smuzhiyun bool "modem-manager" 3*4882a593Smuzhiyun depends on BR2_USE_WCHAR # libglib2 and gnutls 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2 5*4882a593Smuzhiyun depends on BR2_USE_MMU # dbus 6*4882a593Smuzhiyun select BR2_PACKAGE_DBUS # runtime dependency 7*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 8*4882a593Smuzhiyun select BR2_PACKAGE_LIBGUDEV if BR2_PACKAGE_HAS_UDEV 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun ModemManager is a DBus-activated daemon which controls mobile 11*4882a593Smuzhiyun broadband (2G/3G/4G) devices and connections. 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun http://www.freedesktop.org/wiki/Software/ModemManager/ 14*4882a593Smuzhiyun 15*4882a593Smuzhiyunif BR2_PACKAGE_MODEM_MANAGER 16*4882a593Smuzhiyun 17*4882a593Smuzhiyunconfig BR2_PACKAGE_MODEM_MANAGER_LIBMBIM 18*4882a593Smuzhiyun bool "MBIM support" 19*4882a593Smuzhiyun select BR2_PACKAGE_LIBMBIM 20*4882a593Smuzhiyun help 21*4882a593Smuzhiyun This option enables support for MBIM protocol 22*4882a593Smuzhiyun 23*4882a593Smuzhiyunconfig BR2_PACKAGE_MODEM_MANAGER_LIBQMI 24*4882a593Smuzhiyun bool "QMI support" 25*4882a593Smuzhiyun select BR2_PACKAGE_LIBQMI 26*4882a593Smuzhiyun help 27*4882a593Smuzhiyun This option enables support for QMI protocol 28*4882a593Smuzhiyunendif 29*4882a593Smuzhiyun 30*4882a593Smuzhiyuncomment "modemmanager needs a toolchain w/ wchar, threads" 31*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS 32*4882a593Smuzhiyun depends on BR2_USE_MMU 33