diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-10-12 13:54:54 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-10-13 09:18:57 +0200 |
commit | 540c8f63a399349c39bced7dddaf93a76e942499 (patch) | |
tree | ae8ac7e18e9c6498e91144c0d711a08bb0bee896 /libs/libqmi/Config.in | |
parent | ebe4f5ff2777875dbd0809f00028fa2a9716b65c (diff) |
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>
Diffstat (limited to 'libs/libqmi/Config.in')
-rw-r--r-- | libs/libqmi/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |