The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / modem-manager / Config.in
1 config BR2_PACKAGE_MODEM_MANAGER
2         bool "modemmanager"
3         depends on BR2_PACKAGE_HAS_UDEV
4         select BR2_PACKAGE_DBUS
5         depends on BR2_USE_WCHAR # libglib2 and gnutls
6         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
7         depends on BR2_USE_MMU # dbus
8         select BR2_PACKAGE_DBUS_GLIB
9         help
10           ModemManager is a DBus-activated daemon which controls mobile
11           broadband (2G/3G/4G) devices and connections.
12
13           http://www.freedesktop.org/wiki/Software/ModemManager/
14
15 if BR2_PACKAGE_MODEM_MANAGER
16
17 config BR2_PACKAGE_MODEM_MANAGER_LIBMBIM
18         bool "MBIM support"
19         select BR2_PACKAGE_LIBMBIM
20         help
21           This option enables support for MBIM protocol
22
23 config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
24         bool "QMI support"
25         select BR2_PACKAGE_LIBQMI
26         help
27           This option enables support for QMI protocol
28 endif
29
30 comment "modemmanager needs udev /dev management and a toolchain w/ wchar, threads"
31         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
32                 !BR2_PACKAGE_HAS_UDEV
33         depends on BR2_USE_MMU