forked from trezor/trezor-crypto
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathKconfig
45 lines (37 loc) · 1003 Bytes
/
Kconfig
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
menu "Trezor Crypto Library"
config USE_ETHEREUM
bool "Support Ethereum"
default y
help
If defined, Ethereum is supported.
config USE_GRAPHENE
bool "Support Graphene"
default y
help
If defined, Graphene is supported.
config USE_KECCAK
bool "Support Keccak"
default y
help
If defined, Keccak is supported.
config USE_MONERO
bool "Support Monero"
default y
help
If defined, Monero is supported.
config USE_NEM
bool "Support NEM"
default y
help
If defined, NEM is supported.
config USE_CARDANO
bool "Support Cardano"
default y
help
If defined, Cardano is supported.
config USE_CHACHA20POLY1305
bool "Support Chacha20poly1305"
default y
help
If defined, Chacha20poly1305 is supported.
endmenu # "Trezor Crypto Library"