2017-01-23 00:43:10 +00:00
|
|
|
config CHAIN_OF_TRUST
|
2019-11-07 16:11:32 +00:00
|
|
|
depends on !FIT_SIGNATURE && NXP_ESBC
|
2017-04-27 04:27:53 +00:00
|
|
|
imply CMD_BLOB
|
2017-05-17 09:25:25 +00:00
|
|
|
imply CMD_HASH if ARM
|
2017-03-01 21:51:58 +00:00
|
|
|
select FSL_CAAM
|
2017-05-03 09:13:32 +00:00
|
|
|
select SPL_BOARD_INIT if (ARM && SPL)
|
2017-05-15 16:17:49 +00:00
|
|
|
select SHA_HW_ACCEL
|
|
|
|
select SHA_PROG_HW_ACCEL
|
2017-07-24 03:19:39 +00:00
|
|
|
select ENV_IS_NOWHERE
|
2018-01-08 19:57:46 +00:00
|
|
|
select CMD_EXT4 if ARM
|
|
|
|
select CMD_EXT4_WRITE if ARM
|
2017-01-23 00:43:10 +00:00
|
|
|
bool
|
|
|
|
default y
|
2017-05-17 09:25:16 +00:00
|
|
|
|
|
|
|
config CMD_ESBC_VALIDATE
|
|
|
|
bool "Enable the 'esbc_validate' and 'esbc_halt' commands"
|
|
|
|
default y if CHAIN_OF_TRUST
|
|
|
|
help
|
|
|
|
This option enables two commands used for secure booting:
|
|
|
|
|
|
|
|
esbc_validate - validate signature using RSA verification
|
|
|
|
esbc_halt - put the core in spin loop (Secure Boot Only)
|
2018-01-17 10:43:04 +00:00
|
|
|
|
|
|
|
config VOL_MONITOR_LTC3882_READ
|
|
|
|
depends on VID
|
|
|
|
bool "Enable the LTC3882 voltage monitor read"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option enables LTC3882 voltage monitor read
|
|
|
|
functionality. It is used by common VID driver.
|
|
|
|
|
|
|
|
config VOL_MONITOR_LTC3882_SET
|
|
|
|
depends on VID
|
|
|
|
bool "Enable the LTC3882 voltage monitor set"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This option enables LTC3882 voltage monitor set
|
|
|
|
functionality. It is used by common VID driver.
|