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