]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/freescale/common/Kconfig
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
[people/ms/u-boot.git] / board / freescale / common / Kconfig
CommitLineData
88077715
TR
1config CHAIN_OF_TRUST
2 depends on !FIT_SIGNATURE && SECURE_BOOT
c04b9b34 3 imply CMD_BLOB
551c3934 4 imply CMD_HASH if ARM
28522678 5 select FSL_CAAM
0680f1b1 6 select SPL_BOARD_INIT if (ARM && SPL)
089df18b
TR
7 select SHA_HW_ACCEL
8 select SHA_PROG_HW_ACCEL
2be29653 9 select ENV_IS_NOWHERE
88077715
TR
10 bool
11 default y
ea7971f7
SG
12
13config CMD_ESBC_VALIDATE
14 bool "Enable the 'esbc_validate' and 'esbc_halt' commands"
15 default y if CHAIN_OF_TRUST
16 help
17 This option enables two commands used for secure booting:
18
19 esbc_validate - validate signature using RSA verification
20 esbc_halt - put the core in spin loop (Secure Boot Only)