Files
packages/utils/lpac/Config.in
T
2026-04-12 16:07:51 +03:00

27 lines
543 B
Plaintext

menu "Configuration"
config LPAC_WITH_PCSC
bool "Include APDU PCSC Backend support"
default y
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