2013-06-18 16:19:51 +02:00
|
|
|
config BR2_PACKAGE_LIBQMI
|
|
|
|
bool "libqmi"
|
|
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU # libglib2
|
2013-06-18 16:19:51 +02:00
|
|
|
help
|
|
|
|
libqmi is a glib-based library for talking to WWAN modems and devices
|
|
|
|
which speak the Qualcomm MSM Interface (QMI) protocol.
|
|
|
|
|
|
|
|
http://www.freedesktop.org/wiki/Software/libqmi/
|
2013-07-15 21:47:50 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libqmi needs a toolchain w/ wchar, threads"
|
2013-11-20 18:29:45 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-07-15 21:47:50 +02:00
|
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|