pkg-autotools: move the libtool patching call out of the autoreconf hook
[buildroot-gz.git] / package / modem-manager / Config.in
blob7768f1f1699046b66e63d958818459323fed1f5a
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_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
11         help
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
20         bool "MBIM support"
21         select BR2_PACKAGE_LIBMBIM
22         help
23           This option enables support for MBIM protocol
25 config BR2_PACKAGE_MODEM_MANAGER_LIBQMI
26         bool "QMI support"
27         select BR2_PACKAGE_LIBQMI
28         help
29           This option enables support for QMI protocol
30 endif
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