Kconfig 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. config CHAIN_OF_TRUST
  2. depends on !FIT_SIGNATURE && NXP_ESBC
  3. imply CMD_BLOB
  4. imply CMD_HASH if ARM
  5. select FSL_CAAM
  6. select SPL_BOARD_INIT if (ARM && SPL)
  7. select SPL_HASH if (ARM && SPL)
  8. select SHA_HW_ACCEL
  9. select SHA_PROG_HW_ACCEL
  10. select ENV_IS_NOWHERE
  11. select CMD_EXT4 if ARM
  12. select CMD_EXT4_WRITE if ARM
  13. bool
  14. default y
  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. esbc_validate - validate signature using RSA verification
  21. esbc_halt - put the core in spin loop (Secure Boot Only)
  22. config FSL_USE_PCA9547_MUX
  23. bool "Enable PCA9547 I2C Mux on Freescale boards"
  24. default n
  25. help
  26. This option enables the PCA9547 I2C mux on Freescale boards.
  27. config VID
  28. depends on DM_I2C
  29. bool "Enable Freescale VID"
  30. help
  31. This option enables setting core voltage based on individual
  32. values saved in SoC fuses.
  33. config VOL_MONITOR_LTC3882_READ
  34. depends on VID
  35. bool "Enable the LTC3882 voltage monitor read"
  36. help
  37. This option enables LTC3882 voltage monitor read
  38. functionality. It is used by the common VID driver.
  39. config VOL_MONITOR_LTC3882_SET
  40. depends on VID
  41. bool "Enable the LTC3882 voltage monitor set"
  42. help
  43. This option enables LTC3882 voltage monitor set
  44. functionality. It is used by the common VID driver.
  45. config VOL_MONITOR_ISL68233_READ
  46. depends on VID
  47. bool "Enable the ISL68233 voltage monitor read"
  48. help
  49. This option enables ISL68233 voltage monitor read
  50. functionality. It is used by the common VID driver.
  51. config VOL_MONITOR_ISL68233_SET
  52. depends on VID
  53. bool "Enable the ISL68233 voltage monitor set"
  54. help
  55. This option enables ISL68233 voltage monitor set
  56. functionality. It is used by the common VID driver.