mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user