mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 06:44:40 +01:00
540c8f63a3
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>
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
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
|