Kconfig 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. config CHAIN_OF_TRUST
  2. depends on !FIT_SIGNATURE && SECURE_BOOT
  3. imply CMD_BLOB
  4. imply CMD_HASH if ARM
  5. select FSL_CAAM
  6. select SPL_BOARD_INIT if (ARM && SPL)
  7. select SHA_HW_ACCEL
  8. select SHA_PROG_HW_ACCEL
  9. select ENV_IS_NOWHERE
  10. select CMD_EXT4 if ARM
  11. select CMD_EXT4_WRITE if ARM
  12. bool
  13. default y
  14. config CMD_ESBC_VALIDATE
  15. bool "Enable the 'esbc_validate' and 'esbc_halt' commands"
  16. default y if CHAIN_OF_TRUST
  17. help
  18. This option enables two commands used for secure booting:
  19. esbc_validate - validate signature using RSA verification
  20. esbc_halt - put the core in spin loop (Secure Boot Only)
  21. config VOL_MONITOR_LTC3882_READ
  22. depends on VID
  23. bool "Enable the LTC3882 voltage monitor read"
  24. default n
  25. help
  26. This option enables LTC3882 voltage monitor read
  27. functionality. It is used by common VID driver.
  28. config VOL_MONITOR_LTC3882_SET
  29. depends on VID
  30. bool "Enable the LTC3882 voltage monitor set"
  31. default n
  32. help
  33. This option enables LTC3882 voltage monitor set
  34. functionality. It is used by common VID driver.