0
0
mirror of https://github.com/openwrt/packages.git synced 2025-07-23 13:41:37 +00:00
Files
packages/utils/lpac/Config.in
Ryan Press 864d80aaeb lpac: Add support for MBIM backend
Signed-off-by: Ryan Press <ryan@presslab.us>
2025-04-04 01:32:23 +02:00

28 lines
568 B
Plaintext

menu "Configuration"
depends on PACKAGE_lpac
config LPAC_WITH_PCSC
bool "Include APDU PCSC Backend support"
default n
help
Compile LPAC with APDU PCSC Backend support.
config LPAC_WITH_AT
bool "Include APDU AT Backend support"
default y
help
Compile LPAC with APDU AT Backend support.
config LPAC_WITH_UQMI
bool "Include APDU uqmi Backend support"
default y
help
Compile LPAC with APDU uqmi Backend support.
config LPAC_WITH_MBIM
bool "Include APDU MBIM Backend support"
default y
help
Compile LPAC with APDU MBIM Backend support.
endmenu