Tom Rini | 8807771 | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 1 | config CHAIN_OF_TRUST |
Udit Agarwal | 5536c3c | 2019-11-07 16:11:32 +0000 | [diff] [blame] | 2 | depends on !FIT_SIGNATURE && NXP_ESBC |
Simon Glass | c04b9b3 | 2017-04-26 22:27:53 -0600 | [diff] [blame] | 3 | imply CMD_BLOB |
Simon Glass | 551c393 | 2017-05-17 03:25:25 -0600 | [diff] [blame] | 4 | imply CMD_HASH if ARM |
Tom Rini | 2852267 | 2017-03-01 16:51:58 -0500 | [diff] [blame] | 5 | select FSL_CAAM |
Ley Foon Tan | 0680f1b | 2017-05-03 17:13:32 +0800 | [diff] [blame] | 6 | select SPL_BOARD_INIT if (ARM && SPL) |
Tom Rini | 089df18 | 2017-05-15 12:17:49 -0400 | [diff] [blame] | 7 | select SHA_HW_ACCEL |
| 8 | select SHA_PROG_HW_ACCEL |
Simon Glass | 2be2965 | 2017-07-23 21:19:39 -0600 | [diff] [blame] | 9 | select ENV_IS_NOWHERE |
Sumit Garg | 86c773f | 2018-01-09 01:27:46 +0530 | [diff] [blame] | 10 | select CMD_EXT4 if ARM |
| 11 | select CMD_EXT4_WRITE if ARM |
Tom Rini | 8807771 | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 12 | bool |
| 13 | default y |
Simon Glass | ea7971f | 2017-05-17 03:25:16 -0600 | [diff] [blame] | 14 | |
| 15 | config CMD_ESBC_VALIDATE |
| 16 | bool "Enable the 'esbc_validate' and 'esbc_halt' commands" |
| 17 | default y if CHAIN_OF_TRUST |
| 18 | help |
| 19 | This option enables two commands used for secure booting: |
| 20 | |
| 21 | esbc_validate - validate signature using RSA verification |
| 22 | esbc_halt - put the core in spin loop (Secure Boot Only) |
Rajesh Bhagat | 6f2d0a5 | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 23 | |
| 24 | config VOL_MONITOR_LTC3882_READ |
| 25 | depends on VID |
| 26 | bool "Enable the LTC3882 voltage monitor read" |
| 27 | default n |
| 28 | help |
| 29 | This option enables LTC3882 voltage monitor read |
| 30 | functionality. It is used by common VID driver. |
| 31 | |
| 32 | config VOL_MONITOR_LTC3882_SET |
| 33 | depends on VID |
| 34 | bool "Enable the LTC3882 voltage monitor set" |
| 35 | default n |
| 36 | help |
| 37 | This option enables LTC3882 voltage monitor set |
| 38 | functionality. It is used by common VID driver. |