blob: 17db755951e432514d661c7d442543d41d234ce5 [file] [log] [blame]
Tom Rini51b06fa2017-01-22 19:43:10 -05001config CHAIN_OF_TRUST
Udit Agarwal22ec2382019-11-07 16:11:32 +00002 depends on !FIT_SIGNATURE && NXP_ESBC
Simon Glass311ec4f2017-04-26 22:27:53 -06003 imply CMD_BLOB
Simon Glass027608e2017-05-17 03:25:25 -06004 imply CMD_HASH if ARM
Tom Rinia5c4d402017-03-01 16:51:58 -05005 select FSL_CAAM
Ley Foon Tan48fcc4a2017-05-03 17:13:32 +08006 select SPL_BOARD_INIT if (ARM && SPL)
Tom Rini5bdd9192017-05-15 12:17:49 -04007 select SHA_HW_ACCEL
8 select SHA_PROG_HW_ACCEL
Simon Glass73c18b42017-07-23 21:19:39 -06009 select ENV_IS_NOWHERE
Sumit Garg13ad2902018-01-09 01:27:46 +053010 select CMD_EXT4 if ARM
11 select CMD_EXT4_WRITE if ARM
Tom Rini51b06fa2017-01-22 19:43:10 -050012 bool
13 default y
Simon Glassa6a9ea42017-05-17 03:25:16 -060014
15config 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
21 esbc_validate - validate signature using RSA verification
22 esbc_halt - put the core in spin loop (Secure Boot Only)
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053023
Stephen Carlsonc3301a22021-02-08 11:11:29 +010024config VID
25 depends on DM_I2C
26 bool "Enable Freescale VID"
27 help
28 This option enables setting core voltage based on individual
29 values saved in SoC fuses.
30
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053031config VOL_MONITOR_LTC3882_READ
32 depends on VID
33 bool "Enable the LTC3882 voltage monitor read"
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053034 help
35 This option enables LTC3882 voltage monitor read
Stephen Carlsonc3301a22021-02-08 11:11:29 +010036 functionality. It is used by the common VID driver.
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053037
38config VOL_MONITOR_LTC3882_SET
39 depends on VID
40 bool "Enable the LTC3882 voltage monitor set"
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053041 help
42 This option enables LTC3882 voltage monitor set
Stephen Carlsonc3301a22021-02-08 11:11:29 +010043 functionality. It is used by the common VID driver.
44
45config 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
52config VOL_MONITOR_ISL68233_SET
53 depends on VID
54 bool "Enable the ISL68233 voltage monitor set"
55 help
56 This option enables ISL68233 voltage monitor set
57 functionality. It is used by the common VID driver.