blob: fe7bc1c21a4e250496cb6ceaee1df49c3ada5175 (
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
28
|
menu "Select libjcat options"
depends on PACKAGE_libjcat
config LIBJCAT_CLI
bool "Command-line tool"
default n
help
Compile and install the libjcat cli tool
config LIBJCAT_GPG
bool "GPG"
default y
help
Compile libjcat with GPG support
config LIBJCAT_PKCS7
bool "PKCS #7"
default y
help
Compile libjcat with PKCS #7 support
config LIBJCAT_ED25519
bool "ed25519"
default y
help
Compile libjcat with ed25519 support
endmenu
|