Oliver Graute | af5e29b | 2021-05-31 15:50:40 +0200 | [diff] [blame] | 1 | if !ARCH_IMX8M && !ARCH_IMX8 |
| 2 | |
| 3 | config CHAIN_OF_TRUST |
| 4 | depends on !FIT_SIGNATURE && SECURE_BOOT |
| 5 | imply CMD_BLOB |
| 6 | imply CMD_HASH if ARM |
| 7 | select FSL_CAAM |
| 8 | select SPL_BOARD_INIT if (ARM && SPL) |
| 9 | select SHA_HW_ACCEL |
| 10 | select SHA_PROG_HW_ACCEL |
| 11 | select ENV_IS_NOWHERE |
| 12 | select CMD_EXT4 if ARM |
| 13 | select CMD_EXT4_WRITE if ARM |
| 14 | bool |
| 15 | default y |
| 16 | |
| 17 | config CMD_ESBC_VALIDATE |
| 18 | bool "Enable the 'esbc_validate' and 'esbc_halt' commands" |
| 19 | default y if CHAIN_OF_TRUST |
| 20 | help |
| 21 | This option enables two commands used for secure booting: |
| 22 | |
| 23 | esbc_validate - validate signature using RSA verification |
| 24 | esbc_halt - put the core in spin loop (Secure Boot Only) |
| 25 | |
| 26 | endif |
| 27 | |
| 28 | config VOL_MONITOR_LTC3882_READ |
| 29 | depends on VID |
| 30 | bool "Enable the LTC3882 voltage monitor read" |
Oliver Graute | af5e29b | 2021-05-31 15:50:40 +0200 | [diff] [blame] | 31 | help |
| 32 | This option enables LTC3882 voltage monitor read |
| 33 | functionality. It is used by common VID driver. |
| 34 | |
| 35 | config VOL_MONITOR_LTC3882_SET |
| 36 | depends on VID |
| 37 | bool "Enable the LTC3882 voltage monitor set" |
Oliver Graute | af5e29b | 2021-05-31 15:50:40 +0200 | [diff] [blame] | 38 | help |
| 39 | This option enables LTC3882 voltage monitor set |
| 40 | functionality. It is used by common VID driver. |
| 41 | |
| 42 | config USB_TCPC |
| 43 | bool "USB Typec port controller simple driver" |
Oliver Graute | af5e29b | 2021-05-31 15:50:40 +0200 | [diff] [blame] | 44 | help |
| 45 | Enable USB type-c port controller (TCPC) driver |