From 540c8f63a399349c39bced7dddaf93a76e942499 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 12 Oct 2020 13:54:54 +0200 Subject: 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 --- libs/libqmi/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libs/libqmi/Config.in (limited to 'libs/libqmi/Config.in') diff --git a/libs/libqmi/Config.in b/libs/libqmi/Config.in new file mode 100644 index 000000000..1c3ad0cb5 --- /dev/null +++ b/libs/libqmi/Config.in @@ -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 -- cgit v1.2.3