blob: 31889598e8e7c5a4246f77a86a9bfcf63750008f [file] [log] [blame]
Ruchika Gupta34276472015-01-23 16:01:55 +05301config 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.
York Sun2c2e2c92016-12-28 08:43:30 -08007
8config SYS_FSL_HAS_SEC
9 bool
10 help
11 Enable Freescale Secure Boot and Trusted Architecture
12
13config SYS_FSL_SEC_COMPAT_2
14 bool
15 help
16 Secure boot and trust architecture compatible version 2
17
18config SYS_FSL_SEC_COMPAT_4
19 bool
20 help
21 Secure boot and trust architecture compatible version 4
22
23config SYS_FSL_SEC_COMPAT_5
24 bool
25 help
26 Secure boot and trust architecture compatible version 5
27
28config SYS_FSL_SEC_COMPAT_6
29 bool
30 help
31 Secure boot and trust architecture compatible version 6
32
York Sun90b80382016-12-28 08:43:31 -080033config SYS_FSL_SEC_BE
34 bool "Big-endian access to Freescale Secure Boot"
35
York Sun2c2e2c92016-12-28 08:43:30 -080036config 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
York Sun90b80382016-12-28 08:43:31 -080043
44config SYS_FSL_SEC_LE
45 bool "Little-endian access to Freescale Secure Boot"