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