2013-12-04 10:55:03 +01:00
|
|
|
config BR2_PACKAGE_LIBMBIM
|
|
|
|
bool "libmbim"
|
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
2014-02-07 14:21:33 +01:00
|
|
|
depends on BR2_PACKAGE_HAS_UDEV
|
2015-12-02 12:27:06 +01:00
|
|
|
select BR2_PACKAGE_LIBGUDEV
|
2013-12-04 10:55:03 +01:00
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
help
|
|
|
|
libmbim is a glib-based library for talking to WWAN modems and
|
2017-07-31 15:53:50 +02:00
|
|
|
devices which speak the Mobile Interface Broadband Model
|
|
|
|
(MBIM) protocol.
|
2013-12-04 10:55:03 +01:00
|
|
|
|
|
|
|
http://www.freedesktop.org/wiki/Software/libmbim/
|
|
|
|
|
2013-12-19 21:13:01 +01:00
|
|
|
comment "libmbim needs udev /dev management and a toolchain w/ wchar, threads"
|
2013-12-04 10:55:03 +01:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
2014-02-07 14:21:33 +01:00
|
|
|
!BR2_PACKAGE_HAS_UDEV
|