libqmi: make QMI-over-MBIM support optional

There is no need to force every user of libqmi to require libmbim and
build with QMI-over-MBIM support, if they know they're not going to
use it. Just make it optional and enabled by default.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
This commit is contained in:
Aleksander Morgado
2020-10-12 13:54:54 +02:00
parent ebe4f5ff27
commit 540c8f63a3
2 changed files with 18 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
menu "Configuration"
depends on PACKAGE_libqmi
config LIBQMI_WITH_MBIM_QMUX
bool "Include MBIM QMUX service support"
default y
help
Compile libqmi with QMI-over-MBIM support
endmenu