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
|
2017-09-06 10:43:27 +02:00
|
|
|
depends on BR2_USE_MMU # libglib2
|
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/
|
|
|
|
|
2017-09-06 23:28:09 +02:00
|
|
|
comment "libmbim needs a toolchain w/ wchar, threads"
|
2017-09-06 10:43:27 +02:00
|
|
|
depends on BR2_USE_MMU
|
2017-09-06 23:28:09 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|