travis: Install pyelftools via pip
[platform/kernel/u-boot.git] / drivers / crypto / fsl / Kconfig
1 config FSL_CAAM
2         bool "Freescale Crypto Driver Support"
3         select SHA_HW_ACCEL
4         imply CMD_HASH
5         help
6           Enables the Freescale's Cryptographic Accelerator and Assurance
7           Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses
8           Job Ring as interface to communicate with CAAM.
9
10 config SYS_FSL_HAS_SEC
11         bool
12         help
13                 Enable Freescale Secure Boot and Trusted Architecture
14
15 config SYS_FSL_SEC_COMPAT_2
16         bool
17         help
18                 Secure boot and trust architecture compatible version 2
19
20 config SYS_FSL_SEC_COMPAT_4
21         bool
22         help
23                 Secure boot and trust architecture compatible version 4
24
25 config SYS_FSL_SEC_COMPAT_5
26         bool
27         help
28                 Secure boot and trust architecture compatible version 5
29
30 config SYS_FSL_SEC_COMPAT_6
31         bool
32         help
33                 Secure boot and trust architecture compatible version 6
34
35 config SYS_FSL_SEC_BE
36         bool "Big-endian access to Freescale Secure Boot"
37
38 config SYS_FSL_SEC_COMPAT
39         int "Freescale Secure Boot compatibility"
40         depends on SYS_FSL_HAS_SEC
41         default 2 if SYS_FSL_SEC_COMPAT_2
42         default 4 if SYS_FSL_SEC_COMPAT_4
43         default 5 if SYS_FSL_SEC_COMPAT_5
44         default 6 if SYS_FSL_SEC_COMPAT_6
45
46 config SYS_FSL_SEC_LE
47         bool "Little-endian access to Freescale Secure Boot"