packages/libs/libqmi/Config.in
Aleksander Morgado 540c8f63a3 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>
2020-10-13 09:18:57 +02:00

9 lines
194 B
Text

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