Tom Rini | 51b06fa | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 1 | config CHAIN_OF_TRUST |
Udit Agarwal | 22ec238 | 2019-11-07 16:11:32 +0000 | [diff] [blame] | 2 | depends on !FIT_SIGNATURE && NXP_ESBC |
Simon Glass | 311ec4f | 2017-04-26 22:27:53 -0600 | [diff] [blame] | 3 | imply CMD_BLOB |
Simon Glass | 027608e | 2017-05-17 03:25:25 -0600 | [diff] [blame] | 4 | imply CMD_HASH if ARM |
Tom Rini | a5c4d40 | 2017-03-01 16:51:58 -0500 | [diff] [blame] | 5 | select FSL_CAAM |
Gaurav Jain | bd50fd1 | 2022-06-09 16:32:15 +0530 | [diff] [blame] | 6 | select ARCH_MISC_INIT |
Ley Foon Tan | 48fcc4a | 2017-05-03 17:13:32 +0800 | [diff] [blame] | 7 | select SPL_BOARD_INIT if (ARM && SPL) |
Alexandru Gagniuc | 97464ff | 2021-09-02 19:54:19 -0500 | [diff] [blame] | 8 | select SPL_HASH if (ARM && SPL) |
Tom Rini | 5bdd919 | 2017-05-15 12:17:49 -0400 | [diff] [blame] | 9 | select SHA_HW_ACCEL |
| 10 | select SHA_PROG_HW_ACCEL |
Simon Glass | 73c18b4 | 2017-07-23 21:19:39 -0600 | [diff] [blame] | 11 | select ENV_IS_NOWHERE |
Sumit Garg | 13ad290 | 2018-01-09 01:27:46 +0530 | [diff] [blame] | 12 | select CMD_EXT4 if ARM |
| 13 | select CMD_EXT4_WRITE if ARM |
Tom Rini | 51b06fa | 2017-01-22 19:43:10 -0500 | [diff] [blame] | 14 | bool |
| 15 | default y |
Simon Glass | a6a9ea4 | 2017-05-17 03:25:16 -0600 | [diff] [blame] | 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) |
Rajesh Bhagat | 241a3cc | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 25 | |
Tom Rini | b643ebd | 2022-03-24 17:17:58 -0400 | [diff] [blame] | 26 | config DEEP_SLEEP |
| 27 | bool "Enable SoC deep sleep feature" |
| 28 | default y if ARCH_T1024 || ARCH_T1040 || ARCH_T1042 || ARCH_LS1021A |
| 29 | help |
| 30 | Indicates this SoC supports deep sleep feature. If deep sleep is |
| 31 | supported, core will start to execute uboot when wakes up. |
| 32 | |
Stephen Carlson | e36d49c | 2021-06-22 16:35:20 -0700 | [diff] [blame] | 33 | config FSL_USE_PCA9547_MUX |
| 34 | bool "Enable PCA9547 I2C Mux on Freescale boards" |
Stephen Carlson | e36d49c | 2021-06-22 16:35:20 -0700 | [diff] [blame] | 35 | help |
| 36 | This option enables the PCA9547 I2C mux on Freescale boards. |
| 37 | |
Stephen Carlson | c3301a2 | 2021-02-08 11:11:29 +0100 | [diff] [blame] | 38 | config VID |
Stephen Carlson | c3301a2 | 2021-02-08 11:11:29 +0100 | [diff] [blame] | 39 | bool "Enable Freescale VID" |
Tom Rini | 89cdcab | 2021-12-12 22:12:31 -0500 | [diff] [blame] | 40 | depends on I2C || DM_I2C |
Stephen Carlson | c3301a2 | 2021-02-08 11:11:29 +0100 | [diff] [blame] | 41 | help |
| 42 | This option enables setting core voltage based on individual |
| 43 | values saved in SoC fuses. |
| 44 | |
Tom Rini | 89cdcab | 2021-12-12 22:12:31 -0500 | [diff] [blame] | 45 | config SPL_VID |
| 46 | bool "Enable Freescale VID in SPL" |
| 47 | depends on I2C || DM_I2C |
| 48 | help |
| 49 | This option enables setting core voltage based on individual |
| 50 | values saved in SoC fuses, in SPL. |
| 51 | |
| 52 | if VID || SPL_VID |
| 53 | |
| 54 | config VID_FLS_ENV |
| 55 | string "Environment variable for overriding VDD" |
| 56 | help |
| 57 | This option allows for specifying the environment variable |
| 58 | to check to override VDD information. |
| 59 | |
| 60 | config VOL_MONITOR_INA220 |
| 61 | bool "Enable the INA220 voltage monitor read" |
| 62 | help |
| 63 | This option enables INA220 voltage monitor read |
| 64 | functionality. It is used by the common VID driver. |
| 65 | |
| 66 | config VOL_MONITOR_IR36021_READ |
| 67 | bool "Enable the IR36021 voltage monitor read" |
| 68 | help |
| 69 | This option enables IR36021 voltage monitor read |
| 70 | functionality. It is used by the common VID driver. |
| 71 | |
| 72 | config VOL_MONITOR_IR36021_SET |
| 73 | bool "Enable the IR36021 voltage monitor set" |
| 74 | help |
| 75 | This option enables IR36021 voltage monitor set |
| 76 | functionality. It is used by the common VID driver. |
| 77 | |
Rajesh Bhagat | 241a3cc | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 78 | config VOL_MONITOR_LTC3882_READ |
Rajesh Bhagat | 241a3cc | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 79 | bool "Enable the LTC3882 voltage monitor read" |
Rajesh Bhagat | 241a3cc | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 80 | help |
| 81 | This option enables LTC3882 voltage monitor read |
Stephen Carlson | c3301a2 | 2021-02-08 11:11:29 +0100 | [diff] [blame] | 82 | functionality. It is used by the common VID driver. |
Rajesh Bhagat | 241a3cc | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 83 | |
| 84 | config VOL_MONITOR_LTC3882_SET |
Rajesh Bhagat | 241a3cc | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 85 | bool "Enable the LTC3882 voltage monitor set" |
Rajesh Bhagat | 241a3cc | 2018-01-17 16:13:04 +0530 | [diff] [blame] | 86 | help |
| 87 | This option enables LTC3882 voltage monitor set |
Stephen Carlson | c3301a2 | 2021-02-08 11:11:29 +0100 | [diff] [blame] | 88 | functionality. It is used by the common VID driver. |
| 89 | |
| 90 | config VOL_MONITOR_ISL68233_READ |
Stephen Carlson | c3301a2 | 2021-02-08 11:11:29 +0100 | [diff] [blame] | 91 | bool "Enable the ISL68233 voltage monitor read" |
| 92 | help |
| 93 | This option enables ISL68233 voltage monitor read |
| 94 | functionality. It is used by the common VID driver. |
| 95 | |
| 96 | config VOL_MONITOR_ISL68233_SET |
Stephen Carlson | c3301a2 | 2021-02-08 11:11:29 +0100 | [diff] [blame] | 97 | bool "Enable the ISL68233 voltage monitor set" |
| 98 | help |
| 99 | This option enables ISL68233 voltage monitor set |
| 100 | functionality. It is used by the common VID driver. |
Tom Rini | 89cdcab | 2021-12-12 22:12:31 -0500 | [diff] [blame] | 101 | |
| 102 | endif |
Tom Rini | e24547a | 2022-03-30 18:07:32 -0400 | [diff] [blame] | 103 | |
| 104 | config FSL_QIXIS |
| 105 | bool "Enable QIXIS support" |
| 106 | |
| 107 | config QIXIS_I2C_ACCESS |
| 108 | bool "Access to QIXIS is over i2c" |
| 109 | depends on FSL_QIXIS |
| 110 | default y |