| depends on !FIT_SIGNATURE && NXP_ESBC |
| select SPL_BOARD_INIT if (ARM && SPL) |
| select CMD_EXT4_WRITE if ARM |
| bool "Enable the 'esbc_validate' and 'esbc_halt' commands" |
| default y if CHAIN_OF_TRUST |
| 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) |
| config VOL_MONITOR_LTC3882_READ |
| bool "Enable the LTC3882 voltage monitor read" |
| This option enables LTC3882 voltage monitor read |
| functionality. It is used by common VID driver. |
| config VOL_MONITOR_LTC3882_SET |
| bool "Enable the LTC3882 voltage monitor set" |
| This option enables LTC3882 voltage monitor set |
| functionality. It is used by common VID driver. |