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>
9 lines
194 B
Text
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
|