blob: 59669de2c11055a5b0657354cb11081c302c7d4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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
|