blob: 35a6115e5e437ffa59d3daf6aab835e08d10eee3 [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)
Alexandru Gagniuc97464ff2021-09-02 19:54:19 -05007 select SPL_HASH if (ARM && SPL)
Tom Rini5bdd9192017-05-15 12:17:49 -04008 select SHA_HW_ACCEL
9 select SHA_PROG_HW_ACCEL
Simon Glass73c18b42017-07-23 21:19:39 -060010 select ENV_IS_NOWHERE
Sumit Garg13ad2902018-01-09 01:27:46 +053011 select CMD_EXT4 if ARM
12 select CMD_EXT4_WRITE if ARM
Tom Rini51b06fa2017-01-22 19:43:10 -050013 bool
14 default y
Simon Glassa6a9ea42017-05-17 03:25:16 -060015
16config CMD_ESBC_VALIDATE
17 bool "Enable the 'esbc_validate' and 'esbc_halt' commands"
18 default y if CHAIN_OF_TRUST
19 help
20 This option enables two commands used for secure booting:
21
22 esbc_validate - validate signature using RSA verification
23 esbc_halt - put the core in spin loop (Secure Boot Only)
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053024
Stephen Carlsone36d49c2021-06-22 16:35:20 -070025config FSL_USE_PCA9547_MUX
26 bool "Enable PCA9547 I2C Mux on Freescale boards"
27 default n
28 help
29 This option enables the PCA9547 I2C mux on Freescale boards.
30
Stephen Carlsonc3301a22021-02-08 11:11:29 +010031config VID
32 depends on DM_I2C
33 bool "Enable Freescale VID"
34 help
35 This option enables setting core voltage based on individual
36 values saved in SoC fuses.
37
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053038config VOL_MONITOR_LTC3882_READ
39 depends on VID
40 bool "Enable the LTC3882 voltage monitor read"
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053041 help
42 This option enables LTC3882 voltage monitor read
Stephen Carlsonc3301a22021-02-08 11:11:29 +010043 functionality. It is used by the common VID driver.
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053044
45config VOL_MONITOR_LTC3882_SET
46 depends on VID
47 bool "Enable the LTC3882 voltage monitor set"
Rajesh Bhagat241a3cc2018-01-17 16:13:04 +053048 help
49 This option enables LTC3882 voltage monitor set
Stephen Carlsonc3301a22021-02-08 11:11:29 +010050 functionality. It is used by the common VID driver.
51
52config VOL_MONITOR_ISL68233_READ
53 depends on VID
54 bool "Enable the ISL68233 voltage monitor read"
55 help
56 This option enables ISL68233 voltage monitor read
57 functionality. It is used by the common VID driver.
58
59config VOL_MONITOR_ISL68233_SET
60 depends on VID
61 bool "Enable the ISL68233 voltage monitor set"
62 help
63 This option enables ISL68233 voltage monitor set
64 functionality. It is used by the common VID driver.